From 8b0437784fceec427c5ec7f72a077b2b873f5bde Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 13 Aug 2019 07:58:48 +0000 Subject: [PATCH] Sync docs from v3.0.0.M3 to gh-pages --- .../3.0.0.M3/reference/html/Guardfile | 20 + .../3.0.0.M3/reference/html/README.html | 1285 +++++++ .../3.0.0.M3/reference/html/appendix.html | 106 + .../3.0.0.M3/reference/html/building.html | 244 ++ .../3.0.0.M3/reference/html/contributing.html | 185 + .../3.0.0.M3/reference/html/css/spring.css | 1 + .../3.0.0.M3/reference/html/dlq.html | 227 ++ .../3.0.0.M3/reference/html/favicon.ico | Bin 0 -> 111804 bytes .../reference/html/images/kafka-binder.png | Bin 0 -> 9469 bytes .../html/images/kafka-streams-initializr.png | Bin 0 -> 121574 bytes .../spring-initializr-kafka-streams.png | Bin 0 -> 119579 bytes .../html/js/highlight/highlight.min.js | 2 + .../js/highlight/styles/a11y-dark.min.css | 99 + .../js/highlight/styles/an-old-hope.min.css | 89 + .../styles/atom-one-dark-reasonable.min.css | 77 + .../js/highlight/styles/atom-one-dark.min.css | 96 + .../highlight/styles/atom-one-light.min.css | 96 + .../html/js/highlight/styles/dracula.min.css | 76 + .../html/js/highlight/styles/github.min.css | 99 + .../highlight/styles/monokai-sublime.min.css | 83 + .../html/js/highlight/styles/monokai.min.css | 70 + .../highlight/styles/solarized-light.min.css | 84 + .../html/js/highlight/styles/zenburn.min.css | 80 + .../3.0.0.M3/reference/html/js/toc.js | 107 + .../reference/html/js/tocbot/tocbot.css | 1 + .../reference/html/js/tocbot/tocbot.min.js | 1 + .../reference/html/kafka-streams.html | 1497 +++++++++ .../3.0.0.M3/reference/html/overview.html | 1060 ++++++ .../3.0.0.M3/reference/html/partitions.html | 241 ++ ...g-cloud-stream-binder-kafka-aggregate.html | 1295 +++++++ .../spring-cloud-stream-binder-kafka.html | 2987 +++++++++++++++++ .../3.0.0.M3/reference/htmlsingle/Guardfile | 20 + .../reference/htmlsingle/css/spring.css | 1 + .../3.0.0.M3/reference/htmlsingle/favicon.ico | Bin 0 -> 111804 bytes .../htmlsingle/images/kafka-binder.png | Bin 0 -> 9469 bytes .../images/kafka-streams-initializr.png | Bin 0 -> 121574 bytes .../spring-initializr-kafka-streams.png | Bin 0 -> 119579 bytes .../htmlsingle/js/highlight/highlight.min.js | 2 + .../js/highlight/styles/a11y-dark.min.css | 99 + .../js/highlight/styles/an-old-hope.min.css | 89 + .../styles/atom-one-dark-reasonable.min.css | 77 + .../js/highlight/styles/atom-one-dark.min.css | 96 + .../highlight/styles/atom-one-light.min.css | 96 + .../js/highlight/styles/dracula.min.css | 76 + .../js/highlight/styles/github.min.css | 99 + .../highlight/styles/monokai-sublime.min.css | 83 + .../js/highlight/styles/monokai.min.css | 70 + .../highlight/styles/solarized-light.min.css | 84 + .../js/highlight/styles/zenburn.min.css | 80 + .../3.0.0.M3/reference/htmlsingle/js/toc.js | 107 + .../reference/htmlsingle/js/tocbot/tocbot.css | 1 + .../htmlsingle/js/tocbot/tocbot.min.js | 1 + 52 files changed, 11289 insertions(+) create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/Guardfile create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/README.html create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/appendix.html create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/building.html create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/contributing.html create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/css/spring.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/dlq.html create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/favicon.ico create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/images/kafka-binder.png create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/images/kafka-streams-initializr.png create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/images/spring-initializr-kafka-streams.png create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/highlight.min.js create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/a11y-dark.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/an-old-hope.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/atom-one-dark-reasonable.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/atom-one-dark.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/atom-one-light.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/dracula.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/github.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/monokai-sublime.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/monokai.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/solarized-light.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/zenburn.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/toc.js create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/tocbot/tocbot.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/tocbot/tocbot.min.js create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/kafka-streams.html create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/overview.html create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/partitions.html create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/spring-cloud-stream-binder-kafka-aggregate.html create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/spring-cloud-stream-binder-kafka.html create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/Guardfile create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/css/spring.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/favicon.ico create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/images/kafka-binder.png create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/images/kafka-streams-initializr.png create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/images/spring-initializr-kafka-streams.png create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/highlight.min.js create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/a11y-dark.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/an-old-hope.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/atom-one-dark-reasonable.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/atom-one-dark.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/atom-one-light.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/dracula.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/github.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/monokai-sublime.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/monokai.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/solarized-light.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/zenburn.min.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/toc.js create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/tocbot/tocbot.css create mode 100644 spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/tocbot/tocbot.min.js diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/Guardfile b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/Guardfile new file mode 100644 index 00000000..bdd4d729 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/Guardfile @@ -0,0 +1,20 @@ +require 'asciidoctor' +require 'erb' + +guard 'shell' do + watch(/.*\.adoc$/) {|m| + Asciidoctor.render_file('index.adoc', \ + :in_place => true, \ + :safe => Asciidoctor::SafeMode::UNSAFE, \ + :attributes=> { \ + 'source-highlighter' => 'prettify', \ + 'icons' => 'font', \ + 'linkcss'=> 'true', \ + 'copycss' => 'true', \ + 'doctype' => 'book'}) + } +end + +guard 'livereload' do + watch(%r{^.+\.(css|js|html)$}) +end diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/README.html b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/README.html new file mode 100644 index 00000000..80003d81 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/README.html @@ -0,0 +1,1285 @@ + + + + + + + +Apache Kafka Binder + + + + + + + + + + +
+
+
+
+
+CircleCI +
+
+
+
+codecov +
+
+
+
+Gitter +
+
+ +
+
+
+

Apache Kafka Binder

+
+
+

Usage

+
+

To use Apache Kafka binder, you need to add spring-cloud-stream-binder-kafka as a dependency to your Spring Cloud Stream application, as shown in the following example for Maven:

+
+
+
+
<dependency>
+  <groupId>org.springframework.cloud</groupId>
+  <artifactId>spring-cloud-stream-binder-kafka</artifactId>
+</dependency>
+
+
+
+

Alternatively, you can also use the Spring Cloud Stream Kafka Starter, as shown inn the following example for Maven:

+
+
+
+
<dependency>
+  <groupId>org.springframework.cloud</groupId>
+  <artifactId>spring-cloud-starter-stream-kafka</artifactId>
+</dependency>
+
+
+
+
+

Overview

+
+

The following image shows a simplified diagram of how the Apache Kafka binder operates:

+
+
+
+kafka binder +
+
Figure 1. Kafka Binder
+
+
+

The Apache Kafka Binder implementation maps each destination to an Apache Kafka topic. +The consumer group maps directly to the same Apache Kafka concept. +Partitioning also maps directly to Apache Kafka partitions as well.

+
+
+

The binder currently uses the Apache Kafka kafka-clients 1.0.0 jar and is designed to be used with a broker of at least that version. +This client can communicate with older brokers (see the Kafka documentation), but certain features may not be available. +For example, with versions earlier than 0.11.x.x, native headers are not supported. +Also, 0.11.x.x does not support the autoAddPartitions property.

+
+
+
+

Configuration Options

+
+

This section contains the configuration options used by the Apache Kafka binder.

+
+
+

For common configuration options and properties pertaining to binder, see the core documentation.

+
+
+

Kafka Binder Properties

+
+
+
spring.cloud.stream.kafka.binder.brokers
+
+

A list of brokers to which the Kafka binder connects.

+
+

Default: localhost.

+
+
+
spring.cloud.stream.kafka.binder.defaultBrokerPort
+
+

brokers allows hosts specified with or without port information (for example, host1,host2:port2). +This sets the default port when no port is configured in the broker list.

+
+

Default: 9092.

+
+
+
spring.cloud.stream.kafka.binder.configuration
+
+

Key/Value map of client properties (both producers and consumer) passed to all clients created by the binder. +Due to the fact that these properties are used by both producers and consumers, usage should be restricted to common properties — for example, security settings. +Unknown Kafka producer or consumer properties provided through this configuration are filtered out and not allowed to propagate. +Properties here supersede any properties set in boot.

+
+

Default: Empty map.

+
+
+
spring.cloud.stream.kafka.binder.consumerProperties
+
+

Key/Value map of arbitrary Kafka client consumer properties. +In addition to support known Kafka consumer properties, unknown consumer properties are allowed here as well. +Properties here supersede any properties set in boot and in the configuration property above.

+
+

Default: Empty map.

+
+
+
spring.cloud.stream.kafka.binder.headers
+
+

The list of custom headers that are transported by the binder. +Only required when communicating with older applications (⇐ 1.3.x) with a kafka-clients version < 0.11.0.0. Newer versions support headers natively.

+
+

Default: empty.

+
+
+
spring.cloud.stream.kafka.binder.healthTimeout
+
+

The time to wait to get partition information, in seconds. +Health reports as down if this timer expires.

+
+

Default: 10.

+
+
+
spring.cloud.stream.kafka.binder.requiredAcks
+
+

The number of required acks on the broker. +See the Kafka documentation for the producer acks property.

+
+

Default: 1.

+
+
+
spring.cloud.stream.kafka.binder.minPartitionCount
+
+

Effective only if autoCreateTopics or autoAddPartitions is set. +The global minimum number of partitions that the binder configures on topics on which it produces or consumes data. +It can be superseded by the partitionCount setting of the producer or by the value of instanceCount * concurrency settings of the producer (if either is larger).

+
+

Default: 1.

+
+
+
spring.cloud.stream.kafka.binder.producerProperties
+
+

Key/Value map of arbitrary Kafka client producer properties. +In addition to support known Kafka producer properties, unknown producer properties are allowed here as well. +Properties here supersede any properties set in boot and in the configuration property above.

+
+

Default: Empty map.

+
+
+
spring.cloud.stream.kafka.binder.replicationFactor
+
+

The replication factor of auto-created topics if autoCreateTopics is active. +Can be overridden on each binding.

+
+

Default: 1.

+
+
+
spring.cloud.stream.kafka.binder.autoCreateTopics
+
+

If set to true, the binder creates new topics automatically. +If set to false, the binder relies on the topics being already configured. +In the latter case, if the topics do not exist, the binder fails to start.

+
+ + + + + +
+ + +This setting is independent of the auto.create.topics.enable setting of the broker and does not influence it. +If the server is set to auto-create topics, they may be created as part of the metadata retrieval request, with default broker settings. +
+
+
+

Default: true.

+
+
+
spring.cloud.stream.kafka.binder.autoAddPartitions
+
+

If set to true, the binder creates new partitions if required. +If set to false, the binder relies on the partition size of the topic being already configured. +If the partition count of the target topic is smaller than the expected value, the binder fails to start.

+
+

Default: false.

+
+
+
spring.cloud.stream.kafka.binder.transaction.transactionIdPrefix
+
+

Enables transactions in the binder. See transaction.id in the Kafka documentation and Transactions in the spring-kafka documentation. +When transactions are enabled, individual producer properties are ignored and all producers use the spring.cloud.stream.kafka.binder.transaction.producer.* properties.

+
+

Default null (no transactions)

+
+
+
spring.cloud.stream.kafka.binder.transaction.producer.*
+
+

Global producer properties for producers in a transactional binder. +See spring.cloud.stream.kafka.binder.transaction.transactionIdPrefix and Kafka Producer Properties and the general producer properties supported by all binders.

+
+

Default: See individual producer properties.

+
+
+
spring.cloud.stream.kafka.binder.headerMapperBeanName
+
+

The bean name of a KafkaHeaderMapper used for mapping spring-messaging headers to and from Kafka headers. +Use this, for example, if you wish to customize the trusted packages in a DefaultKafkaHeaderMapper that uses JSON deserialization for the headers.

+
+

Default: none.

+
+
+
+
+
+
+

Kafka Consumer Properties

+
+ + + + + +
+ + +To avoid repetition, Spring Cloud Stream supports setting values for all channels, in the format of spring.cloud.stream.default.<property>=<value>. +
+
+
+

The following properties are available for Kafka consumers only and +must be prefixed with spring.cloud.stream.kafka.bindings.<channelName>.consumer..

+
+
+
+
admin.configuration
+
+

Since version 2.1.1, this property is deprecated in favor of topic.properties, and support for it will be removed in a future version.

+
+
admin.replicas-assignment
+
+

Since version 2.1.1, this property is deprecated in favor of topic.replicas-assignment, and support for it will be removed in a future version.

+
+
admin.replication-factor
+
+

Since version 2.1.1, this property is deprecated in favor of topic.replication-factor, and support for it will be removed in a future version.

+
+
autoRebalanceEnabled
+
+

When true, topic partitions is automatically rebalanced between the members of a consumer group. +When false, each consumer is assigned a fixed set of partitions based on spring.cloud.stream.instanceCount and spring.cloud.stream.instanceIndex. +This requires both the spring.cloud.stream.instanceCount and spring.cloud.stream.instanceIndex properties to be set appropriately on each launched instance. +The value of the spring.cloud.stream.instanceCount property must typically be greater than 1 in this case.

+
+

Default: true.

+
+
+
ackEachRecord
+
+

When autoCommitOffset is true, this setting dictates whether to commit the offset after each record is processed. +By default, offsets are committed after all records in the batch of records returned by consumer.poll() have been processed. +The number of records returned by a poll can be controlled with the max.poll.records Kafka property, which is set through the consumer configuration property. +Setting this to true may cause a degradation in performance, but doing so reduces the likelihood of redelivered records when a failure occurs. +Also, see the binder requiredAcks property, which also affects the performance of committing offsets.

+
+

Default: false.

+
+
+
autoCommitOffset
+
+

Whether to autocommit offsets when a message has been processed. +If set to false, a header with the key kafka_acknowledgment of the type org.springframework.kafka.support.Acknowledgment header is present in the inbound message. +Applications may use this header for acknowledging messages. +See the examples section for details. +When this property is set to false, Kafka binder sets the ack mode to org.springframework.kafka.listener.AbstractMessageListenerContainer.AckMode.MANUAL and the application is responsible for acknowledging records. +Also see ackEachRecord.

+
+

Default: true.

+
+
+
autoCommitOnError
+
+

Effective only if autoCommitOffset is set to true. +If set to false, it suppresses auto-commits for messages that result in errors and commits only for successful messages. It allows a stream to automatically replay from the last successfully processed message, in case of persistent failures. +If set to true, it always auto-commits (if auto-commit is enabled). +If not set (the default), it effectively has the same value as enableDlq, auto-committing erroneous messages if they are sent to a DLQ and not committing them otherwise.

+
+

Default: not set.

+
+
+
resetOffsets
+
+

Whether to reset offsets on the consumer to the value provided by startOffset. +Must be false if a KafkaRebalanceListener is provided; see Using a KafkaRebalanceListener.

+
+

Default: false.

+
+
+
startOffset
+
+

The starting offset for new groups. +Allowed values: earliest and latest. +If the consumer group is set explicitly for the consumer 'binding' (through spring.cloud.stream.bindings.<channelName>.group), 'startOffset' is set to earliest. Otherwise, it is set to latest for the anonymous consumer group. +Also see resetOffsets (earlier in this list).

+
+

Default: null (equivalent to earliest).

+
+
+
enableDlq
+
+

When set to true, it enables DLQ behavior for the consumer. +By default, messages that result in errors are forwarded to a topic named error.<destination>.<group>. +The DLQ topic name can be configurable by setting the dlqName property. +This provides an alternative option to the more common Kafka replay scenario for the case when the number of errors is relatively small and replaying the entire original topic may be too cumbersome. +See [kafka-dlq-processing] processing for more information. +Starting with version 2.0, messages sent to the DLQ topic are enhanced with the following headers: x-original-topic, x-exception-message, and x-exception-stacktrace as byte[]. +Not allowed when destinationIsPattern is true.

+
+

Default: false.

+
+
+
configuration
+
+

Map with a key/value pair containing generic Kafka consumer properties. +In addition to having Kafka consumer properties, other configuration properties can be passed here. +For example some properties needed by the application such as spring.cloud.stream.kafka.bindings.input.consumer.configuration.foo=bar.

+
+

Default: Empty map.

+
+
+
dlqName
+
+

The name of the DLQ topic to receive the error messages.

+
+

Default: null (If not specified, messages that result in errors are forwarded to a topic named error.<destination>.<group>).

+
+
+
dlqProducerProperties
+
+

Using this, DLQ-specific producer properties can be set. +All the properties available through kafka producer properties can be set through this property.

+
+

Default: Default Kafka producer properties.

+
+
+
standardHeaders
+
+

Indicates which standard headers are populated by the inbound channel adapter. +Allowed values: none, id, timestamp, or both. +Useful if using native deserialization and the first component to receive a message needs an id (such as an aggregator that is configured to use a JDBC message store).

+
+

Default: none

+
+
+
converterBeanName
+
+

The name of a bean that implements RecordMessageConverter. Used in the inbound channel adapter to replace the default MessagingMessageConverter.

+
+

Default: null

+
+
+
idleEventInterval
+
+

The interval, in milliseconds, between events indicating that no messages have recently been received. +Use an ApplicationListener<ListenerContainerIdleEvent> to receive these events. +See Example: Pausing and Resuming the Consumer for a usage example.

+
+

Default: 30000

+
+
+
destinationIsPattern
+
+

When true, the destination is treated as a regular expression Pattern used to match topic names by the broker. +When true, topics are not provisioned, and enableDlq is not allowed, because the binder does not know the topic names during the provisioning phase. +Note, the time taken to detect new topics that match the pattern is controlled by the consumer property metadata.max.age.ms, which (at the time of writing) defaults to 300,000ms (5 minutes). +This can be configured using the configuration property above.

+
+

Default: false

+
+
+
topic.properties
+
+

A Map of Kafka topic properties used when provisioning new topics — for example, spring.cloud.stream.kafka.bindings.input.consumer.topic.properties.message.format.version=0.9.0.0

+
+

Default: none.

+
+
+
topic.replicas-assignment
+
+

A Map<Integer, List<Integer>> of replica assignments, with the key being the partition and the value being the assignments. +Used when provisioning new topics. +See the NewTopic Javadocs in the kafka-clients jar.

+
+

Default: none.

+
+
+
topic.replication-factor
+
+

The replication factor to use when provisioning topics. Overrides the binder-wide setting. +Ignored if replicas-assignments is present.

+
+

Default: none (the binder-wide default of 1 is used).

+
+
+
+
+
+
+

Kafka Producer Properties

+
+ + + + + +
+ + +To avoid repetition, Spring Cloud Stream supports setting values for all channels, in the format of spring.cloud.stream.default.<property>=<value>. +
+
+
+

The following properties are available for Kafka producers only and +must be prefixed with spring.cloud.stream.kafka.bindings.<channelName>.producer..

+
+
+
+
admin.configuration
+
+

Since version 2.1.1, this property is deprecated in favor of topic.properties, and support for it will be removed in a future version.

+
+
admin.replicas-assignment
+
+

Since version 2.1.1, this property is deprecated in favor of topic.replicas-assignment, and support for it will be removed in a future version.

+
+
admin.replication-factor
+
+

Since version 2.1.1, this property is deprecated in favor of topic.replication-factor, and support for it will be removed in a future version.

+
+
bufferSize
+
+

Upper limit, in bytes, of how much data the Kafka producer attempts to batch before sending.

+
+

Default: 16384.

+
+
+
sync
+
+

Whether the producer is synchronous.

+
+

Default: false.

+
+
+
batchTimeout
+
+

How long the producer waits to allow more messages to accumulate in the same batch before sending the messages. +(Normally, the producer does not wait at all and simply sends all the messages that accumulated while the previous send was in progress.) A non-zero value may increase throughput at the expense of latency.

+
+

Default: 0.

+
+
+
messageKeyExpression
+
+

A SpEL expression evaluated against the outgoing message used to populate the key of the produced Kafka message — for example, headers['myKey']. +With versions before 3.0, the payload could not be used unless native encoding was being used because, by the time this expression was evaluated, the payload was already in the form of a byte[]. +Now, the expression is evaluated before the payload is converted.

+
+

Default: none.

+
+
+
headerPatterns
+
+

A comma-delimited list of simple patterns to match Spring messaging headers to be mapped to the Kafka Headers in the ProducerRecord. +Patterns can begin or end with the wildcard character (asterisk). +Patterns can be negated by prefixing with !. +Matching stops after the first match (positive or negative). +For example !ask,as* will pass ash but not ask. +id and timestamp are never mapped.

+
+

Default: * (all headers - except the id and timestamp)

+
+
+
configuration
+
+

Map with a key/value pair containing generic Kafka producer properties.

+
+

Default: Empty map.

+
+
+
topic.properties
+
+

A Map of Kafka topic properties used when provisioning new topics — for example, spring.cloud.stream.kafka.bindings.output.producer.topic.properties.message.format.version=0.9.0.0

+
+
topic.replicas-assignment
+
+

A Map<Integer, List<Integer>> of replica assignments, with the key being the partition and the value being the assignments. +Used when provisioning new topics. +See the NewTopic Javadocs in the kafka-clients jar.

+
+

Default: none.

+
+
+
topic.replication-factor
+
+

The replication factor to use when provisioning topics. Overrides the binder-wide setting. +Ignored if replicas-assignments is present.

+
+

Default: none (the binder-wide default of 1 is used).

+
+
+
useTopicHeader
+
+

Set to true to override the default binding destination (topic name) with the value of the KafkaHeaders.TOPIC message header in the outbound message. +If the header is not present, the default binding destination is used. +Default: false.

+
+
recordMetadataChannel
+
+

The bean name of a MessageChannel to which successful send results should be sent; the bean must exist in the application context. +The message sent to the channel is the sent message (after conversion, if any) with an additional header KafkaHeaders.RECORD_METADATA. +The header contains a RecordMetadata object provided by the Kafka client; it includes the partition and offset where the record was written in the topic.

+
+
+
+
+

ResultMetadata meta = sendResultMsg.getHeaders().get(KafkaHeaders.RECORD_METADATA, RecordMetadata.class)

+
+
+

Failed sends go the producer error channel (if configured); see Error Channels. +Default: null

+
+
+

+

+
+
+ + + + + +
+ + +The Kafka binder uses the partitionCount setting of the producer as a hint to create a topic with the given partition count (in conjunction with the minPartitionCount, the maximum of the two being the value being used). +Exercise caution when configuring both minPartitionCount for a binder and partitionCount for an application, as the larger value is used. +If a topic already exists with a smaller partition count and autoAddPartitions is disabled (the default), the binder fails to start. +If a topic already exists with a smaller partition count and autoAddPartitions is enabled, new partitions are added. +If a topic already exists with a larger number of partitions than the maximum of (minPartitionCount or partitionCount), the existing partition count is used. +
+
+
+
+
compression
+
+

Set the compression.type producer property. +Supported values are none, gzip, snappy and lz4. +If you override the kafka-clients jar to 2.1.0 (or later), as discussed in the Spring for Apache Kafka documentation, and wish to use zstd compression, use spring.cloud.stream.kafka.bindings.<binding-name>.producer.configuration.compression.type=zstd.

+
+

Default: none.

+
+
+
+
+
+
+

Usage examples

+
+

In this section, we show the use of the preceding properties for specific scenarios.

+
+
+
Example: Setting autoCommitOffset to false and Relying on Manual Acking
+
+

This example illustrates how one may manually acknowledge offsets in a consumer application.

+
+
+

This example requires that spring.cloud.stream.kafka.bindings.input.consumer.autoCommitOffset be set to false. +Use the corresponding input channel name for your example.

+
+
+
+
@SpringBootApplication
+@EnableBinding(Sink.class)
+public class ManuallyAcknowdledgingConsumer {
+
+ public static void main(String[] args) {
+     SpringApplication.run(ManuallyAcknowdledgingConsumer.class, args);
+ }
+
+ @StreamListener(Sink.INPUT)
+ public void process(Message<?> message) {
+     Acknowledgment acknowledgment = message.getHeaders().get(KafkaHeaders.ACKNOWLEDGMENT, Acknowledgment.class);
+     if (acknowledgment != null) {
+         System.out.println("Acknowledgment provided");
+         acknowledgment.acknowledge();
+     }
+ }
+}
+
+
+
+
+
Example: Security Configuration
+
+

Apache Kafka 0.9 supports secure connections between client and brokers. +To take advantage of this feature, follow the guidelines in the Apache Kafka Documentation as well as the Kafka 0.9 security guidelines from the Confluent documentation. +Use the spring.cloud.stream.kafka.binder.configuration option to set security properties for all clients created by the binder.

+
+
+

For example, to set security.protocol to SASL_SSL, set the following property:

+
+
+
+
spring.cloud.stream.kafka.binder.configuration.security.protocol=SASL_SSL
+
+
+
+

All the other security properties can be set in a similar manner.

+
+
+

When using Kerberos, follow the instructions in the reference documentation for creating and referencing the JAAS configuration.

+
+
+

Spring Cloud Stream supports passing JAAS configuration information to the application by using a JAAS configuration file and using Spring Boot properties.

+
+
+
Using JAAS Configuration Files
+
+

The JAAS and (optionally) krb5 file locations can be set for Spring Cloud Stream applications by using system properties. +The following example shows how to launch a Spring Cloud Stream application with SASL and Kerberos by using a JAAS configuration file:

+
+
+
+
 java -Djava.security.auth.login.config=/path.to/kafka_client_jaas.conf -jar log.jar \
+   --spring.cloud.stream.kafka.binder.brokers=secure.server:9092 \
+   --spring.cloud.stream.bindings.input.destination=stream.ticktock \
+   --spring.cloud.stream.kafka.binder.configuration.security.protocol=SASL_PLAINTEXT
+
+
+
+
+
Using Spring Boot Properties
+
+

As an alternative to having a JAAS configuration file, Spring Cloud Stream provides a mechanism for setting up the JAAS configuration for Spring Cloud Stream applications by using Spring Boot properties.

+
+
+

The following properties can be used to configure the login context of the Kafka client:

+
+
+
+
spring.cloud.stream.kafka.binder.jaas.loginModule
+
+

The login module name. Not necessary to be set in normal cases.

+
+

Default: com.sun.security.auth.module.Krb5LoginModule.

+
+
+
spring.cloud.stream.kafka.binder.jaas.controlFlag
+
+

The control flag of the login module.

+
+

Default: required.

+
+
+
spring.cloud.stream.kafka.binder.jaas.options
+
+

Map with a key/value pair containing the login module options.

+
+

Default: Empty map.

+
+
+
+
+
+

The following example shows how to launch a Spring Cloud Stream application with SASL and Kerberos by using Spring Boot configuration properties:

+
+
+
+
 java --spring.cloud.stream.kafka.binder.brokers=secure.server:9092 \
+   --spring.cloud.stream.bindings.input.destination=stream.ticktock \
+   --spring.cloud.stream.kafka.binder.autoCreateTopics=false \
+   --spring.cloud.stream.kafka.binder.configuration.security.protocol=SASL_PLAINTEXT \
+   --spring.cloud.stream.kafka.binder.jaas.options.useKeyTab=true \
+   --spring.cloud.stream.kafka.binder.jaas.options.storeKey=true \
+   --spring.cloud.stream.kafka.binder.jaas.options.keyTab=/etc/security/keytabs/kafka_client.keytab \
+   --spring.cloud.stream.kafka.binder.jaas.options.principal=kafka-client-1@EXAMPLE.COM
+
+
+
+

The preceding example represents the equivalent of the following JAAS file:

+
+
+
+
KafkaClient {
+    com.sun.security.auth.module.Krb5LoginModule required
+    useKeyTab=true
+    storeKey=true
+    keyTab="/etc/security/keytabs/kafka_client.keytab"
+    principal="kafka-client-1@EXAMPLE.COM";
+};
+
+
+
+

If the topics required already exist on the broker or will be created by an administrator, autocreation can be turned off and only client JAAS properties need to be sent.

+
+
+ + + + + +
+ + +Do not mix JAAS configuration files and Spring Boot properties in the same application. +If the -Djava.security.auth.login.config system property is already present, Spring Cloud Stream ignores the Spring Boot properties. +
+
+
+ + + + + +
+ + +Be careful when using the autoCreateTopics and autoAddPartitions with Kerberos. +Usually, applications may use principals that do not have administrative rights in Kafka and Zookeeper. +Consequently, relying on Spring Cloud Stream to create/modify topics may fail. +In secure environments, we strongly recommend creating topics and managing ACLs administratively by using Kafka tooling. +
+
+
+
+
+
Example: Pausing and Resuming the Consumer
+
+

If you wish to suspend consumption but not cause a partition rebalance, you can pause and resume the consumer. +This is facilitated by adding the Consumer as a parameter to your @StreamListener. +To resume, you need an ApplicationListener for ListenerContainerIdleEvent instances. +The frequency at which events are published is controlled by the idleEventInterval property. +Since the consumer is not thread-safe, you must call these methods on the calling thread.

+
+
+

The following simple application shows how to pause and resume:

+
+
+
+
@SpringBootApplication
+@EnableBinding(Sink.class)
+public class Application {
+
+	public static void main(String[] args) {
+		SpringApplication.run(Application.class, args);
+	}
+
+	@StreamListener(Sink.INPUT)
+	public void in(String in, @Header(KafkaHeaders.CONSUMER) Consumer<?, ?> consumer) {
+		System.out.println(in);
+		consumer.pause(Collections.singleton(new TopicPartition("myTopic", 0)));
+	}
+
+	@Bean
+	public ApplicationListener<ListenerContainerIdleEvent> idleListener() {
+		return event -> {
+			System.out.println(event);
+			if (event.getConsumer().paused().size() > 0) {
+				event.getConsumer().resume(event.getConsumer().paused());
+			}
+		};
+	}
+
+}
+
+
+
+
+
+
+

Transactional Binder

+
+

Enable transactions by setting spring.cloud.stream.kafka.binder.transaction.transactionIdPrefix to a non-empty value, e.g. tx-. +When used in a processor application, the consumer starts the transaction; any records sent on the consumer thread participate in the same transaction. +When the listener exits normally, the listener container will send the offset to the transaction and commit it. +A common producer factory is used for all producer bindings configured using spring.cloud.stream.kafka.binder.transaction.producer.* properties; individual binding Kafka producer properties are ignored.

+
+
+

If you wish to use transactions in a source application, or from some arbitrary thread for producer-only transaction (e.g. @Scheduled method), you must get a reference to the transactional producer factory and define a KafkaTransactionManager bean using it.

+
+
+
+
+
+
@Bean
+public PlatformTransactionManager transactionManager(BinderFactory binders) {
+    ProducerFactory<byte[], byte[]> pf = ((KafkaMessageChannelBinder) binders.getBinder(null,
+            MessageChannel.class)).getTransactionalProducerFactory();
+    return new KafkaTransactionManager<>(pf);
+}
+
+
+
+
+
+

Notice that we get a reference to the binder using the BinderFactory; use null in the first argument when there is only one binder configured. +If more than one binder is configured, use the binder name to get the reference. +Once we have a reference to the binder, we can obtain a reference to the ProducerFactory and create a transaction manager.

+
+
+

Then you would use normal Spring transaction support, e.g. TransactionTemplate or @Transactional, for example:

+
+
+
+
+
+
public static class Sender {
+
+    @Transactional
+    public void doInTransaction(MessageChannel output, List<String> stuffToSend) {
+        stuffToSend.forEach(stuff -> output.send(new GenericMessage<>(stuff)));
+    }
+
+}
+
+
+
+
+
+

If you wish to synchronize producer-only transactions with those from some other transaction manager, use a ChainedTransactionManager.

+
+
+
+

Error Channels

+
+

Starting with version 1.3, the binder unconditionally sends exceptions to an error channel for each consumer destination and can also be configured to send async producer send failures to an error channel. +See [spring-cloud-stream-overview-error-handling] for more information.

+
+
+

The payload of the ErrorMessage for a send failure is a KafkaSendFailureException with properties:

+
+
+
    +
  • +

    failedMessage: The Spring Messaging Message<?> that failed to be sent.

    +
  • +
  • +

    record: The raw ProducerRecord that was created from the failedMessage

    +
  • +
+
+
+

There is no automatic handling of producer exceptions (such as sending to a Dead-Letter queue). +You can consume these exceptions with your own Spring Integration flow.

+
+
+
+

Kafka Metrics

+
+

Kafka binder module exposes the following metrics:

+
+
+

spring.cloud.stream.binder.kafka.offset: This metric indicates how many messages have not been yet consumed from a given binder’s topic by a given consumer group. +The metrics provided are based on the Mircometer metrics library. The metric contains the consumer group information, topic and the actual lag in committed offset from the latest offset on the topic. +This metric is particularly useful for providing auto-scaling feedback to a PaaS platform.

+
+
+
+

Tombstone Records (null record values)

+
+

When using compacted topics, a record with a null value (also called a tombstone record) represents the deletion of a key. +To receive such messages in a @StreamListener method, the parameter must be marked as not required to receive a null value argument.

+
+
+
+
+
+
@StreamListener(Sink.INPUT)
+public void in(@Header(KafkaHeaders.RECEIVED_MESSAGE_KEY) byte[] key,
+               @Payload(required = false) Customer customer) {
+    // customer is null if a tombstone record
+    ...
+}
+
+
+
+
+
+
+

Using a KafkaRebalanceListener

+
+

Applications may wish to seek topics/partitions to arbitrary offsets when the partitions are initially assigned, or perform other operations on the consumer. +Starting with version 2.1, if you provide a single KafkaRebalanceListener bean in the application context, it will be wired into all Kafka consumer bindings.

+
+
+
+
+
+
public interface KafkaBindingRebalanceListener {
+
+	/**
+	 * Invoked by the container before any pending offsets are committed.
+	 * @param bindingName the name of the binding.
+	 * @param consumer the consumer.
+	 * @param partitions the partitions.
+	 */
+	default void onPartitionsRevokedBeforeCommit(String bindingName, Consumer<?, ?> consumer,
+			Collection<TopicPartition> partitions) {
+
+	}
+
+	/**
+	 * Invoked by the container after any pending offsets are committed.
+	 * @param bindingName the name of the binding.
+	 * @param consumer the consumer.
+	 * @param partitions the partitions.
+	 */
+	default void onPartitionsRevokedAfterCommit(String bindingName, Consumer<?, ?> consumer, Collection<TopicPartition> partitions) {
+
+	}
+
+	/**
+	 * Invoked when partitions are initially assigned or after a rebalance.
+	 * Applications might only want to perform seek operations on an initial assignment.
+	 * @param bindingName the name of the binding.
+	 * @param consumer the consumer.
+	 * @param partitions the partitions.
+	 * @param initial true if this is the initial assignment.
+	 */
+	default void onPartitionsAssigned(String bindingName, Consumer<?, ?> consumer, Collection<TopicPartition> partitions,
+			boolean initial) {
+
+	}
+
+}
+
+
+
+
+
+

You cannot set the resetOffsets consumer property to true when you provide a rebalance listener.

+
+
+
+
+

Appendices

+
+

Appendix A: Building

+
+
+

Basic Compile and Test

+
+

To build the source you will need to install JDK 1.7.

+
+
+

The build uses the Maven wrapper so you don’t have to install a specific +version of Maven. To enable the tests, you should have Kafka server 0.9 or above running +before building. See below for more information on running the servers.

+
+
+

The main build command is

+
+
+
+
$ ./mvnw clean install
+
+
+
+

You can also add '-DskipTests' if you like, to avoid running the tests.

+
+
+ + + + + +
+ + +You can also install Maven (>=3.3.3) yourself and run the mvn command +in place of ./mvnw in the examples below. If you do that you also +might need to add -P spring if your local Maven settings do not +contain repository declarations for spring pre-release artifacts. +
+
+
+ + + + + +
+ + +Be aware that you might need to increase the amount of memory +available to Maven by setting a MAVEN_OPTS environment variable with +a value like -Xmx512m -XX:MaxPermSize=128m. We try to cover this in +the .mvn configuration, so if you find you have to do it to make a +build succeed, please raise a ticket to get the settings added to +source control. +
+
+
+

The projects that require middleware generally include a +docker-compose.yml, so consider using +Docker Compose to run the middeware servers +in Docker containers.

+
+
+
+

Documentation

+
+

There is a "full" profile that will generate documentation.

+
+
+
+

Working with the code

+
+

If you don’t have an IDE preference we would recommend that you use +Spring Tools Suite or +Eclipse when working with the code. We use the +m2eclipe eclipse plugin for maven support. Other IDEs and tools +should also work without issue.

+
+
+

Importing into eclipse with m2eclipse

+
+

We recommend the m2eclipe eclipse plugin when working with +eclipse. If you don’t already have m2eclipse installed it is available from the "eclipse +marketplace".

+
+
+

Unfortunately m2e does not yet support Maven 3.3, so once the projects +are imported into Eclipse you will also need to tell m2eclipse to use +the .settings.xml file for the projects. If you do not do this you +may see many different errors related to the POMs in the +projects. Open your Eclipse preferences, expand the Maven +preferences, and select User Settings. In the User Settings field +click Browse and navigate to the Spring Cloud project you imported +selecting the .settings.xml file in that project. Click Apply and +then OK to save the preference changes.

+
+
+ + + + + +
+ + +Alternatively you can copy the repository settings from .settings.xml into your own ~/.m2/settings.xml. +
+
+
+
+

Importing into eclipse without m2eclipse

+
+

If you prefer not to use m2eclipse you can generate eclipse project metadata using the +following command:

+
+
+
+
$ ./mvnw eclipse:eclipse
+
+
+
+

The generated eclipse projects can be imported by selecting import existing projects +from the file menu. +[[contributing] +== Contributing

+
+
+

Spring Cloud is released under the non-restrictive Apache 2.0 license, +and follows a very standard Github development process, using Github +tracker for issues and merging pull requests into master. If you want +to contribute even something trivial please do not hesitate, but +follow the guidelines below.

+
+
+
+
+

Sign the Contributor License Agreement

+
+

Before we accept a non-trivial patch or pull request we will need you to sign the +contributor’s agreement. +Signing the contributor’s agreement does not grant anyone commit rights to the main +repository, but it does mean that we can accept your contributions, and you will get an +author credit if we do. Active contributors might be asked to join the core team, and +given the ability to merge pull requests.

+
+
+
+

Code Conventions and Housekeeping

+
+

None of these is essential for a pull request, but they will all help. They can also be +added after the original pull request but before a merge.

+
+
+
    +
  • +

    Use the Spring Framework code format conventions. If you use Eclipse +you can import formatter settings using the +eclipse-code-formatter.xml file from the +Spring +Cloud Build project. If using IntelliJ, you can use the +Eclipse Code Formatter +Plugin to import the same file.

    +
  • +
  • +

    Make sure all new .java files to have a simple Javadoc class comment with at least an +@author tag identifying you, and preferably at least a paragraph on what the class is +for.

    +
  • +
  • +

    Add the ASF license header comment to all new .java files (copy from existing files +in the project)

    +
  • +
  • +

    Add yourself as an @author to the .java files that you modify substantially (more +than cosmetic changes).

    +
  • +
  • +

    Add some Javadocs and, if you change the namespace, some XSD doc elements.

    +
  • +
  • +

    A few unit tests would help a lot as well — someone has to do it.

    +
  • +
  • +

    If no-one else is using your branch, please rebase it against the current master (or +other target branch in the main project).

    +
  • +
  • +

    When writing a commit message please follow these conventions, +if you are fixing an existing issue please add Fixes gh-XXXX at the end of the commit +message (where XXXX is the issue number).

    +
  • +
+
+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/appendix.html b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/appendix.html new file mode 100644 index 00000000..86314ff6 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/appendix.html @@ -0,0 +1,106 @@ + + + + + + + +Appendices + + + + + + + + + + +
+ +
+ + + + + + + \ No newline at end of file diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/building.html b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/building.html new file mode 100644 index 00000000..63c28604 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/building.html @@ -0,0 +1,244 @@ + + + + + + + +Building + + + + + + + + + + +
+
+

Building

+
+
+

Basic Compile and Test

+
+

To build the source you will need to install JDK 1.7.

+
+
+

The build uses the Maven wrapper so you don’t have to install a specific +version of Maven. To enable the tests, you should have Kafka server 0.9 or above running +before building. See below for more information on running the servers.

+
+
+

The main build command is

+
+
+
+
$ ./mvnw clean install
+
+
+
+

You can also add '-DskipTests' if you like, to avoid running the tests.

+
+
+ + + + + +
+ + +You can also install Maven (>=3.3.3) yourself and run the mvn command +in place of ./mvnw in the examples below. If you do that you also +might need to add -P spring if your local Maven settings do not +contain repository declarations for spring pre-release artifacts. +
+
+
+ + + + + +
+ + +Be aware that you might need to increase the amount of memory +available to Maven by setting a MAVEN_OPTS environment variable with +a value like -Xmx512m -XX:MaxPermSize=128m. We try to cover this in +the .mvn configuration, so if you find you have to do it to make a +build succeed, please raise a ticket to get the settings added to +source control. +
+
+
+

The projects that require middleware generally include a +docker-compose.yml, so consider using +Docker Compose to run the middeware servers +in Docker containers.

+
+
+
+

Documentation

+
+

There is a "full" profile that will generate documentation.

+
+
+
+

Working with the code

+
+

If you don’t have an IDE preference we would recommend that you use +Spring Tools Suite or +Eclipse when working with the code. We use the +m2eclipe eclipse plugin for maven support. Other IDEs and tools +should also work without issue.

+
+
+

Importing into eclipse with m2eclipse

+
+

We recommend the m2eclipe eclipse plugin when working with +eclipse. If you don’t already have m2eclipse installed it is available from the "eclipse +marketplace".

+
+
+

Unfortunately m2e does not yet support Maven 3.3, so once the projects +are imported into Eclipse you will also need to tell m2eclipse to use +the .settings.xml file for the projects. If you do not do this you +may see many different errors related to the POMs in the +projects. Open your Eclipse preferences, expand the Maven +preferences, and select User Settings. In the User Settings field +click Browse and navigate to the Spring Cloud project you imported +selecting the .settings.xml file in that project. Click Apply and +then OK to save the preference changes.

+
+
+ + + + + +
+ + +Alternatively you can copy the repository settings from .settings.xml into your own ~/.m2/settings.xml. +
+
+
+
+

Importing into eclipse without m2eclipse

+
+

If you prefer not to use m2eclipse you can generate eclipse project metadata using the +following command:

+
+
+
+
$ ./mvnw eclipse:eclipse
+
+
+
+

The generated eclipse projects can be imported by selecting import existing projects +from the file menu.

+
+
+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/contributing.html b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/contributing.html new file mode 100644 index 00000000..44f361ab --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/contributing.html @@ -0,0 +1,185 @@ + + + + + + + +Sign the Contributor License Agreement + + + + + + + + + + +
+
+
+
+

[[contributing] +== Contributing

+
+
+

Spring Cloud is released under the non-restrictive Apache 2.0 license, +and follows a very standard Github development process, using Github +tracker for issues and merging pull requests into master. If you want +to contribute even something trivial please do not hesitate, but +follow the guidelines below.

+
+
+
+
+

Sign the Contributor License Agreement

+
+

Before we accept a non-trivial patch or pull request we will need you to sign the +contributor’s agreement. +Signing the contributor’s agreement does not grant anyone commit rights to the main +repository, but it does mean that we can accept your contributions, and you will get an +author credit if we do. Active contributors might be asked to join the core team, and +given the ability to merge pull requests.

+
+
+
+

Code Conventions and Housekeeping

+
+

None of these is essential for a pull request, but they will all help. They can also be +added after the original pull request but before a merge.

+
+
+
    +
  • +

    Use the Spring Framework code format conventions. If you use Eclipse +you can import formatter settings using the +eclipse-code-formatter.xml file from the +Spring +Cloud Build project. If using IntelliJ, you can use the +Eclipse Code Formatter +Plugin to import the same file.

    +
  • +
  • +

    Make sure all new .java files to have a simple Javadoc class comment with at least an +@author tag identifying you, and preferably at least a paragraph on what the class is +for.

    +
  • +
  • +

    Add the ASF license header comment to all new .java files (copy from existing files +in the project)

    +
  • +
  • +

    Add yourself as an @author to the .java files that you modify substantially (more +than cosmetic changes).

    +
  • +
  • +

    Add some Javadocs and, if you change the namespace, some XSD doc elements.

    +
  • +
  • +

    A few unit tests would help a lot as well — someone has to do it.

    +
  • +
  • +

    If no-one else is using your branch, please rebase it against the current master (or +other target branch in the main project).

    +
  • +
  • +

    When writing a commit message please follow these conventions, +if you are fixing an existing issue please add Fixes gh-XXXX at the end of the commit +message (where XXXX is the issue number).

    +
  • +
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/css/spring.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/css/spring.css new file mode 100644 index 00000000..40821db3 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/css/spring.css @@ -0,0 +1 @@ +@import url("https://fonts.googleapis.com/css?family=Karla:400,700|Montserrat:400,700");/*! normalize.css v2.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}script{display:none !important}html,body{font-size:100%}html{font-family:Karla, sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}body{background:white;color:#000;padding:0;margin:0;font-size:16px;font-family:Karla, sans-serif;font-weight:normal;font-style:normal;line-height:1.6em;position:relative;cursor:auto}a:hover{cursor:pointer}img,object,embed{max-width:100%;height:auto}object,embed{height:100%}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}.text-justify{text-align:justify !important}.hide{display:none}.antialiased{-webkit-font-smoothing:antialiased}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}object,svg{display:inline-block;vertical-align:middle}.center{margin-left:auto;margin-right:auto}.spread{width:100%}p.lead,.paragraph.lead>p,#preamble>.sectionbody>.paragraph:first-of-type p{line-height:1.6}.subheader,.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{line-height:1.45;color:#0b0a0a;font-weight:bold;margin-top:0;margin-bottom:0.8em}div,dl,dt,dd,ul,ol,li,h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0;direction:ltr}a{color:#097dff;line-height:inherit;text-decoration:none}a:hover,a:focus{color:#016be2;text-decoration:underline}a img{border:none}p{font-family:inherit;font-weight:normal;font-size:1em;line-height:1.6;margin-bottom:1.25em;text-rendering:optimizeLegibility}p aside{font-size:0.875em;line-height:1.35;font-style:italic}h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{font-family:Montserrat, sans-serif;font-weight:400;font-style:normal;color:#000;text-rendering:optimizeLegibility;margin-top:1em;margin-bottom:0.5em;line-height:1.0125em}h1 small,h2 small,h3 small,#toctitle small,.sidebarblock>.content>.title small,h4 small,h5 small,h6 small{font-size:60%;color:#867c74;line-height:0}h1{font-size:2.125em}h2{font-size:1.6875em}h3,#toctitle,.sidebarblock>.content>.title{font-size:1.375em}h4{font-size:1.125em}h5{font-size:1.125em}h6{font-size:1em}hr{border:solid #ddddd8;border-width:1px 0 0;clear:both;margin:1.25em 0 1.1875em;height:0}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:bold;line-height:inherit}small{font-size:60%;line-height:inherit}code{font-family:Monaco, Menlo, Consolas, "Courier New", monospace;font-weight:normal;color:#3d3d3c;word-break:break-word}ul,ol,dl{font-size:1em;line-height:1.6;margin-bottom:1.25em;list-style-position:outside;font-family:inherit}ul,ol{margin-left:1.5em}ul.no-bullet,ol.no-bullet{margin-left:1.5em}ul li ul,ul li ol{margin-left:1.25em;margin-bottom:0;font-size:1em}ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit}ul.square{list-style-type:square}ul.circle{list-style-type:circle}ul.disc{list-style-type:disc}ul.no-bullet{list-style:none}ol li ul,ol li ol{margin-left:1.25em;margin-bottom:0}dl dt{margin-bottom:0.3125em;font-weight:bold}dl dd{margin-bottom:1.25em}abbr,acronym{text-transform:uppercase;font-size:90%;color:#000;border-bottom:1px dotted #dddddd;cursor:help}abbr{text-transform:none}blockquote{margin:0 0 1.25em;padding:0.5625em 1.25em 0 1.1875em;border-left:1px solid #dddddd}blockquote cite{display:block;font-size:0.9375em;color:rgba(0,0,0,0.6)}blockquote cite:before{content:"\2014 \0020"}blockquote cite a,blockquote cite a:visited{color:rgba(0,0,0,0.6)}blockquote,blockquote p{line-height:1.6;color:rgba(0,0,0,0.85)}.vcard{display:inline-block;margin:0 0 1.25em 0;border:1px solid #dddddd;padding:0.625em 0.75em}.vcard li{margin:0;display:block}.vcard .fn{font-weight:bold;font-size:0.9375em}.vevent .summary{font-weight:bold}.vevent abbr{cursor:auto;text-decoration:none;font-weight:bold;border:none;padding:0 0.0625em}#tocbot{padding:0 0 1rem 0;line-height:1.5rem;padding-left:25px}.mobile-toc{padding:0 0 1rem 0;line-height:1.5rem}.mobile-toc li a{display:block;padding:.3rem 0}#tocbot ol li{list-style:none;padding:0;margin:0}#tocbot ol{margin:0;padding:0;padding-left:0.6rem}#tocbot .toc-link{display:block;padding-top:4px;padding-bottom:4px;outline:none}table{background:white;margin-bottom:1.25em;border:solid 1px #cacaca;border-spacing:0}table thead,table tfoot{background:#f7f8f7;font-weight:bold}table thead tr th,table thead tr td,table tfoot tr th,table tfoot tr td{padding:0.5em 0.625em 0.625em;font-size:inherit;color:#000;text-align:left}table tr th,table tr td{padding:0.5625em 0.625em;font-size:inherit;color:#000}table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td{display:table-cell;line-height:1.6}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;tab-size:4}h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2;word-spacing:-0.05em}.clearfix:before,.clearfix:after,.float-group:before,.float-group:after{content:" ";display:table}.clearfix:after,.float-group:after{clear:both}*:not(pre)>code{font-size:0.8525em;font-style:normal !important;letter-spacing:0;padding:0.1em 0.3em 0.2em;background-color:rgba(0,0,0,0.05);border-radius:4px;text-rendering:optimizeSpeed}pre,pre>code{line-height:1.85;color:rgba(0,0,0,0.9);font-family:Monaco, Menlo, Consolas, "Courier New", monospace;font-weight:normal;text-rendering:optimizeSpeed;word-break:normal}pre{overflow:auto}em em{font-style:normal}strong strong{font-weight:normal}.keyseq{color:#6b625c}kbd{font-family:Monaco, Menlo, Consolas, "Courier New", monospace;display:inline-block;color:#000;font-size:0.65em;line-height:1.45;background-color:#f7f7f7;border:1px solid #ccc;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 0.1em white inset;box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 0.1em white inset;margin:0 0.15em;padding:0.2em 0.5em;vertical-align:middle;position:relative;top:-0.1em;white-space:nowrap}.keyseq kbd:first-child{margin-left:0}.keyseq kbd:last-child{margin-right:0}.menuseq,.menu{color:#191715}b.button:before,b.button:after{position:relative;top:-1px;font-weight:normal}b.button:before{content:"[";padding:0 3px 0 2px}b.button:after{content:"]";padding:0 2px 0 3px}p a>code:hover{color:rgba(0,0,0,0.9)}#toc{border-bottom:1px solid #ddddd8;padding-bottom:0.5em}#toc>ul{margin-left:0.125em}#toc ul.sectlevel0>li>a{font-style:italic}#toc ul.sectlevel0 ul.sectlevel1{margin:0.5em 0}#toc ul{list-style-type:none}#toc li{line-height:1.3334}#toc a{text-decoration:none}#toc a:active{text-decoration:underline}#toctitle{color:#0b0a0a;font-size:1.2em;display:none}body.toc2{padding-top:90px;text-rendering:optimizeLegibility}#content #toc{border-style:solid;border-width:1px;border-color:#d7d7d7;margin-bottom:1.25em;padding:1.25em;background:#f1f1f1;-webkit-border-radius:4px;border-radius:4px}#content #toc>:first-child{margin-top:0}#content #toc>:last-child{margin-bottom:0}#footer{padding-bottom:2rem}#footer #footer-text{padding:2rem 0;border-top:1px solid #efefed}#footer-text{color:rgba(0,0,0,0.6);line-height:1.44}.sect1{padding-bottom:0.625em}.sect1+.sect1{border-top:1px solid #efefed}#content h1>a.anchor,h2>a.anchor,h3>a.anchor,#toctitle>a.anchor,.sidebarblock>.content>.title>a.anchor,h4>a.anchor,h5>a.anchor,h6>a.anchor{position:absolute;z-index:1001;width:1.5ex;margin-left:-1.5ex;margin-top:0.1rem;display:block;visibility:hidden;text-align:center;font-weight:normal;color:rgba(0,0,0,0.2)}#content h1>a.anchor:hover,h2>a.anchor:hover,h3>a.anchor:hover,#toctitle>a.anchor:hover,.sidebarblock>.content>.title>a.anchor:hover,h4>a.anchor:hover,h5>a.anchor:hover,h6>a.anchor:hover{color:#097dff;text-decoration:none}#content h1>a.anchor:before,h2>a.anchor:before,h3>a.anchor:before,#toctitle>a.anchor:before,.sidebarblock>.content>.title>a.anchor:before,h4>a.anchor:before,h5>a.anchor:before,h6>a.anchor:before{content:"\0023";font-size:0.85em;display:block;padding-top:0.1em}#content h1:hover>a.anchor,#content h1>a.anchor:hover,h2:hover>a.anchor,h2>a.anchor:hover,h3:hover>a.anchor,#toctitle:hover>a.anchor,.sidebarblock>.content>.title:hover>a.anchor,h3>a.anchor:hover,#toctitle>a.anchor:hover,.sidebarblock>.content>.title>a.anchor:hover,h4:hover>a.anchor,h4>a.anchor:hover,h5:hover>a.anchor,h5>a.anchor:hover,h6:hover>a.anchor,h6>a.anchor:hover{visibility:visible}#content h1>a.link,h2>a.link,h3>a.link,#toctitle>a.link,.sidebarblock>.content>.title>a.link,h4>a.link,h5>a.link,h6>a.link{color:#000;text-decoration:none}#content h1>a.link:hover,h2>a.link:hover,h3>a.link:hover,#toctitle>a.link:hover,.sidebarblock>.content>.title>a.link:hover,h4>a.link:hover,h5>a.link:hover,h6>a.link:hover{color:#262321}.audioblock,.imageblock,.literalblock,.listingblock,.stemblock,.videoblock{margin-bottom:1.25em}.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{text-rendering:optimizeLegibility;text-align:left;font-family:Karla, sans-serif;font-size:1rem}table.tableblock>caption.title{white-space:nowrap;overflow:visible;max-width:0;padding:0.6rem 0}table.tableblock #preamble>.sectionbody>.paragraph:first-of-type p{font-size:inherit}.admonitionblock>table{border-collapse:separate;border:0;background:none;width:100%}.admonitionblock>table td.icon{text-align:center;vertical-align:top;padding-top:0.8em;width:80px}.admonitionblock>table td.icon img{max-width:initial}.admonitionblock>table td.icon .title{font-weight:bold;font-family:Montserrat, sans-serif;text-transform:uppercase}.admonitionblock>table td.content{padding-left:0em;padding-right:1.25em;border-left:1px solid #ddddd8}.admonitionblock>table td.content>:last-child>:last-child{margin-bottom:0}.exampleblock>.content{border-style:solid;border-width:0;border-color:#e6e6e6;margin-bottom:1.25em;padding:1.25em;background:#f1f1f1;border-radius:4px}.exampleblock>.content>:first-child{margin-top:0}.exampleblock>.content>:last-child{margin-bottom:0}.sidebarblock{border-style:solid;border-width:0;border-color:#d7d7d7;margin-bottom:1.25em;padding:1.25em;background:#f1f1f1;border-radius:4px;overflow:scroll}.sidebarblock>:first-child{margin-top:0}.sidebarblock>:last-child{margin-bottom:0}.sidebarblock>.content>.title{color:#0b0a0a;margin-top:0;text-align:center}.exampleblock>.content>:last-child>:last-child,.exampleblock>.content .olist>ol>li:last-child>:last-child,.exampleblock>.content .ulist>ul>li:last-child>:last-child,.exampleblock>.content .qlist>ol>li:last-child>:last-child,.sidebarblock>.content>:last-child>:last-child,.sidebarblock>.content .olist>ol>li:last-child>:last-child,.sidebarblock>.content .ulist>ul>li:last-child>:last-child,.sidebarblock>.content .qlist>ol>li:last-child>:last-child{margin-bottom:0}.literalblock pre,.listingblock pre:not(.highlight),.listingblock pre[class="highlight"],.listingblock pre[class^="highlight "],.listingblock pre.CodeRay,.listingblock pre.prettyprint{background:#282c33;color:#e6e1dc;border-radius:4px}.sidebarblock .literalblock pre,.sidebarblock .listingblock pre:not(.highlight),.sidebarblock .listingblock pre[class="highlight"],.sidebarblock .listingblock pre[class^="highlight "],.sidebarblock .listingblock pre.CodeRay,.sidebarblock .listingblock pre.prettyprint{background:#282c33;color:#e6e1dc}.literalblock pre,.literalblock pre[class],.listingblock pre,.listingblock pre[class],.listingblock pre:not(.highlight){padding:1em 1.5rem;font-size:0.8125em}.literalblock pre.nowrap,.literalblock pre[class].nowrap,.listingblock pre.nowrap,.listingblock pre[class].nowrap{overflow-x:auto}.literalblock.output pre{color:whitesmoke;background-color:rgba(0,0,0,0.9)}.listingblock{white-space:nowrap}.listingblock pre.highlightjs{padding:0.2rem 0}.listingblock pre.highlightjs>code{padding:1em 1.5rem;border-radius:4px}.listingblock>.content{position:relative}.listingblock code[data-lang]:before{display:none;content:attr(data-lang);position:absolute;font-size:0.8em;font-weight:bold;top:0.425rem;right:0.5rem;line-height:1;text-transform:uppercase;color:#999}.listingblock code[data-lang]:before{display:block}.listingblock.terminal pre .command:before{content:attr(data-prompt);padding-right:0.5em;color:#999}.listingblock.terminal pre .command:not([data-prompt]):before{content:"$"}table.pyhltable{border-collapse:separate;border:0;margin-bottom:0;background:none}table.pyhltable td{vertical-align:top;padding-top:0;padding-bottom:0;line-height:1.45}table.pyhltable td.code{padding-left:.75em;padding-right:0}pre.pygments .lineno,table.pyhltable td:not(.code){color:#999;padding-left:0;padding-right:.5em;border-right:1px solid #ddddd8}pre.pygments .lineno{display:block;margin-right:.25em}table.pyhltable .linenodiv{background:none !important;padding-right:0 !important}.quoteblock{margin:0 1em 1.25em 1.5em;display:block;text-align:left;padding-left:20px}.quoteblock blockquote,.quoteblock blockquote p{color:rgba(0,0,0,0.85);line-height:1.75;letter-spacing:0}.quoteblock blockquote{margin:0;padding:0;border:0;position:relative}.quoteblock blockquote:before{content:"\201c";font-size:2.75em;font-weight:bold;line-height:0.6em;margin-left:0em;margin-right:1rem;margin-top:0.8rem;color:rgba(0,0,0,0.1);position:absolute;top:0;left:-30px}.quoteblock blockquote>.paragraph:last-child p{margin-bottom:0}.quoteblock .attribution{margin-right:0.5ex}.quoteblock .quoteblock{margin-left:0;margin-right:0;padding:0.5em 0;border-left:3px solid rgba(0,0,0,0.6)}.quoteblock .quoteblock blockquote{padding:0 0 0 0.75em}.quoteblock .quoteblock blockquote:before{display:none}.verseblock{margin:0 1em 1.25em 0;background-color:#f1f1f1;padding:1rem 1.4rem;border-radius:4px}.verseblock pre{font-family:Monaco, Menlo, Consolas, "Courier New", monospace;font-size:0.9rem;color:rgba(0,0,0,0.85);font-weight:300;text-rendering:optimizeLegibility}.verseblock pre strong{font-weight:400}.verseblock .attribution{margin-top:1.25rem;margin-left:0.5ex}.quoteblock .attribution,.verseblock .attribution{font-size:0.9375em;line-height:1.45;font-style:italic}.quoteblock .attribution br,.verseblock .attribution br{display:none}.quoteblock .attribution cite,.verseblock .attribution cite{display:block;letter-spacing:-0.025em;color:rgba(0,0,0,0.6)}.quoteblock.abstract{margin:0 0 1.25em 0;display:block}.quoteblock.abstract blockquote,.quoteblock.abstract blockquote p{text-align:left;word-spacing:0}.quoteblock.abstract blockquote:before,.quoteblock.abstract blockquote p:first-of-type:before{display:none}table.tableblock{max-width:100%;border-collapse:separate;overflow-x:scroll}table.tableblock td>.paragraph:last-child p>p:last-child,table.tableblock th>p:last-child,table.tableblock td>p:last-child{margin-bottom:0}table.tableblock,th.tableblock,td.tableblock{border:0 solid #cacaca;background:white}table.grid-all th.tableblock,table.grid-all td.tableblock{border-width:0 1px 1px 0}table.grid-all tfoot>tr>th.tableblock,table.grid-all tfoot>tr>td.tableblock{border-width:1px 1px 0 0}table.grid-cols th.tableblock,table.grid-cols td.tableblock{border-width:0 1px 0 0}table.grid-all *>tr>.tableblock:last-child,table.grid-cols *>tr>.tableblock:last-child{border-right-width:0}table.grid-rows th.tableblock,table.grid-rows td.tableblock{border-width:0 0 1px 0}table.grid-all tbody>tr:last-child>th.tableblock,table.grid-all tbody>tr:last-child>td.tableblock,table.grid-all thead:last-child>tr>th.tableblock,table.grid-rows tbody>tr:last-child>th.tableblock,table.grid-rows tbody>tr:last-child>td.tableblock,table.grid-rows thead:last-child>tr>th.tableblock{border-bottom-width:0}table.grid-rows tfoot>tr>th.tableblock,table.grid-rows tfoot>tr>td.tableblock{border-width:1px 0 0 0}table.frame-all{border-width:1px}table.frame-sides{border-width:0 1px}table.frame-topbot{border-width:1px 0}th.halign-left,td.halign-left{text-align:left}th.halign-right,td.halign-right{text-align:right}th.halign-center,td.halign-center{text-align:center}th.valign-top,td.valign-top{vertical-align:top}th.valign-bottom,td.valign-bottom{vertical-align:bottom}th.valign-middle,td.valign-middle{vertical-align:middle}table thead th,table tfoot th{font-weight:bold}tbody tr th{display:table-cell;line-height:1.6;background:#f7f8f7}tbody tr th,tbody tr th p,tfoot tr th,tfoot tr th p{color:#34302d;font-weight:bold}p.tableblock>code:only-child{background:none;padding:0}p.tableblock{font-size:1em}td>div.verse{white-space:pre}ol{margin-left:1.75em}ul li ol{margin-left:1.5em}dl dd{margin-left:1.125em}dl dd:last-child,dl dd:last-child>:last-child{margin-bottom:0}ol>li p,ul>li p,ul dd,ol dd,.olist .olist,.ulist .ulist,.ulist .olist,.olist .ulist{margin-bottom:0.625em}ul.unstyled,ol.unnumbered,ul.checklist,ul.none{list-style-type:none}ul.unstyled,ol.unnumbered,ul.checklist{margin-left:0.625em}ul.checklist li>p:first-child>.fa-square-o:first-child,ul.checklist li>p:first-child>.fa-check-square-o:first-child{width:1em;font-size:0.85em}ul.checklist li>p:first-child>input[type="checkbox"]:first-child{width:1em;position:relative;top:1px}ul.inline{margin:0 auto 0.625em auto;margin-left:-1.375em;margin-right:0;padding:0;list-style:none;overflow:hidden}ul.inline>li{list-style:none;float:left;margin-left:1.375em;display:block}ul.inline>li>*{display:block}.unstyled dl dt{font-weight:normal;font-style:normal}ol.arabic{list-style-type:decimal}ol.decimal{list-style-type:decimal-leading-zero}ol.loweralpha{list-style-type:lower-alpha}ol.upperalpha{list-style-type:upper-alpha}ol.lowerroman{list-style-type:lower-roman}ol.upperroman{list-style-type:upper-roman}ol.lowergreek{list-style-type:lower-greek}.hdlist>table,.colist>table{border:0;background:none}.hdlist>table>tbody>tr,.colist>table>tbody>tr{background:none}td.hdlist1,td.hdlist2{vertical-align:top;padding:0 0.625em}td.hdlist1{font-weight:bold;padding-bottom:1.25em}.literalblock+.colist,.listingblock+.colist{margin-top:-0.5em}.colist>table tr>td:first-of-type{padding:0 0.75em;line-height:1}.colist>table tr>td:first-of-type img{max-width:initial}.colist>table tr>td:last-of-type{padding:0.25em 0}.thumb,.th{line-height:0;display:inline-block;border:solid 4px white;-webkit-box-shadow:0 0 0 1px #dddddd;box-shadow:0 0 0 1px #dddddd}.imageblock.left,.imageblock[style*="float: left"]{margin:0.25em 0.625em 1.25em 0}.imageblock.right,.imageblock[style*="float: right"]{margin:0.25em 0 1.25em 0.625em}.imageblock>.title{margin-bottom:0}.imageblock.thumb,.imageblock.th{border-width:6px}.imageblock.thumb>.title,.imageblock.th>.title{padding:0 0.125em}.image.left,.image.right{margin-top:0.25em;margin-bottom:0.25em;display:inline-block;line-height:0}.image.left{margin-right:0.625em}.image.right{margin-left:0.625em}a.image{text-decoration:none;display:inline-block}a.image object{pointer-events:none}sup.footnote,sup.footnoteref{font-size:0.875em;position:static;vertical-align:super}sup.footnote a,sup.footnoteref a{text-decoration:none}sup.footnote a:active,sup.footnoteref a:active{text-decoration:underline}#footnotes{padding-top:0.75em;padding-bottom:0.75em;margin-bottom:0.625em}#footnotes hr{width:20%;min-width:6.25em;margin:-0.25em 0 0.75em 0;border-width:1px 0 0 0}#footnotes .footnote{padding:0 0.375em 0 0.225em;line-height:1.3334;font-size:0.875em;margin-left:1.2em;text-indent:-1.05em;margin-bottom:0.2em}#footnotes .footnote a:first-of-type{font-weight:bold;text-decoration:none}#footnotes .footnote:last-of-type{margin-bottom:0}#content #footnotes{margin-top:-0.625em;margin-bottom:0;padding:0.75em 0}.gist .file-data>table{border:0;background:#fff;width:100%;margin-bottom:0}.gist .file-data>table td.line-data{width:99%}div.unbreakable{page-break-inside:avoid}.big{font-size:larger}.small{font-size:smaller}.underline{text-decoration:underline}.overline{text-decoration:overline}.line-through{text-decoration:line-through}.aqua{color:#00bfbf}.aqua-background{background-color:#00fafa}.black{color:black}.black-background{background-color:black}.blue{color:#0000bf}.blue-background{background-color:#0000fa}.fuchsia{color:#bf00bf}.fuchsia-background{background-color:#fa00fa}.gray{color:#606060}.gray-background{background-color:#7d7d7d}.green{color:#006000}.green-background{background-color:#007d00}.lime{color:#00bf00}.lime-background{background-color:#00fa00}.maroon{color:#600000}.maroon-background{background-color:#7d0000}.navy{color:#000060}.navy-background{background-color:#00007d}.olive{color:#606000}.olive-background{background-color:#7d7d00}.purple{color:#600060}.purple-background{background-color:#7d007d}.red{color:#bf0000}.red-background{background-color:#fa0000}.silver{color:#909090}.silver-background{background-color:#bcbcbc}.teal{color:#006060}.teal-background{background-color:#007d7d}.white{color:#bfbfbf}.white-background{background-color:#fafafa}.yellow{color:#bfbf00}.yellow-background{background-color:#fafa00}span.icon>.fa{cursor:default}.admonitionblock td.icon [class^="fa icon-"]{font-size:2.5em;cursor:default}.admonitionblock td.icon .icon-note:before{content:"\f05a";color:#3f6a22}.admonitionblock td.icon .icon-tip:before{content:"\f0eb";color:#0077b9}.admonitionblock td.icon .icon-warning:before{content:"\f071";color:#d88400}.admonitionblock td.icon .icon-caution:before{content:"\f06d";color:#bf3400}.admonitionblock td.icon .icon-important:before{content:"\f06a";color:#bf0000}.conum[data-value]{display:inline-block;color:#000 !important;background-color:#ffe157;-webkit-border-radius:100px;border-radius:100px;text-align:center;font-size:0.75em;width:1.67em;height:1.67em;line-height:1.67em;font-family:"Open Sans", "DejaVu Sans", sans-serif;font-style:normal;font-weight:bold}.conum[data-value] *{color:#fff !important}.conum[data-value]+b{display:none}.conum[data-value]:after{content:attr(data-value)}pre .conum[data-value]{position:relative;top:0;color:#000 !important;background-color:#ffe157;font-size:12px}b.conum *{color:inherit !important}.conum:not([data-value]):empty{display:none}.admonitionblock{background-color:#ecf1e8;padding:0.8em 0;margin:30px 0;width:auto;border-radius:4px;overflow-x:scroll}.admonitionblock.important{border-left:0px solid #e20000;background-color:#f9ebeb}.admonitionblock.warning{border-left:0px solid #d88400;background-color:#fff9e4}.admonitionblock.tip{border-left:0px solid #0077b9;background-color:#e9f1f6}.admonitionblock.caution{border-left:0px solid #e20000;background-color:#f9ebeb}.admonitionblock .exampleblock>.content{border:0 none;background-color:#fff}#toc a:hover{text-decoration:underline}.admonitionblock>table{margin-bottom:0}.admonitionblock>table td.content{border-left:none}@media print{#tocbot a.toc-link.node-name--H4{display:none}}.is-collapsible{max-height:1000px;overflow:hidden;transition:all 200ms ease-in-out}.is-collapsed{max-height:0}div.back-action,#toc.toc2 div.back-action{padding:0.8rem 0 0 0}div.back-action a,#toc.toc2 div.back-action a{position:relative;display:inline-block;padding:0.6rem 1.2rem;padding-left:35px}div.back-action a span,#toc.toc2 div.back-action a span{position:absolute;left:5px;top:5px;display:block;color:#333;height:26px;width:26px;border-radius:13px}div.back-action a i,#toc.toc2 div.back-action a i{position:absolute;top:5px;left:5px}div.back-action a:hover span,#toc.toc2 div.back-action a:hover span{color:#000}#tocbot.desktop-toc{padding-top:0.8rem}#header-spring{position:absolute;text-rendering:optimizeLegibility;top:0;left:0;right:0;height:90px;margin:0 1rem;padding:0 1rem;border-bottom:1px solid #ddddd8;border-top:3px solid #6BB344}#header-spring h1{margin:0;padding:0;font-size:22px;text-align:left;line-height:86px;padding-left:0.6rem}#header-spring h1 svg{width:200px}#header-spring h1 svg .st0{fill:#6BB344}#header-spring h1 svg .st2{fill:#444}body.book #header-spring{position:relative;top:auto;left:auto;right:auto;margin:0}body.book #header>h1:only-child{border:0 none;padding-bottom:1.2rem;font-size:1.8rem}body.book #header,body.book #content,body.book #footnotes,body.book #footer{margin:0 auto}body.toc2 #header-spring{position:absolute;left:0;right:0;top:0}body.toc2 #header>h1:only-child{font-size:2.2rem}body.toc2 #header,body.toc2 #content,body.toc2 #footnotes,body.toc2 #footer{margin:0 auto}body.toc2 #content{padding-top:2rem}#header,#content,#footnotes,#footer{width:100%;margin-right:auto;margin-top:0;margin-bottom:0;max-width:62.5em;*zoom:1;position:relative;padding-left:0.9375em;padding-right:0.9375em}#header:before,#header:after,#content:before,#content:after,#footnotes:before,#footnotes:after,#footer:before,#footer:after{content:" ";display:table}#header:after,#content:after,#footnotes:after,#footer:after{clear:both}#content{margin-top:1.25em}#content:before{content:none}#header>h1:first-child{margin-top:2.55rem;margin-bottom:0.5em;margin-bottom:0.5em}#header>h1:first-child+#toc{margin-top:8px;border-top:0 none}#header>h1:only-child,body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #ddddd8;padding-bottom:8px}#header .details{border-bottom:1px solid #ddddd8;line-height:1.45;padding-top:0;padding-bottom:2.25em;padding-left:0.25em;color:rgba(0,0,0,0.6);display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-flow:row wrap;-webkit-flex-flow:row wrap;flex-flow:row wrap}#header .details span:first-child{margin-left:-0.125em}#header .details span.email a{color:rgba(0,0,0,0.85)}#header .details br{display:none}#header .details br+span:before{content:"\00a0\2013\00a0"}#header .details br+span.author:before{content:"\00a0\22c5\00a0";color:rgba(0,0,0,0.85)}#header .details br+span#revremark:before{content:"\00a0|\00a0"}#header #revnumber{text-transform:capitalize}#header #revnumber:after{content:"\00a0"}#content>h1:first-child:not([class]){color:rgba(0,0,0,0.85);border-bottom:1px solid #ddddd8;padding-bottom:8px;margin-top:0;padding-top:1.5rem;margin-bottom:1.25rem}h1{font-size:2.2rem;letter-spacing:-1px}h1,h2,h3,h4,h5,h6{font-weight:normal;font-family:Montserrat, Arial, Helvetica, sans-serif}h1:focus,h2:focus,h3:focus,h4:focus,h5:focus,h6:focus{box-shadow:none;outline:none}h2,h3,h4,h5,h6{padding:.8rem 0 .4rem}h1{font-size:1.75em}h2{font-size:1.6rem;letter-spacing:-1px}h3{font-size:1.5rem}h4{font-size:1.4rem}h5{font-size:1.3rem}h6{font-size:1.2rem}pre.highlight{background:#232323;color:#e6e1dc;border-radius:4px}pre.highlight code{color:#e6e1dc}pre.highlight a,#toc.toc2 a{color:#000;font-size:1rem}pre.highlight ul.sectlevel1,#toc.toc2 ul.sectlevel1{padding-left:0.2rem}pre.highlight ul.sectlevel1 li,#toc.toc2 ul.sectlevel1 li{line-height:1.4rem}::selection{background-color:#d1ff79}.literalblock pre::selection,.listingblock pre[class="highlight"]::selection,.highlight::selection,pre::selection,.highlight code::selection,.highlight code span::selection{background:rgba(255,255,255,0.2) !important}body.book #header{margin-bottom:2rem}body.toc2 #header{margin-bottom:0}.desktop-toc{display:none}.admonitionblock td.icon{display:none}.admonitionblock>table td.content{padding-left:1.25em}@media only screen and (min-width: 768px){#toctitle{font-size:1.375em}.sect1{padding-bottom:1.25em}.mobile-toc{display:none}.desktop-toc{display:block}.literalblock pre,.literalblock pre[class],.listingblock pre,.listingblock pre[class]{font-size:0.90625em}.admonitionblock td.icon{display:table-cell}.admonitionblock>table td.content{padding-left:0}body.toc2{padding-right:0}body.toc2 #toc.toc2{position:absolute;margin-top:0 !important;width:15em;top:0;border-top-width:0 !important;border-bottom-width:0 !important;margin-left:-15.9375em;z-index:1000;padding:0 1em 1.25em 0em;overflow:auto}body.toc2 #toc.toc2 #toctitle{margin-top:0;margin-bottom:0.8rem;font-size:1.2em}body.toc2 #toc.toc2>ul{font-size:0.9em;margin-bottom:0}body.toc2 #toc.toc2 ul ul{margin-left:0;padding-left:1em}body.toc2 #toc.toc2 ul.sectlevel0 ul.sectlevel1{padding-left:0;margin-top:0.5em;margin-bottom:0.5em}body.toc2 #header,body.toc2 #content,body.toc2 #footnotes,body.toc2 #footer{padding-left:15.9375em;max-width:none}body.book #header-spring h1{max-width:1400px;margin:0 auto}body.book #header,body.book #content,body.book #footnotes,body.book #footer{max-width:1400px}body.is-position-fixed #toc.toc2{position:fixed;height:100%}h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2}h1{font-size:1.75em}h2{font-size:1.6em}h3,#toctitle,.sidebarblock>.content>.title{font-size:1.5em}h4{font-size:1.4em}h5{font-size:1.2em}h6{font-size:1.2em}#tocbot a.toc-link.node-name--H1{font-style:italic}#tocbot ol{margin:0;padding:0;padding-left:0.6rem}#tocbot ol li{list-style:none;padding:0 0;margin:0;display:block}#tocbot{z-index:999}#tocbot .toc-link{position:relative;display:block;z-index:999;padding-right:5px;padding-top:4px;padding-bottom:4px}#tocbot .is-active-link{padding-right:3px;border-right:3px solid #6BB344}}@media only screen and (min-width: 768px){#tocbot>ul.toc-list{margin-bottom:0.5em;margin-left:0.125em}#tocbot ul.sectlevel0,#tocbot a.toc-link.node-name--H1+ul{padding-left:0}#tocbot a.toc-link{height:100%}.is-collapsible{max-height:3000px;overflow:hidden}.is-collapsed{max-height:0}.is-active-link{font-weight:700}}@media only screen and (min-width: 768px){body.toc2 #header,body.toc2 #content,body.toc2 #footer{background-repeat:repeat-y;background-position:14em 0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDE0NUNENzNGMTVGMTFFODk5RjI5ODk3QURGRjcxMkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDE0NUNENzRGMTVGMTFFODk5RjI5ODk3QURGRjcxMkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMTQ1Q0Q3MUYxNUYxMUU4OTlGMjk4OTdBREZGNzEyQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMTQ1Q0Q3MkYxNUYxMUU4OTlGMjk4OTdBREZGNzEyQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjmGxxYAAAAGUExURd3d2AAAAJlCnKAAAAAMSURBVHjaYmAACDAAAAIAAU9tWeEAAAAASUVORK5CYII=)}}@media only screen and (min-width: 1280px){body.toc2{padding-right:0}body.toc2 #toc.toc2{width:25em;left:auto;margin-left:-26.9375em}body.toc2 #toc.toc2 #toctitle{font-size:1.375em}body.toc2 #toc.toc2>ul{font-size:0.95em}body.toc2 #toc.toc2 ul ul{padding-left:1.25em}body.toc2 body.toc2.toc-right{padding-left:0;padding-right:20em}body.toc2 #header,body.toc2 #content,body.toc2 #footnotes,body.toc2 #footer{padding-left:26.9375em;max-width:1400px}body.toc2 #header-spring h1{margin:0 auto;max-width:1400px}.literalblock pre,.literalblock pre[class],.listingblock pre,.listingblock pre[class]{font-size:0.8125em}body.toc2 #header,body.toc2 #content,body.toc2 #footer{background-repeat:repeat-y;background-position:24em 0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDE0NUNENzNGMTVGMTFFODk5RjI5ODk3QURGRjcxMkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDE0NUNENzRGMTVGMTFFODk5RjI5ODk3QURGRjcxMkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMTQ1Q0Q3MUYxNUYxMUU4OTlGMjk4OTdBREZGNzEyQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMTQ1Q0Q3MkYxNUYxMUU4OTlGMjk4OTdBREZGNzEyQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjmGxxYAAAAGUExURd3d2AAAAJlCnKAAAAAMSURBVHjaYmAACDAAAAIAAU9tWeEAAAAASUVORK5CYII=)}} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/dlq.html b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/dlq.html new file mode 100644 index 00000000..30718f70 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/dlq.html @@ -0,0 +1,227 @@ + + + + + + + +Dead-Letter Topic Processing + + + + + + + + + + +
+
+

Dead-Letter Topic Processing

+
+

Because you cannot anticipate how users would want to dispose of dead-lettered messages, the framework does not provide any standard mechanism to handle them. +If the reason for the dead-lettering is transient, you may wish to route the messages back to the original topic. +However, if the problem is a permanent issue, that could cause an infinite loop. +The sample Spring Boot application within this topic is an example of how to route those messages back to the original topic, but it moves them to a “parking lot” topic after three attempts. +The application is another spring-cloud-stream application that reads from the dead-letter topic. +It terminates when no messages are received for 5 seconds.

+
+
+

The examples assume the original destination is so8400out and the consumer group is so8400.

+
+
+

There are a couple of strategies to consider:

+
+
+
    +
  • +

    Consider running the rerouting only when the main application is not running. +Otherwise, the retries for transient errors are used up very quickly.

    +
  • +
  • +

    Alternatively, use a two-stage approach: Use this application to route to a third topic and another to route from there back to the main topic.

    +
  • +
+
+
+

The following code listings show the sample application:

+
+
+
application.properties
+
+
spring.cloud.stream.bindings.input.group=so8400replay
+spring.cloud.stream.bindings.input.destination=error.so8400out.so8400
+
+spring.cloud.stream.bindings.output.destination=so8400out
+
+spring.cloud.stream.bindings.parkingLot.destination=so8400in.parkingLot
+
+spring.cloud.stream.kafka.binder.configuration.auto.offset.reset=earliest
+
+spring.cloud.stream.kafka.binder.headers=x-retries
+
+
+
+
Application
+
+
@SpringBootApplication
+@EnableBinding(TwoOutputProcessor.class)
+public class ReRouteDlqKApplication implements CommandLineRunner {
+
+    private static final String X_RETRIES_HEADER = "x-retries";
+
+    public static void main(String[] args) {
+        SpringApplication.run(ReRouteDlqKApplication.class, args).close();
+    }
+
+    private final AtomicInteger processed = new AtomicInteger();
+
+    @Autowired
+    private MessageChannel parkingLot;
+
+    @StreamListener(Processor.INPUT)
+    @SendTo(Processor.OUTPUT)
+    public Message<?> reRoute(Message<?> failed) {
+        processed.incrementAndGet();
+        Integer retries = failed.getHeaders().get(X_RETRIES_HEADER, Integer.class);
+        if (retries == null) {
+            System.out.println("First retry for " + failed);
+            return MessageBuilder.fromMessage(failed)
+                    .setHeader(X_RETRIES_HEADER, new Integer(1))
+                    .setHeader(BinderHeaders.PARTITION_OVERRIDE,
+                            failed.getHeaders().get(KafkaHeaders.RECEIVED_PARTITION_ID))
+                    .build();
+        }
+        else if (retries.intValue() < 3) {
+            System.out.println("Another retry for " + failed);
+            return MessageBuilder.fromMessage(failed)
+                    .setHeader(X_RETRIES_HEADER, new Integer(retries.intValue() + 1))
+                    .setHeader(BinderHeaders.PARTITION_OVERRIDE,
+                            failed.getHeaders().get(KafkaHeaders.RECEIVED_PARTITION_ID))
+                    .build();
+        }
+        else {
+            System.out.println("Retries exhausted for " + failed);
+            parkingLot.send(MessageBuilder.fromMessage(failed)
+                    .setHeader(BinderHeaders.PARTITION_OVERRIDE,
+                            failed.getHeaders().get(KafkaHeaders.RECEIVED_PARTITION_ID))
+                    .build());
+        }
+        return null;
+    }
+
+    @Override
+    public void run(String... args) throws Exception {
+        while (true) {
+            int count = this.processed.get();
+            Thread.sleep(5000);
+            if (count == this.processed.get()) {
+                System.out.println("Idle, terminating");
+                return;
+            }
+        }
+    }
+
+    public interface TwoOutputProcessor extends Processor {
+
+        @Output("parkingLot")
+        MessageChannel parkingLot();
+
+    }
+
+}
+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/favicon.ico b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..1a4956e64705230122da8c19d762a7f8e6971533 GIT binary patch literal 111804 zcmeDk2Rzl^_Zg*0(k?VKlp+nIjEXXol|<2^RLG9-q(Z|kLP(+_DLdq8$xf0aqs++2 z-rxVZqW??wO8vSY$NS#zU1!|y9p|2VFAhh78;?Vd1h){klNpCof@eJbyMM(55?mm> z&B-@@0PYjbEofk6lC?XakG`%^LnA8Hb2|y)UbNjo23;MJ1*|O=arAUO_;NA_N!B^ z*SU%*7Sg^ZvB00+CB7O@R;<-pgVW|+t^TxD`9`Vt`1cf28NPLtDQ+hDJU2veHezY^ zQi`lBX|+X1xgXRpo_)4ylGG=m2?Qm@CH^r=LG=?YMdw`*!BKBdvlmh1W}$HW+%(s; z+If?c7ETT?%1-liUaq8bTJ{o7mM@yDBon+;;^rvcELEmvu_*TWnq7k1O-dhTwEMkp z-R_hvFVq$BG5nt-ZXm){7iQGqL2u2 zEfMMx_N2p=<14Qvs;Et;-Q{aHaUq|S=-kQjB=YC03vc8*s}d+9a1qOxXKvlL48Krf z!x4t0N!U_FuVTG}0u+^Ex%|1JfZtM1_dSbfc=1xAYjaP0FixxW-mfLH){mrNNu_@NQC~j3lb#Rmmsu$Iy6l<6KGGR?3ZQvzbWPanFm1yd1Y?nGStAzcXj< zvD{P6Y5SKzvc)v`*;1k@WDcKw8#MW2mYjZTT3wYZ?ws~yn-)t7?=t+NJ5C3mW;~Cg zQC8c`$XP>%;fz!RKJZY}iZIwsButf-oQ`+K8(36Waz4zZ&D{?Pg|rsh2rR?fg|2K1 zB2eKUdgR%hEum+piQb)J(y%qnezW@;DKek@C97sjORkCLP%n@@TwujNo6K2Sw9(GT zZg*hAMt=sW^D%~#ftNzLr*fH69ts>tC2Jwod#w}{Vov#zMq1Jq|BMj7(Wmv@t_4d} zY4Gb!0CgJ$mCw3b=mnN5%RE^F^{zPs~f6+wZlmkxQsz#NAIX+gSWE#TgIqY>eaEku zRCk0oAp|ESdY#IbqI}10qhorvOmwA1PfMiPucs!tip6TS=0xDzeD&;n;hD6TW=L)%Q01$y(3(9l zm#+)sq$Qc|d9{pd;CfUg94%u}Ef`(9X!FYrQ+NzNE{)!-C=v*GGd{~WVVmA0!M=I& znJlFs-SIxWAaau%1a;At)f;^xS@**&s?`@BwBTmm z^SV6w-IiM$fzX4yHWYXheDM50*T?G5p*AS*GU4eNnXM@$+n6sa_LbA67lO$ zs9;Q(_49iEn8h!GmMytHCf`j^AT)irYRXnbTCL7Kt6und5Du!s!CmtdDcUY;?n+^Nd0RBs z_mR&9CPj(p%~Lo-gvIxgO=R+z4qt8kqE%5doZqNd7q5v`{4AVWzWu@c$5i4MIZVGD zv&$-b%wp}nco~SRYPHL{S|N##p%GsEJ;C{!`|bIxJO42;*Vh^;D$*EC`|p-lfEKHk|v zyds#%Eo#rRYas5qR4r@eW9&QycG>QYOVq^X+bvpq^vE(Ni8)12WZaYMNuJuGk1d)* z%~+q^a=D<5J4+Z|u8>>rLqnV5isb8`RI9K1)sBmpY*r}e+ZY>90qT-CDr+}xCwa}_@O|8g(`URP&vkm* zY_W@Oo9$vjK^4ZFJ(cm+yW2<#GE|pOw75*3tDlW+)<~mc+<94eRbFr-PmHbO%xih4 z^%k)2OS4~~7C+(0Pb4nKuT|E_yG$?c!X>V?!ajeu^--2L8R_fv(x)pXt5;C%g^p|n zZRMtqBBz-IA09lYKMo5jwlKfbg4-Tx@vuC69P_ur*60ZGhL!&8xe^SFTMcjKOQ`N^ z(0pV2h>V%Z{AE}amH%_+`teKQOR$~TB2`1NNbshjpg`gA)beM0Py6^g8*cliPOs?6 zR!?$Pdm|O@)0ftTf(OdWo+g9mNez2o|Fq0weZ&It0QSmbypv7Y{rqGeuo`>vYA%`kwczw`n5_NMwr@Q7t#Or?7G7NXFFIzM0br}}GK+<1?v%-!S^JS95_rTcEuC=%iTq@~?J_F_tHg~Ct_j&`jGteGu`8|QArv!(I4~F7 z^U^!RSD`tXP+P{_+$=1=sV!Lf4j=Y(_M?#AlT67xQx%x}^FLK;Co4@s5rVmBMUOtxT_~V4+8y;d(wh;$j ze{sBOFuv$&4sY=7U0Uo1)^Zx!hLh)>@={a){BZV-4RnH&R+;XMIolEtR)1MJR3|C& zlw>2xcIC&0ENq$DUySA{Fq7nmM9p|Og_Blu2h$PRj1BpFFY=i!IcG+>#e#iyUKWd< zSvu)Zr5MTERD^iV}rW zW?kEJT`Ck8x%2s?dYk*~CtZLNote~XayYg{%8gga9wT8Q6G9Q`Sufv}DqQ2qYP^W1N}0bFM=M_S=Az(6$72uOWFB<-=Eit=i6z4b1aJqz|NE5m3R13$cg6MBb zEW=VyYe(zLrxgvhP8WPRLqg;j!`#&j*O@#WQw3OW9}rBiXUq4H@?gArLUUQrzNx0V zq8yF0uj4$wODt}!(>!Yh~^ zmp4BWe(JgOh`~G>mIJxWoyt4Y^G%rQ*7QA}lcqP^Y`YI_IF@rsraXv$# zrhgeBH_=UW!3r8)ob8llg)>($&C^_a`q)yF*(+W|l)U7+oOENl-j@Awf@`!Ka39+n z*YPh;i>u1VufH7-n9o{h?@FIqogf@tP+XC>r@F0j8J;1;&Rb;Hh8IwQn#YIW4yWfV z%6AHo-Pk0gbcI`n+t2PyaHRgyyM>k66OshtG($2b%phxq0pixjYiB|`l`!AH#<#&X z=N+AqS%IYL~`pVkiIB_+qSM`D%0vGjsfw0i((H`(^}4W;l!zO_gLoax)d8( zR~p`lE?QL3U`TxwnKSLd$^fND5uZ!*Z_m6$$$yc==iYwr_tV?>gC0q2_Onx0Ati*J zJ^E31V=~L$(1;ctFU!3vIcG3#XK!k5$baR$;?R>Bb%&NaN%%7`q`t}I){|j$al#c& zXg;_2xl6>l(8FAVfDqI`~T&oTJ9)U5W3 zRWoEH&%UpJp4uYp>6+!Kmu02gxOw(4z9J`t22PY`%iI4*VltoE;ur3bG4BE%9HCO4 z;kt@x{H5j{R{XiBrDD*KsBqUiwL4{;JbS^$%ldZ3yFBOACS^O|R>a?6WV*24E|XkQ zYQs_k_i-%O*&mY}eLFu?UzhNu$&_)G^U9dpQ(+UQX3n`H5-p@HlNK6o9T~!J=XZO zzHw>MCCV@BEXIf2$a+)5`^4%9|9aZWg1GRxSNE-fx??HD_O-Be$p_^qD4(=Ry8&8C|uIrFMc@jzH_dTe$#p` z>!L%l)IO}om&M0LF>y{|O!9r-tXsFfqUCG-Vbkl^Z_P+KaAR>wuFgsg;e*ZN~ zPDW<(ypofAF1))Hq4VYn4?b*M5nud?l$VYIIL_RXxJ?4W7n>w)JQ7wp8)?VIZPKS@ zqBFQ#>>uGp;qk=aqb&byiT&&fT5}{^WP`*GNw$8F3>Hmv685_-pmo&y+iTXHmzrh~ z%sn@+xf8*UV%6PmvSF5IK6%8Z4NtrvmzQU>qVRsj1%MbJ%4`ow8t~+&k36{vFDavtG!S17|0(s zY9_0xt$&OD>q9IUsL$&u*svB=UDHBf9_|2wuRjA>8n`nMrRixnZDH(IhZ5NkV z8c{I&8aUGI)AlY~m3-&$)+eDHSVT&CPLZnS4ypa5D{eiQ&Kcu0!#F$Z+vfSD??SV5 zjWT5T%-DQY%`%1Y<#&W}9EBoZMUFS@g z!@Gz_EVvcDKyQm}{&||!W{r6--9EFoK5`?!L09VO%x6}7)zVIXm8<6tDy^nH*I0mF z%^mS!Ew?L+zp55w1W~>Im|3WUeYPpGaoD|>GvPojhyE9xP{S$j?@>HH!zAX|I8G>V z$|GwJms>f}lij!zZU%2tt(Ti_yKC9@m{+NFCh?msdSNotpe;#`Vt;LD6hn~x z`MhhFC{vH0+;_!Qht|r;86U9Sbu}kBBjpL7{n5gkjPp)KQHE+&l@)7`Pr0do|8_uh zsvnKM`))1#GeK5I$Gw4kQ1<0byTY#)ZESmcQY?yO^5i6o$J$Gsv$XbW+)X9Z=C)t@ z+}>pzbWbL;83gGToV@q>ZV(Uq$#XfetRlzuta`GNQ_5|s?!;-|R^u;HYdm+G!8!H* zj?*f&Ty*sHQ$qv4?v_YM3AwN{pom;ugvwt|e4-1u=Z4~dAtgM}&fE8$BUAEdpZDqOl=B5VJ;{8FZgg7VyDavslW z`3P+$mf1B~-4@k)~ba`KnO3Ae}@;ENqp^ z<7Rygk6LT*eQ7v-(5T|pU!;6{!?uPMVd-%K8G4k>C z$DM@V_y;d&vsPx~%0ISjL5RJr@ZC9K0uWy_H2P3bISJ*{qKS%j#flWdYz5|&TP{kh zs%yF7pwp)GO5D&?G|A;<+Co+f>NR#VB{{B+?p)oT-ZtFFN3 za@^VISrk?4Gw=F>rG@Hc2^BFPmlTm**~C@$fu(Xb7d}y?0;fZ%aJa#9`S#X(1rl?# zbwaAX#x)!IwOEW_!j_=7u*9uCT+{uCnfJa@iZ+cZ{<`rny>qA7BQh6pif^CrhA4$* z97QH&Lk%~r`o0(YW*m93-`FlMk>Xg%H}=`N-ekrcr-l5ddYE!w7hlu3`t*V1huSR~ zFUq)OjPRFU?vJtmypG>(tH4*Themg@=8tc)%~d_bAix@TJIeE>VPKK;{)|RBH`ThS zj&4!*M+(v{xX)W>$cDp*w-Qv~JeBdW6BRckEjr7Y5>2L2OCNj7&sArCcI6x&%gBoK z=J<79>IIi!wzT~fdlT(f)%Ur_>L1$~H-4Q?PzqwB-eN^YGv#3ljqoHtKv=J3Nm@l5 z&&u15^9wgmOEnasOe>qCq90(jv+YQwcO}U*YO>1aW?G86ufdzy=9g*x!uZ=PtDY1OcAyKVIIbR{l6 zm_ej?(`eM*-|+Q#M%l6Y9iTq9_o`)FMFvYMG<*VP?ygTL;d3D6XrgUVP8V)Tp0vR| zPVLS7&?8M&j7hF5n(Ut*%==V7_w)5v&8BRj;WSli7Dg!ZY07NNJue`B_hu`*u`ISi zjw>g&?xLVtZs9R17H;DU#gdbpMPqp8s?-}mB4OMEvJeYyn~llB^Mu!)C~FJR(~hAD ztQr4~bbYbbNA_9@``Is(Jy@a9%ErUryP4S+&`#9y34N}$ERG4diC{Nu@p)++#Q%JGh-BR{> zdW$5a_DI%_r!rR8+_f?aP`nTqejP@|#i^54?T9i>+s3mr<>SekxAQ-5Agru9r?ROf z>e~{2GZ5|RBdK{O)IKh-uNv>yn0GgWN3s5)7{|LWr)(am=AP8uw0S8$o!@QOHeH&1 zTxA;4xpUs;6&JSB8W$=wW1mwmb8Qn`KPT)|iQy^PMv~q1XO7>=!r+@zeQ>w7eB%e- zx+N~_5AQl>l)EROVo8MOtKeHo8>}L9*I^&)&%9n4wRDk1rc&#A)m6rlJ66wE;h`&8 zYFr(7=niEHGs)K3g`3{{-w@9zSiH^ptf${?r}W@fOEIxC3-k^wk7c?2El8H?Wxk`4 znqfq}n%1VK&1E{c2YMekq(~dqRjwnqq}=>IbW`P4hMSz>nR?1alOqg@)wVRhq_=i+ zj9;xux0rdgk+N0!SJk{*&$jJ<7gO$ODyY+$3l!E9<+m=-2Q=T^RV&rGvVNCB+ zcdVtR^+DwWGG>a%DyxT=^PDf8IJK{l2&Cp}X3JX+<)DJCoqc|seUBk0=0<`aY z@>}rYN8&$GoiAA)PMFLsB4)%~I?`;s5}95Z-jc}gecy!`sw(zR@+4|sN$85rK# zVT^M+?n-4Ap1Ps!D5^ypPR<>hNJZgcPr?s;#*lNU#b`AN%~}y-@`33z3Xg{`CdF=WqFhKj+Id3 zPNuEWQ?5{WpSqyQChwNS#W15ns#xJwvkXh9Z$X!+TNlOpG2V#HzbScF&9g|t1`~oB zziZ`(XBFm~BhCfHh8;}i(QAmD-&oc}Z+5#XId0#%$CWaVs;H{!EP1AGD57VVY1IGV z{3zn23=dh$glVkO6@`zl!r0I5#7>%14WaK|>)X$i#`5h-jHd>@=Gz52Kqh)!GUaRg z7@KOABzN9 z->u`ar+5!ZX041W%&M0O=CCXE&WbPo$mqdy!8{KJx+T}J+QOVXw(M(P;%@{kpJtE4 zac{1n0u|r+2(krRp=t8vsAS%q9+CJh>4QJLu}a+uKbN+B85Pe=gQV5`!%x5WW|G4_ zP!>z8ZMM#W^};!O7M75OKCD`UhAP?(j&HNm61<+#`}-9d>TEpulKKgAbFyR2_-j^C z7BBLcXSbf>^DVUGG-`8mK2~yUe);Y6Oy4>leL24e$?xd+6r=FQ6$UnUZ(Z|9pK4Gc zF>kA`!tzW@U&Sn&`iwXJ7wBUA*)DDKf(3-*-iB^AvU&W*Ow?rsQ=@9Us^||m`bC*G zI^nXPhh4~BPfh5Pp>s*n)31IAcgir*S~~wY_d$ba-dc6F6RzxdV0z?* zgL--X`~p_>XV5TR2nkrq1&gcUhK!ls!Z=u;^Lxr6vCAAZHuX%cWXr-pRv1j zt(@ikg9dr}H*;#1$BQKt2uoHR6j9}4+B!4El8rt$#Y)ZlmfCy$EOPrP>9x8n#*fn@ z$y?@3d!yu2s*+oF()jb)I61xr+@ERva$?^(%{<|=PgFX7Ke_xHgTt@Cu!rk$C^()m z70KOS3_XrjDIL&9wz=?l0R_)q989x6ng^)ir%mMK%DG;@=Oa@ci+xi0ZXH^=cuSh& z8M{L+Jf5&m?0}TeM46q9mM*z3D430!CeWuxlqCw!H%ak(xQY8)h-oW5ESo-D%}xIa|i3%N?4 zd%$=lPeTSN4i*(vT&l-S&_r{7&N8{h+a_H4aBay~?kCr>w4L8)`J234A-nE?PWHhy z_d>5;&X-TQ$#<1@gU@M=EW>Oa!aXvfle@zeveuK$Jy^fElFOa7h2AFBz)ZoL{T5SU z;pC%bCs0G5u`k3VtG1Mbv&ON)eBB4uYXx?ySJ@g{)B)GzlPwm^k<7-Q)e6jT?d);6 zRGs3^qGU)~;Oc@U7(UlFV0pGarIMPX5agM!~)FwyCT zEx0=u-}G*ttGqVbh9|4d>Tf2h@GNFRnN|M>6clJJYB18#V;e z-M*)~uDK-GKjak6jt^FRN9?j`lwT+$eLm$7dy(G#!?kCdA6D&Dh-z#$k%dL;8_a4N z%lAxNNb`PN{<#vtnfFPDf?K615oZdp_8Z2A3<;%p`_U)`oBvhPjrfxhfLCAO!&k*FU~t1Zxu-@0Oup%8Kf2FC2~BbF38 zRl9=na>Ma8lXoca$+n$H`Sjc#`>Jmtqsx<5!MBPHdVFQmnZmE9<6vRZPTg|W`tkQ) zYz_v8BoL;esnIZSRQuBn#TSi(2D0w6AfhueO-w8 zPWLxTK@}5~Ug_X1Ttw_gGgT8ab`$ zXtGa>VS1|8xM1$j^(S{XC!eL2drgB#PBlp*f0wprl8HFui-Z;Im%i{T$1gK7PYaT& zuJTfNw4w667f$pf+b;J~+=k8V7{9X3amMMi5(%ZJ zw5mV(IW)?oxtV@DcZb#y8c^Nyi{I@s+QvifLX|N2(^>{LEkZ+$#>(o#bw~2AS2=TE zM#4=yDc118M{PyUMCk&vX~C#2&ov8hR#$mNxtJu$*@b4EG7E>=M!U(gZLZm`=JX8J z2)uidEto65>G9QQrrppb&c47}Zr#piKavakUP@K%yO8oU-z7|hZmrd$vm6==Epa=X z@97y7Rr_*%b5pdcV7ILHGv3A7qBp&&y>eEV%-8SyXhqafx(Pc9%vgdDE3V^w$1$1MuUi{=Hs0%uX-m!8XHSB|Zds-W zZ=NZTylN3>z~cgxBy89m1kX_I1_wB>-+)Q8gmhCKR<)^DS)eo>3G*4Z6 zqFsW*c$rp1Y_`yvyq1e{XH@I_GB9S>oThmHH5y-hplP!UD3Xx%w|>-;q497^w0_g$ z_d5B9-Yq!oaKHBWvkeD?XR@R!1)1F!R@u{Dhj>WK>uU{*uE|rs-iw=0^(20sv(YT^ zdJ2ui45|DiZ&qXKLpwyS?o%IET5?QzN8-wj^v&n)Yx^86t2OXiZLEcx3^lSzolc5R zERz27*JWoOhN#_n6 zv#*@N7igD*!tNQTP5ouR$+`s;B&*T)CSgML?ckLyx3URbm)w@cu(Ian>C|giRT{9V zN2GdZ$dGOX>3&&~ba-!yEa-@*mOi{KnHKWSKT36S_;EIWp97KBM_y-55acmdn;?k# z+RM*5_PeX!NngE^-E5U|_T0ccBbd{+J<5x66wK#Dy$|k)5XJ z0V=cky8cnemQy%|NT#Q);Pj1lh040ffRB5@0aNW0yPK)O?h40^+f2#tEFH*nC+3ED z#O0{+GbCW zUFsY09fz7v&D&&|@>*Q@kn-v)`(o~v-SK)DQ=z?67(mu6q8 zzJ|j{=t#0K6TzLz$ow?pEm9#IC>A6i6|DGkDE1tk3ONUbsc=`5m^K>2q1;Pv1geF)`LJec7$lFKg!}%+cCj!%16sZU#d-QBiJ5t{e56 zIE!_(QqwZGD2r{PjXbGU7nqWgx!pi*)k&@^fpzOsKV;I0i>aPH%;C>{QVojZTvWWBNzk+g7Xq`F91F_l^k6jyZFUMtJqZt(oy`cbBy)hEJBEQX zf+i|LhdcX|ydHyl#)YM^J4#K2L3ku7Cgh7t9$bM&kmr;iPpGIClf*~8@q1>JU8O$= zt7FjP9?q5FRSYl_vQ<7wxWCbdOX=FuCm;@J#W&mLc*em+r!DoIL$dT|Le z$#`gGm~rdW{kAd)Mps4=BKG*SOfy}LCxL~zTo<`qqs2!*(=gs!K&lEOG@TTab3zHr zP@o8z>$9*q77V9LkL89#L0&PIF=x=w{>9~hrRuXEZCE(<{=5b-)imCxweZul+3ghB znJhQq2Xnl|JL!{-w>BSamBS97x{AvUpgX5PLPzolOj-HQT_v1^;iYLY@6*-g(+SW# zKQb{>ubXck=Do;PrbIn^h0zD4pqL~4=9%qu3FR8&HThx|pBH6QB%=dm0Vo}*8Ov!< z%A^;kWp^#&oW*#!$z(R39_&P0JxndgSxH=;r|IVI&7~mhN%jcvw%(zAG+&67WXhJb88qrklG?~vsrhD4g^@8Mr?tScc1zr~ zI0szL3yzvS7eyio@q{ISe`K+uhlvP|8;pY&RVol}zhVT#$cZjXc-;WS9efltqK8Q< z?d~xyB_tB25(HAdJ-@3>cwmAoV0X>3vS4E+A%CTPTAjO6I^FG&r1;S^(qyt^7=m5_ z0(2nI<{smD!c~GaVF4ty-k&R)TTdtj)6N}Qybrf7!%q|6aD+*HL((}GS*^|DcW4^e zDyJt2f!VD49tIlTIia@E=l$H)S#PuDI!5{x3_O(rKFIM?%qTrfI$<5G=$kO(Ci$Oh zC_nYyOp_ry)6Y#hCHT?KK)Z>&EYgw})t8;U%`Qjr&}AB@dQw`$#LBgmMw_ohTJf=x z@XY~v;bjRY6qm8gUNM8#fnHzTFU@~kQAmrBqA4hzXVN;>aDW8^)bH!O94yq1EwmebdlVc<8aS z2d9Zi()ugxF$w8;F6(d6Df2(jYz?DlpYYYn>$d;x)K;DlNs39|Xk9eGP97)7zmv~z ztK!)e@Qg<^0G9wH0cQVU z?E2%;1)fg?K;NSyKsLZ|%XlF9wL$r>0Z@I|0zmf1Gk6RV0DPqY5CgaafZFMS$Y?a< zqQ1om0M&(meZ>CY}_0QJFN0Y+1f!%-G$n~VYG4UrB1spP;f5`Y~5VF1G+hu@t? z6VTxWu<<`7$N>@y{6TUT2S@?<-7*`g@*e|jTmxjyUmqQKA^?#57t6hCeF_I!*Z%c_ z?Snwz!76~irJe68wY2djQdY*2LN|6;b3j^V}wgJdM_Q?Bn;I};_p!17JN3f$U;jVw?*Oe~{}F3TS5qD?{#y4fn^^9|&n>O3 zm~q^V|Jrvv9P}c4gb8E0Edc!JZoUtFPb}~5o@<)wF{v>9;o!-CEsrSR@#L{s2axOm zatms{b|>;*-Z`Z``mf1uxadW;Nt9!$4s^&qOFTrc`4>U=@ZxEH%5d@HznISp;Q5$n z2LO**02u(7OqgL?590pibxdJek8;}{sER2QE@9TmKA7i+FwE-p9n2u+I;IkR8Iun; z!NfyPW1_*@m_X1e$m8TM`RoW(!vupgu$>_~m}ICvw&$@Cwm;%5cIe3k>}b?Q?8H+` z?9_8xOy}jb_IyoXJaQr7CU!B&6T6b^h1sOs#q8erw8OQx_pz&~zU|Leuf5yD%@c27 zrtxl=!K>?-2IQj*c_O@a2J8HS3*yTNK`7)q{&%(mQ2rDEq_=FR5y`EpvF;aHclY8> zW@NwkvOm%kb4w4#vMLL^%Vx~IYiw!43aY#luHH>*eUzY-}_n7eafV@tqnUIW!5kGcjk+J4?H>FUKet{757=jSd4(? zJ|8OzvB2CI>{8NgOb*%%V)_R8eBpPr0f6h}?(mfe)y4W61A1jd44Li&k>{}+?*g&( zvQJpQJDo9DDe|jJF~6**nC5dk4E0;x@w6ZB6h^ZS06u$r!)b505tjP(R~0~0YYXNM zZFzTnc5nIh6($S)yWJaK40KLdGnDbCy0ZEz%;#g&VA@8spMiBW>Hw63)^hq`gL@Lj zST@+r_rch`tSHR(%{@%!vEg9rcfZr^f-&DY=x-zQlCbKg{*6V(Vtq*}`GB2)@#O%% zm28j;^+?tM$RDlY{xR!#0)gt7_6vLLLH1LusHSWzin&jm-j{#IPRBU*xBmN%u>6r8 zy1%%Lxp+qj7qQzJkFifxU;5=f${0u1gx>8-|EXAWi%QAi7+;h z?tT3v71-J9@9{!&+Y?q5iqN z3&2Y2D!ZaJ=KLjqqjL1c-sqPdjtT&>WCR$Joh}-Og?@@16c5o_VO;Th%pK+tXe=iZ ztl1mQ!xAPKqz<~^+gKjV&BwBF`!xsdLyKr17mLAsZz%ZnmKNz_ETA5Y<+%guv-F_v?17FU=>{QBv=6VRy!-V& z2y~qz=~~-bv3H;Y^!o4^`f+>Ev1{}TuYu4d2zqrtV3AcZuwHn)!@ z(L7|R_GhS{LArXhmN}Ljs_WgzJ-R0ZuJ7lLZ)*X^t(w9u^GT3|U3eoMB zj{fjK19S&yE;g22H}j1<>`h!99Bq~37EU}|cT+kRAtrsCZ&;Zt3e(*;k zR1bSm^tR7(Mk@l?Ut?k+zvx%Z`Xhgk`x1cG!OCAc%%EMjH(Im~cR9IWTVe(FUjx-M zpmC;iS^(Ap^O3RO?tdiwsGl9OEQMc+zUlzPxinbWqjXnO{l)_ML&l-9p$2S?f-vy` z_6^9U5RJuuw?q1M#mIAA>p-tML69FhJMqg<tp7CaS2(+jD*E1=? zJZvoJ4pBecMV3!``~D%WV3+t^)A#B}ZRVeBf74sVLG1x*+mLR!KRiNXf;ZjRK=oF} zaEG;lrlO0TC0f5-&{G|NFwg$b)>9nyXV$|_!kEi157ws)W1ad{2hbex*)Zz92g3}c zuj(Q%&FrdCyGNHzu(XP+0TC$nZKo6q-#cF{=V#Xk&Qt>&dc9|BP!G>?IE!YQ6Dg;YaM`h z=xi3^cmsZZ3440}i!P%guWLWs4ew53kFsC<7WN=}w=S|h*p2)%yTs|5rcZy`*H6EN zzOhg!YG=_JVQ;osC@duR)o(!;t%VWE_b##g;r%?KFyeRvdd{va`Yp7Lr9u-+GQiIL zr~dXQ9wK|D=z^3{M;Y0@63H0N@qe684bOXs!ieJy=sB-yY}?C>7SqeYuCW)poc4Wy z$)%&KCqersyT}+_5z_A9y?vLku5tV2&#C+~_vMX5y+C#;uCPC?r}YGJ&?lkw+R=0} zVP}Ztc!)^;FNZ_^@BYL6e@}8G2Wy}IT<;t}I>R%u&cE;&*(Q$0nxPWxdn1xJ zFFe~2`H8~@{EYT*jV)`q-evK-LQ#K@k8}Nnzba2JkN8*s?Tsgr_W^kJBk~i64eI$% zJ)32;>jG+v&&Ip`!eewk#z;E1_d&#E>Vxdjd2+<>hV<+Uc1QnQ|2Tl!0mCkR0a{B! z>j@*}x~vDI{ru^}DSvd1%|F+F4j|i8P1v_YECVHi#fbF-XfGvES@+->*##268`3k< zZ;v&5=>ALN_ryf=0_A9npZI>~L&S(6lUY$fTuv0ozIr(2kMct2D*ST;;{ehRpmVc2 zWr6nbl++FX*%Zh&yt54WeG4$`_a*NQH~yn-zy~I|;fsy*gv55|=ip4z;dW@9nn?ad zM9;+Uhy0B8Q~YxS=fHQH-S21GqCExa<->1NL8JphcaIHO*4^cS&gvX1dm#och2NXP zG1dQvOwgXB;dWyG-_wBF{vn<1(Vgr&-;MO%|KaA#Sji9R22MV+`cVhac|XJH(3#ks zGJ@Y>S^Fc(??>KJpbz{u2KK@XC+|ipFLdSzI?EFARRh)thtuu(c`dS}JJ}7_yNj^D z_MaOZ2f~QUZaJ=GFJLB7B_7u%SZK{-b^2 z&%2Y^aK1xlf{*1hl!lG5Baji&rJ=ptNH08GJlqwc*V#v-{XP$dQ`SA@bp&i5`a1h> z1ladiWa;}cx?NtbupfCi9MKtB`5-Uro@6%M?{#9XVMzb*&kc+NXg+}UaiVeCP|uq| z>51g}4xZJC{KR1+@@xeC*l5|i4UEfUJ9b=gdb>Ol;f{l$I5Zz4l6MR|ixK&W!$$1+ zG@NT+-`qG9GX9fk(fOxCJyQ?u(IArdLwH_FMDl9CTO9mD-uq3ICvpD$envJg z@5*uqOV)oT9kQ>zlz4a0^rHI+iDb2-|NcbpQ*seKP9_-TpW5r_YlXLL`db;>=g@DIJSX{75QI*SV3BRLp{>@z!L zjm`m?h`xX1;CaaBKMZ#rLbim)pf5mkU$me0pZh-t2D`2*7mn|ge{Q?rJN|*}kS%a$ z*qHm>4SSc-`BKSnzTm&H;{WTxK%UV3n?z?7g?5qukk0-a&ANlmVnlZ%qB}s)J0{+wW<31$T>~ zGl|fhQmD@ys_y(xuM^SvDa8CfN-Tf$3^E$h`Hv$j$oU>!^b>>tqm(JF+? z?e{LDyCG1$aY=uO-T4^Venu0jJIGcZ-LdqyxLX-v#Pa9tM*bpWU538{KeVq^^{EwR z1@}hyXFqGdZ|F}PgP8t*zabj?Pw7Vfqgg!a5#gY%)&#;6VxojX7@_W$YpzfResUyvI*4+gal zopt5k?*Msm@W}=2Zf0crm~*U*9a6!5lt`x9#4_*t4DmvU;u5F(_dI~QAPjv3TCdNB zv-f_tdyxHC$N|KV)^PGUx|&mWz?^t&9<*>C7>pI+~Ug>cjlB>k%c z!&wJVUf=5hI*)m@9no3!Z-~G3o}NMWL%RR*U)|}s?w~u7ty6qPZG2D$c2-34aOg?q z#P1?Pg|DFdh4(N%8l5j^%5S#~&?r9lG_Y}^XCc;6USkApYLmC01bi{f5 zdmaY)ck&jU0h&L8cg;J#eLyU)MZL+qYZ&18Z!R#5vhI|5*I#tr$3wV3Wh7dH>eEaePo+|**9m1V?{QDh2Ug*QRCR(c+E{Dz*BGUVK^d;}^!a?@`bb=!&^RC|( zItOUDY$3bY`~Gt8OLy|_`VR1$1d!Dg&wu`rYZK8KE$FPip}MPY?-RGzi@VCUzkZN4 z(h2?33y)$ufW9x6w7?z~|)lTU_V2Rl%kZ{qVq02k^0%DK0AkPj2Uh@BZUoILy6 z@-l#XX9rRTi0nO(&Yz|?xeg=@@{;}Ac>AZ&gU$@^j~yf0BPtI1#SXfVG+4%z6npWlnVd31k> z#&cU@{x0mAX0-f(7t#-m+S#H|7BSs_%QLdOIo6xZAeMh-9 zg#li20KesYImDAc7|`83T>X&~#B=P1PNV*$9gR4E+ZuqhZgBjQ6;nhQj{?QwtaXvn&^G62Wz0NF&i z{^>FsF8tA1%qx52U2kEKb~*q$&mZAq-do(?9R~PK2Dk!%#y7*ozdtpfO5lMyz%S$b zfyxQ;xZJ_d^#e`&JK_Vbs{kH%;QXh`Z?JeHTS`}e*~7(q$ZG+>M*x!H%5yaG0epo4 z{!2QeV4#+_7eH4% zM_0c8PCv4>aRA^381Nkack}sAC?EKW_M(XbTmu*jdW1KChdBU}Ir*Q!!@mhf;5o86 zKx+)BKEwmm0gO}|fadB?0Z^ZW+M}6&6EFV;T0kab0LuZy0W<(?0sH~bI_Y}=)JCH| z1dYo&>j~1kBHbCXt9lDS0PqDs`jq1ULICstf7HCXKk{rh8o(-XII8bY-~XeOM1BbV zDFPn(Nq$6VLtY%txbsDObR3Sp(@$s*#!+ zB5tCby87w6gwy{-9uU~opZhaDR9*ZOUHt^yPmZFCpR6xG{-@+Pl7aevPLBKQ+J`Rm zjX7@@dEo}?C;Uti$w2+NUDEgAC+kw*fAM$uUda0JQ*`-0fAM$uo+-L~?^M6|@jnqn z^>h0Hy#(Q>aC$7a5C6{u(_=pq#Pf6ei2K$5GXceet*@TfVe|PEcg){9w0(T@Cpdw1;7K4;12RE_@(%L31i%I`3>c0~7J%Dy06l<_oV%w({;B}Io^v`f6n390;DYEzdV(5& z&Uwd3|CU2pMgYH@_1`^~!~Yh_M)R=~0A&CpO>a;67eU$k0Y-Iv2IZl7=qrGp@EYy+ z$gYfT_@(@7j!+Kb_h{Dj{_+xi6Joz&JUnmSmgbI+%1^cp`yAWi{ywO6SBQ3h@fyu| zZNLN6E)47U0QphCT^K)IPMcYoj|swFRR|l4-~xCJ+3p6_97MZdka{q>XQ8V*{mNl1 z(%y;F?V<7jr3dgs_jb0l{(4WNQJhm}S@3%jQ;al)bMd|4E}f^C&&MZlhe{ackrDg@ zkpCXM_s@>T0&`zr@GW6a@)NOVg(+A}Q7RVuB@K)F@(z1d{1$sr^ahK{Pr`z8UqYHl z%qh(uJD=c=op^Q`6YKxC=LGlO4KXm^gszcf@f82pej2k*5M_?d4fcU6?AND>D zo!NE#>81AX;!{=ei16ZVS$6w3(nSs>;GfeU9zZ83>&SLM%bNiQRAF)td)j=E5GmY|(MfCh-5gjz91)O>i6X_wcglZD)Qjy3oI=H`>KR zb%%6T>rX`X!-K{K2CM(`Roc-3GK*G9BPX@Xl3Z+0r-E6bGze%)=S%=6glX$ zsQ-|QFzUp&{r6DR`5}!L9)FJO%ukPq{><*^?tEu4gm!<>#CIe__taXY-08%*{Z|pb z51;n_twDwvET}8zG8^(PQ0{WzB8EfgF`;WbmqYgdG$KxL1mf1Tz0IuI`|&W5Vegq zgQ%ORpXuPC8vH)!cCF3-Khk5B zH+(;fso#Z+Qbg1yB3%m7!}RxFd!&~Iy3zR^{h}Z7=o;KPF;-oEO=-Jc_~!ecmMMBf z_fBR6q94)TulkSZNAvRRZ@>S}*Pe)qfPMh!I?&xfeL18bLo@;OtNrVUiz!E&V~s7% zeP#dK!i`}bjcDu3b;uvt3isLnb<*DXi*$8JhcOo2m%55}{bOIa-2xpZ(1X@Y`yBst z(oOtpnd05A^UC|eV$A)5-cHh|XihUz-z zzV|z6N54P=TK^i$dyqTpEOz?UH7vdS)1cWP_uY0wmze$z9t?UcG#Yh)xD2#bd;x4< z25M7MT36Z0$6wCtfc*Ph|0c#^EIgz6Ug!Yy9)yA3n6wL_NqVi`#sT)-UFV<7S4Y(@EwUVPCUH~_X@VOvjDC8qA?VdbGSE} zyM{sh2>@Xuf!_${iS$|(&hH+z)Bh6ei@}fdy>q+L*q0yDARhcl_235Ji|Xz^WJ`ne z5*L%(^*wQY(b`jZM}Btj+u4SW#a|>}BY^h(5Ach=;c%T8drTbe(tu}!p6KiEd&olp zU@Z2H-R^$@T$un`01*AF`b%eT@gSe&0Ap$Y(__G=$Nf(b<^k}&H<|_-2Kk}y>m&f; z`|tV|ilA&XPU&^O4}`A-I5$ul`x77Xr2#;Ddq;EbjCg(qpx^r+AueTq=oxGr$REue zM|%G&+6$}-&~Lg2OV41_0dBNa87QGJIO;e;p!4hi0uD!phD<0Y_-Q{jfv4j* z1^SLt5a5sjh}IqvkAC5d0`vn3+P?o9cm8&qy1>(MSVHGHF`ehbQ00D)Pto~H`0npK z--Qg{;qUnEJjdn7@Au%}_rC+L_Hz~x7G3;vhF&p`Z;9~x^X0SpwM!Nz|HWev;M3VV~JVUJ9u z%F~PJTO2GtgGpBo8nwgzND~a{d(mD)L@$b?3-esGHlz=r z2hW=DP6hUR?2E(`?}7V~cV`(Lzo?zsKM?#Oz9c{kTD$GEheG?Ay6(f3gmp}$e?T_0 zgRvb$mR60Rze4&vv_Bl#E~-7Z>~6mlvgzmR4-F6xeXFP)Xy*sADfi2cYUf?&yY7CG zt?}6ev?d!jo(+kX zZ(!?z_Pr9_QAYs$$a|sz!chB8Omq7);w|DUvgt*6CW2j&=ZDaCnV`E+yGzsg4(T?L zU0%iz_NhHBeBG%dMP+q+KOekD{pv4$6XGS>8{d;d-v!#=dp|3xeg8sld-jo@`hUfp z*^d=P6ogs2bV4rtUD9{|M{jSvTe0+C@4;2>a7NKgVQ zQ5IP)APmShGQz;H%%H5!03%_EfLwoHO;^)Xx4LilojaFG&aJNQT2AeCPMvdZsruo_ znGBJvvT#I?*T^?S`$6w!3kuru>%(i}Q1`xPKGwG$kq+m|JbIdLp5VYbcKyHXvZ9Q~ zAiqx>-23Q#0iOXmi8ObA-iqiYy4(jZH0NvTmqz>F;4n&S>zOOrbPHGu1Nk!a?n7Hu zdgjbw>lXS`>X*c!miaw8y66rwmuy+AFZ)`XGUe5L>9n2CZ_o$Ii}U*~n`hL=9z?m_ zxvLk9Z42)CDU0#M-E|g+EU?nT8wCHpf}4V{UF>s1Tl~DuQl2j^vPQ22I?jWC8lB&8 za2WW$T6ZYuSS6acBH7F5(&XJYYh+yAFPo6VXoNK+- z&OQcB8#{h%pP(CFX?I>aW$%cFW3BYLwhsJh``Gzw@y9OKk@l|3NBZzcdWZbkrkK5% zeO!AuJgC_9)8dbh{7zGa>j1s+Rij^T3^^L%#r%!kzoPi_{9HiC6kFSp+BEC8UFRCT zGQynugcIks*z<#nKVi;Y@DiH3Ku=|<1AH5w>>Bi-@L4YCEAXD*z&8oTY@426CHrHi zb&jX6yUTILa9yBhIZ^nV* zO)VS@Ur7G@QGB}V89u`El3|0Ng{(UI`lUMTlnKvA0vg6kKXz9=Y`*jx{3^~pS#&?p z;}YEi&%G!3K+mwZ zCOPqC!GBVSeDI)mW8FOOM0lv^dg#kI_rVUMLb2O~H*_ZEh9qj$lFz#~TVXHq*fLj#T zq-VutEQR+Odal$S5#HaaOy=cU?B&RxnS`(Jo62o{YXv z`>b@Vt>Xj*cLaJ@u6l7Mcu#PTiw@IpjC$l+Q>(#pE~KI;w2eseXbHg4u#if@T4H4c1?P`F~8XUNA%Os^C6B>UG2| z*M>X9#3bM)!KB9#9Wr7>@^eUm$*)EVOg;(p(;+r?+c)xG{i>>zO#e|+Rn>y85o-M$ zVOeaqel=lXZGD1w(p3kATR#_sjW0Y~2uFNVPu0iNTfS+Jh;Q0yV$g1N@|Dru__XUq z`L>-Ek+w%ptH0n0K`5uyTY(at#zb$yFu?)=cgfrrGKM&hv+6OT>l#>Yt`9 zWCMGk>_eUBTo=$YZkfc$h`E1- zciD33jOhJy`IDFbHqVV0Tg-hEvKh#bpw~qn0f0kaUpweM{rv~=Mu^A#>7GUQUfiZN zJ~R~hVn6=c&EhuhI9u+~9XmWF@)j^p3gpQ2jd1HUzQv{<<9_=h)aCQ#H)FrCh4`$>{4!cT zHb}bau*bpJoS-=r$J5^1YUthRDtk|~eEuh*9FDQUIA+c8Ir>a}y;)_mkC`^ZhpsJ` z-E!6?)}I5C74bREX=pa~(6D@-SL**x%H?PWWKw+mU9Cxs`-1YZv7TmaON%2sd7sP& z{92XYsr_wRu;!K1Vb9%l((_|~?lk^v`S`PB^U>FCZa!(kr(|!?)v;E;oKrcRr#kh2 zG>okq?u5(X-1`#kbJV@l`V%cX`aJ5_n*6e(znHz3`-0NsGH-K%xxWnD7mG>srn3g4&^_VeNcX<{ij&D#lCarvQ+HSe_X*^@aBe&4*A^1X7$djFW9J8w0=&slM?^j8mCj`A2J zc*%x~`HK6HV3D8{`tyEY{>m#>*4Y=IcS;kbzgf4>3z)+``a6^%jmyuz&*!A%6|fJ) zdqCf=SBp3;Ik6XjYOxQ1s*Fx)3@;|9v_OkMdEccn&{Z3xGH*~edC#Hd|~4%L$gAIxp$OHn$|Ezxcj253{CGlOCXD|UgtFQMvne-`+ucw z+`5^Uj?YY`rJeK8kV)>MXvFcdZF%;pVIi2P!hyAf{xR*7l%8*#&8d?;Ev){t4t|bF zPrE|%7jw|6_S~)WC;e&g2M5mN^=-xFn>pv;barK~nf4>S1=}_$gxPm>9x>~k;y`b1apT5? zb$&R!`ownDmynOGXY!aYNSZ&4IWvEr`FV`jhK9b!&0p>i!uhLbv-Y%$2b>c>v|1sc Pn5$LYDwgECM&W5?C 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 literal 0 HcmV?d00001 diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/images/kafka-streams-initializr.png b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/images/kafka-streams-initializr.png new file mode 100644 index 0000000000000000000000000000000000000000..3f1014895b2dba40b7cca1c373b8eb41ea2dc94c GIT binary patch literal 121574 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 literal 0 HcmV?d00001 diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/images/spring-initializr-kafka-streams.png b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/images/spring-initializr-kafka-streams.png new file mode 100644 index 0000000000000000000000000000000000000000..f629e9dfc6aa654b405cbe5c7476891b74b5c838 GIT binary patch literal 119579 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/g,">")}function t(e){return e.nodeName.toLowerCase()}function r(e,n){var t=e&&e.exec(n);return t&&0===t.index}function a(e){return k.test(e)}function i(e){var n,t,r,i,o=e.className+" ";if(o+=e.parentNode?e.parentNode.className:"",t=M.exec(o))return w(t[1])?t[1]:"no-highlight";for(o=o.split(/\s+/),n=0,r=o.length;r>n;n++)if(i=o[n],a(i)||w(i))return i}function o(e){var n,t={},r=Array.prototype.slice.call(arguments,1);for(n in e)t[n]=e[n];return r.forEach(function(e){for(n in e)t[n]=e[n]}),t}function c(e){var n=[];return function r(e,a){for(var i=e.firstChild;i;i=i.nextSibling)3===i.nodeType?a+=i.nodeValue.length:1===i.nodeType&&(n.push({event:"start",offset:a,node:i}),a=r(i,a),t(i).match(/br|hr|img|input/)||n.push({event:"stop",offset:a,node:i}));return a}(e,0),n}function u(e,r,a){function i(){return e.length&&r.length?e[0].offset!==r[0].offset?e[0].offset"}function c(e){l+=""}function u(e){("start"===e.event?o:c)(e.node)}for(var s=0,l="",f=[];e.length||r.length;){var g=i();if(l+=n(a.substring(s,g[0].offset)),s=g[0].offset,g===e){f.reverse().forEach(c);do u(g.splice(0,1)[0]),g=i();while(g===e&&g.length&&g[0].offset===s);f.reverse().forEach(o)}else"start"===g[0].event?f.push(g[0].node):f.pop(),u(g.splice(0,1)[0])}return l+n(a.substr(s))}function s(e){return e.v&&!e.cached_variants&&(e.cached_variants=e.v.map(function(n){return o(e,{v:null},n)})),e.cached_variants||e.eW&&[o(e)]||[e]}function l(e){function n(e){return e&&e.source||e}function t(t,r){return new RegExp(n(t),"m"+(e.cI?"i":"")+(r?"g":""))}function r(a,i){if(!a.compiled){if(a.compiled=!0,a.k=a.k||a.bK,a.k){var o={},c=function(n,t){e.cI&&(t=t.toLowerCase()),t.split(" ").forEach(function(e){var t=e.split("|");o[t[0]]=[n,t[1]?Number(t[1]):1]})};"string"==typeof a.k?c("keyword",a.k):B(a.k).forEach(function(e){c(e,a.k[e])}),a.k=o}a.lR=t(a.l||/\w+/,!0),i&&(a.bK&&(a.b="\\b("+a.bK.split(" ").join("|")+")\\b"),a.b||(a.b=/\B|\b/),a.bR=t(a.b),a.endSameAsBegin&&(a.e=a.b),a.e||a.eW||(a.e=/\B|\b/),a.e&&(a.eR=t(a.e)),a.tE=n(a.e)||"",a.eW&&i.tE&&(a.tE+=(a.e?"|":"")+i.tE)),a.i&&(a.iR=t(a.i)),null==a.r&&(a.r=1),a.c||(a.c=[]),a.c=Array.prototype.concat.apply([],a.c.map(function(e){return s("self"===e?a:e)})),a.c.forEach(function(e){r(e,a)}),a.starts&&r(a.starts,i);var u=a.c.map(function(e){return e.bK?"\\.?("+e.b+")\\.?":e.b}).concat([a.tE,a.i]).map(n).filter(Boolean);a.t=u.length?t(u.join("|"),!0):{exec:function(){return null}}}}r(e)}function f(e,t,a,i){function o(e){return new RegExp(e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")}function c(e,n){var t,a;for(t=0,a=n.c.length;a>t;t++)if(r(n.c[t].bR,e))return n.c[t].endSameAsBegin&&(n.c[t].eR=o(n.c[t].bR.exec(e)[0])),n.c[t]}function u(e,n){if(r(e.eR,n)){for(;e.endsParent&&e.parent;)e=e.parent;return e}return e.eW?u(e.parent,n):void 0}function s(e,n){return!a&&r(n.iR,e)}function p(e,n){var t=R.cI?n[0].toLowerCase():n[0];return e.k.hasOwnProperty(t)&&e.k[t]}function d(e,n,t,r){var a=r?"":j.classPrefix,i='',i+n+o}function h(){var e,t,r,a;if(!E.k)return n(k);for(a="",t=0,E.lR.lastIndex=0,r=E.lR.exec(k);r;)a+=n(k.substring(t,r.index)),e=p(E,r),e?(M+=e[1],a+=d(e[0],n(r[0]))):a+=n(r[0]),t=E.lR.lastIndex,r=E.lR.exec(k);return a+n(k.substr(t))}function b(){var e="string"==typeof E.sL;if(e&&!L[E.sL])return n(k);var t=e?f(E.sL,k,!0,B[E.sL]):g(k,E.sL.length?E.sL:void 0);return E.r>0&&(M+=t.r),e&&(B[E.sL]=t.top),d(t.language,t.value,!1,!0)}function v(){y+=null!=E.sL?b():h(),k=""}function m(e){y+=e.cN?d(e.cN,"",!0):"",E=Object.create(e,{parent:{value:E}})}function N(e,n){if(k+=e,null==n)return v(),0;var t=c(n,E);if(t)return t.skip?k+=n:(t.eB&&(k+=n),v(),t.rB||t.eB||(k=n)),m(t,n),t.rB?0:n.length;var r=u(E,n);if(r){var a=E;a.skip?k+=n:(a.rE||a.eE||(k+=n),v(),a.eE&&(k=n));do E.cN&&(y+=I),E.skip||E.sL||(M+=E.r),E=E.parent;while(E!==r.parent);return r.starts&&(r.endSameAsBegin&&(r.starts.eR=r.eR),m(r.starts,"")),a.rE?0:n.length}if(s(n,E))throw new Error('Illegal lexeme "'+n+'" for mode "'+(E.cN||"")+'"');return k+=n,n.length||1}var R=w(e);if(!R)throw new Error('Unknown language: "'+e+'"');l(R);var x,E=i||R,B={},y="";for(x=E;x!==R;x=x.parent)x.cN&&(y=d(x.cN,"",!0)+y);var k="",M=0;try{for(var C,A,S=0;;){if(E.t.lastIndex=S,C=E.t.exec(t),!C)break;A=N(t.substring(S,C.index),C[0]),S=C.index+A}for(N(t.substr(S)),x=E;x.parent;x=x.parent)x.cN&&(y+=I);return{r:M,value:y,language:e,top:E}}catch(O){if(O.message&&-1!==O.message.indexOf("Illegal"))return{r:0,value:n(t)};throw O}}function g(e,t){t=t||j.languages||B(L);var r={r:0,value:n(e)},a=r;return t.filter(w).filter(x).forEach(function(n){var t=f(n,e,!1);t.language=n,t.r>a.r&&(a=t),t.r>r.r&&(a=r,r=t)}),a.language&&(r.second_best=a),r}function p(e){return j.tabReplace||j.useBR?e.replace(C,function(e,n){return j.useBR&&"\n"===e?"
":j.tabReplace?n.replace(/\t/g,j.tabReplace):""}):e}function d(e,n,t){var r=n?y[n]:t,a=[e.trim()];return e.match(/\bhljs\b/)||a.push("hljs"),-1===e.indexOf(r)&&a.push(r),a.join(" ").trim()}function h(e){var n,t,r,o,s,l=i(e);a(l)||(j.useBR?(n=document.createElementNS("http://www.w3.org/1999/xhtml","div"),n.innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n")):n=e,s=n.textContent,r=l?f(l,s,!0):g(s),t=c(n),t.length&&(o=document.createElementNS("http://www.w3.org/1999/xhtml","div"),o.innerHTML=r.value,r.value=u(t,c(o),s)),r.value=p(r.value),e.innerHTML=r.value,e.className=d(e.className,l,r.language),e.result={language:r.language,re:r.r},r.second_best&&(e.second_best={language:r.second_best.language,re:r.second_best.r}))}function b(e){j=o(j,e)}function v(){if(!v.called){v.called=!0;var e=document.querySelectorAll("pre code");E.forEach.call(e,h)}}function m(){addEventListener("DOMContentLoaded",v,!1),addEventListener("load",v,!1)}function N(n,t){var r=L[n]=t(e);r.aliases&&r.aliases.forEach(function(e){y[e]=n})}function R(){return B(L)}function w(e){return e=(e||"").toLowerCase(),L[e]||L[y[e]]}function x(e){var n=w(e);return n&&!n.disableAutodetect}var E=[],B=Object.keys,L={},y={},k=/^(no-?highlight|plain|text)$/i,M=/\blang(?:uage)?-([\w-]+)\b/i,C=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,I="
",j={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0};return e.highlight=f,e.highlightAuto=g,e.fixMarkup=p,e.highlightBlock=h,e.configure=b,e.initHighlighting=v,e.initHighlightingOnLoad=m,e.registerLanguage=N,e.listLanguages=R,e.getLanguage=w,e.autoDetection=x,e.inherit=o,e.IR="[a-zA-Z]\\w*",e.UIR="[a-zA-Z_]\\w*",e.NR="\\b\\d+(\\.\\d+)?",e.CNR="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",e.BNR="\\b(0b[01]+)",e.RSR="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",e.BE={b:"\\\\[\\s\\S]",r:0},e.ASM={cN:"string",b:"'",e:"'",i:"\\n",c:[e.BE]},e.QSM={cN:"string",b:'"',e:'"',i:"\\n",c:[e.BE]},e.PWM={b:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},e.C=function(n,t,r){var a=e.inherit({cN:"comment",b:n,e:t,c:[]},r||{});return a.c.push(e.PWM),a.c.push({cN:"doctag",b:"(?:TODO|FIXME|NOTE|BUG|XXX):",r:0}),a},e.CLCM=e.C("//","$"),e.CBCM=e.C("/\\*","\\*/"),e.HCM=e.C("#","$"),e.NM={cN:"number",b:e.NR,r:0},e.CNM={cN:"number",b:e.CNR,r:0},e.BNM={cN:"number",b:e.BNR,r:0},e.CSSNM={cN:"number",b:e.NR+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",r:0},e.RM={cN:"regexp",b:/\//,e:/\/[gimuy]*/,i:/\n/,c:[e.BE,{b:/\[/,e:/\]/,r:0,c:[e.BE]}]},e.TM={cN:"title",b:e.IR,r:0},e.UTM={cN:"title",b:e.UIR,r:0},e.METHOD_GUARD={b:"\\.\\s*"+e.UIR,r:0},e});hljs.registerLanguage("bash",function(e){var t={cN:"variable",v:[{b:/\$[\w\d#@][\w\d_]*/},{b:/\$\{(.*?)}/}]},s={cN:"string",b:/"/,e:/"/,c:[e.BE,t,{cN:"variable",b:/\$\(/,e:/\)/,c:[e.BE]}]},a={cN:"string",b:/'/,e:/'/};return{aliases:["sh","zsh"],l:/\b-?[a-z\._]+\b/,k:{keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp",_:"-ne -eq -lt -gt -f -d -e -s -l -a"},c:[{cN:"meta",b:/^#![^\n]+sh\s*$/,r:10},{cN:"function",b:/\w[\w\d_]*\s*\(\s*\)\s*\{/,rB:!0,c:[e.inherit(e.TM,{b:/\w[\w\d_]*/})],r:0},e.HCM,s,a,t]}});hljs.registerLanguage("dockerfile",function(e){return{aliases:["docker"],cI:!0,k:"from maintainer expose env arg user onbuild stopsignal",c:[e.HCM,e.ASM,e.QSM,e.NM,{bK:"run cmd entrypoint volume add copy workdir label healthcheck shell",starts:{e:/[^\\]\n/,sL:"bash"}}],i:")?[^\s\(]+(\s+[^\s\(]+)\s*=/,r:5,c:[{b:e.UIR+"\\s*\\(",rB:!0,r:0,c:[e.UTM]},{cN:"type",b://,k:"reified",r:0},{cN:"params",b:/\(/,e:/\)/,endsParent:!0,k:t,r:0,c:[{b:/:/,e:/[=,\/]/,eW:!0,c:[{cN:"type",b:e.UIR},e.CLCM,e.CBCM],r:0},e.CLCM,e.CBCM,s,l,c,e.CNM]},e.CBCM]},{cN:"class",bK:"class interface trait",e:/[:\{(]|$/,eE:!0,i:"extends implements",c:[{bK:"public protected internal private constructor"},e.UTM,{cN:"type",b://,eB:!0,eE:!0,r:0},{cN:"type",b:/[,:]\s*/,e:/[<\(,]|$/,eB:!0,rE:!0},s,l]},c,{cN:"meta",b:"^#!/usr/bin/env",e:"$",i:"\n"},o]}});hljs.registerLanguage("java",function(e){var a="[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*",t=a+"(<"+a+"(\\s*,\\s*"+a+")*>)?",r="false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do",s="\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",c={cN:"number",b:s,r:0};return{aliases:["jsp"],k:r,i:/<\/|#/,c:[e.C("/\\*\\*","\\*/",{r:0,c:[{b:/\w+@/,r:0},{cN:"doctag",b:"@[A-Za-z]+"}]}),e.CLCM,e.CBCM,e.ASM,e.QSM,{cN:"class",bK:"class interface",e:/[{;=]/,eE:!0,k:"class interface",i:/[:"\[\]]/,c:[{bK:"extends implements"},e.UTM]},{bK:"new throw return else",r:0},{cN:"function",b:"("+t+"\\s+)+"+e.UIR+"\\s*\\(",rB:!0,e:/[{;=]/,eE:!0,k:r,c:[{b:e.UIR+"\\s*\\(",rB:!0,r:0,c:[e.UTM]},{cN:"params",b:/\(/,e:/\)/,k:r,r:0,c:[e.ASM,e.QSM,e.CNM,e.CBCM]},e.CLCM,e.CBCM]},c,{cN:"meta",b:"@[A-Za-z]+"}]}});hljs.registerLanguage("xml",function(s){var e="[A-Za-z0-9\\._:-]+",t={eW:!0,i:/`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist"],cI:!0,c:[{cN:"meta",b:"",r:10,c:[{b:"\\[",e:"\\]"}]},s.C("",{r:10}),{b:"<\\!\\[CDATA\\[",e:"\\]\\]>",r:10},{cN:"meta",b:/<\?xml/,e:/\?>/,r:10},{b:/<\?(php)?/,e:/\?>/,sL:"php",c:[{b:"/\\*",e:"\\*/",skip:!0},{b:'b"',e:'"',skip:!0},{b:"b'",e:"'",skip:!0},s.inherit(s.ASM,{i:null,cN:null,c:null,skip:!0}),s.inherit(s.QSM,{i:null,cN:null,c:null,skip:!0})]},{cN:"tag",b:"|$)",e:">",k:{name:"style"},c:[t],starts:{e:"",rE:!0,sL:["css","xml"]}},{cN:"tag",b:"|$)",e:">",k:{name:"script"},c:[t],starts:{e:"",rE:!0,sL:["actionscript","javascript","handlebars","xml"]}},{cN:"tag",b:"",c:[{cN:"name",b:/[^\/><\s]+/,r:0},t]}]}});hljs.registerLanguage("properties",function(r){var t="[ \\t\\f]*",e="[ \\t\\f]+",s="("+t+"[:=]"+t+"|"+e+")",n="([^\\\\\\W:= \\t\\f\\n]|\\\\.)+",a="([^\\\\:= \\t\\f\\n]|\\\\.)+",c={e:s,r:0,starts:{cN:"string",e:/$/,r:0,c:[{b:"\\\\\\n"}]}};return{cI:!0,i:/\S/,c:[r.C("^\\s*[!#]","$"),{b:n+s,rB:!0,c:[{cN:"attr",b:n,endsParent:!0,r:0}],starts:c},{b:a+s,rB:!0,r:0,c:[{cN:"meta",b:a,endsParent:!0,r:0}],starts:c},{cN:"attr",r:0,b:a+t+"$"}]}});hljs.registerLanguage("diff",function(e){return{aliases:["patch"],c:[{cN:"meta",r:10,v:[{b:/^@@ +\-\d+,\d+ +\+\d+,\d+ +@@$/},{b:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{b:/^\-\-\- +\d+,\d+ +\-\-\-\-$/}]},{cN:"comment",v:[{b:/Index: /,e:/$/},{b:/={3,}/,e:/$/},{b:/^\-{3}/,e:/$/},{b:/^\*{3} /,e:/$/},{b:/^\+{3}/,e:/$/},{b:/\*{5}/,e:/\*{5}$/}]},{cN:"addition",b:"^\\+",e:"$"},{cN:"deletion",b:"^\\-",e:"$"},{cN:"addition",b:"^\\!",e:"$"}]}});hljs.registerLanguage("shell",function(s){return{aliases:["console"],c:[{cN:"meta",b:"^\\s{0,3}[\\w\\d\\[\\]()@-]*[>%$#]",starts:{e:"$",sL:"bash"}}]}});hljs.registerLanguage("asciidoc",function(e){return{aliases:["adoc"],c:[e.C("^/{4,}\\n","\\n/{4,}$",{r:10}),e.C("^//","$",{r:0}),{cN:"title",b:"^\\.\\w.*$"},{b:"^[=\\*]{4,}\\n",e:"\\n^[=\\*]{4,}$",r:10},{cN:"section",r:10,v:[{b:"^(={1,5}) .+?( \\1)?$"},{b:"^[^\\[\\]\\n]+?\\n[=\\-~\\^\\+]{2,}$"}]},{cN:"meta",b:"^:.+?:",e:"\\s",eE:!0,r:10},{cN:"meta",b:"^\\[.+?\\]$",r:0},{cN:"quote",b:"^_{4,}\\n",e:"\\n_{4,}$",r:10},{cN:"code",b:"^[\\-\\.]{4,}\\n",e:"\\n[\\-\\.]{4,}$",r:10},{b:"^\\+{4,}\\n",e:"\\n\\+{4,}$",c:[{b:"<",e:">",sL:"xml",r:0}],r:10},{cN:"bullet",b:"^(\\*+|\\-+|\\.+|[^\\n]+?::)\\s+"},{cN:"symbol",b:"^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\s+",r:10},{cN:"strong",b:"\\B\\*(?![\\*\\s])",e:"(\\n{2}|\\*)",c:[{b:"\\\\*\\w",r:0}]},{cN:"emphasis",b:"\\B'(?!['\\s])",e:"(\\n{2}|')",c:[{b:"\\\\'\\w",r:0}],r:0},{cN:"emphasis",b:"_(?![_\\s])",e:"(\\n{2}|_)",r:0},{cN:"string",v:[{b:"``.+?''"},{b:"`.+?'"}]},{cN:"code",b:"(`.+?`|\\+.+?\\+)",r:0},{cN:"code",b:"^[ \\t]",e:"$",r:0},{b:"^'{3,}[ \\t]*$",r:10},{b:"(link:)?(http|https|ftp|file|irc|image:?):\\S+\\[.*?\\]",rB:!0,c:[{b:"(link|image:?):",r:0},{cN:"link",b:"\\w",e:"[^\\[]+",r:0},{cN:"string",b:"\\[",e:"\\]",eB:!0,eE:!0,r:0}],r:10}]}});hljs.registerLanguage("aspectj",function(e){var t="false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else extends implements break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws privileged aspectOf adviceexecution proceed cflowbelow cflow initialization preinitialization staticinitialization withincode target within execution getWithinTypeName handler thisJoinPoint thisJoinPointStaticPart thisEnclosingJoinPointStaticPart declare parents warning error soft precedence thisAspectInstance",i="get set args call";return{k:t,i:/<\/|#/,c:[e.C("/\\*\\*","\\*/",{r:0,c:[{b:/\w+@/,r:0},{cN:"doctag",b:"@[A-Za-z]+"}]}),e.CLCM,e.CBCM,e.ASM,e.QSM,{cN:"class",bK:"aspect",e:/[{;=]/,eE:!0,i:/[:;"\[\]]/,c:[{bK:"extends implements pertypewithin perthis pertarget percflowbelow percflow issingleton"},e.UTM,{b:/\([^\)]*/,e:/[)]+/,k:t+" "+i,eE:!1}]},{cN:"class",bK:"class interface",e:/[{;=]/,eE:!0,r:0,k:"class interface",i:/[:"\[\]]/,c:[{bK:"extends implements"},e.UTM]},{bK:"pointcut after before around throwing returning",e:/[)]/,eE:!1,i:/["\[\]]/,c:[{b:e.UIR+"\\s*\\(",rB:!0,c:[e.UTM]}]},{b:/[:]/,rB:!0,e:/[{;]/,r:0,eE:!1,k:t,i:/["\[\]]/,c:[{b:e.UIR+"\\s*\\(",k:t+" "+i,r:0},e.QSM]},{bK:"new throw",r:0},{cN:"function",b:/\w+ +\w+(\.)?\w+\s*\([^\)]*\)\s*((throws)[\w\s,]+)?[\{;]/,rB:!0,e:/[{;=]/,k:t,eE:!0,c:[{b:e.UIR+"\\s*\\(",rB:!0,r:0,c:[e.UTM]},{cN:"params",b:/\(/,e:/\)/,r:0,k:t,c:[e.ASM,e.QSM,e.CNM,e.CBCM]},e.CLCM,e.CBCM]},e.CNM,{cN:"meta",b:"@[A-Za-z]+"}]}});hljs.registerLanguage("gradle",function(e){return{cI:!0,k:{keyword:"task project allprojects subprojects artifacts buildscript configurations dependencies repositories sourceSets description delete from into include exclude source classpath destinationDir includes options sourceCompatibility targetCompatibility group flatDir doLast doFirst flatten todir fromdir ant def abstract break case catch continue default do else extends final finally for if implements instanceof native new private protected public return static switch synchronized throw throws transient try volatile while strictfp package import false null super this true antlrtask checkstyle codenarc copy boolean byte char class double float int interface long short void compile runTime file fileTree abs any append asList asWritable call collect compareTo count div dump each eachByte eachFile eachLine every find findAll flatten getAt getErr getIn getOut getText grep immutable inject inspect intersect invokeMethods isCase join leftShift minus multiply newInputStream newOutputStream newPrintWriter newReader newWriter next plus pop power previous print println push putAt read readBytes readLines reverse reverseEach round size sort splitEachLine step subMap times toInteger toList tokenize upto waitForOrKill withPrintWriter withReader withStream withWriter withWriterAppend write writeLine"},c:[e.CLCM,e.CBCM,e.ASM,e.QSM,e.NM,e.RM]}});hljs.registerLanguage("json",function(e){var i={literal:"true false null"},n=[e.QSM,e.CNM],r={e:",",eW:!0,eE:!0,c:n,k:i},t={b:"{",e:"}",c:[{cN:"attr",b:/"/,e:/"/,c:[e.BE],i:"\\n"},e.inherit(r,{b:/:/})],i:"\\S"},c={b:"\\[",e:"\\]",c:[e.inherit(r)],i:"\\S"};return n.splice(n.length,0,t,c),{c:n,k:i,i:"\\S"}});hljs.registerLanguage("sql",function(e){var t=e.C("--","$");return{cI:!0,i:/[<>{}*]/,c:[{bK:"begin end start commit rollback savepoint lock alter create drop rename call delete do handler insert load replace select truncate update set show pragma grant merge describe use explain help declare prepare execute deallocate release unlock purge reset change stop analyze cache flush optimize repair kill install uninstall checksum restore check backup revoke comment with",e:/;/,eW:!0,l:/[\w\.]+/,k:{keyword:"as abort abs absolute acc acce accep accept access accessed accessible account acos action activate add addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias allocate allow alter always analyze ancillary and any anydata anydataset anyschema anytype apply archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound buffer_cache buffer_pool build bulk by byte byteordermark bytes cache caching call calling cancel capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base char_length character_length characters characterset charindex charset charsetform charsetid check checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation collect colu colum column column_value columns columns_updated comment commit compact compatibility compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection consider consistent constant constraint constraints constructor container content contents context contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user cursor curtime customdatum cycle data database databases datafile datafiles datalength date_add date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor deterministic diagnostics difference dimension direct_load directory disable disable_all disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div do document domain dotnet double downgrade drop dumpfile duplicate duration each edition editionable editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding execu execut execute exempt exists exit exp expire explain export export_set extended extent external external_1 external_2 externally extract failed failed_login_attempts failover failure far fast feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final finish first first_value fixed flash_cache flashback floor flush following follows for forall force foreign form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ftp full function general generated get get_format get_lock getdate getutcdate global global_name globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex hierarchy high high_priority hosts hour http id ident_current ident_incr ident_seed identified identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile initial initialized initially initrans inmemory inner innodb input insert install instance instantiable instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists keep keep_duplicates key keys kill language large last last_day last_insert_id last_value lax lcase lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call logoff logon logs long loop low low_priority lower lpad lrtrim ltrim main make_set makedate maketime managed management manual map mapping mask master master_pos_wait match matched materialized max maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans md5 measures median medium member memcompress memory merge microsecond mid migration min minextents minimum mining minus minute minvalue missing mod mode model modification modify module monitoring month months mount move movement multiset mutex name name_const names nan national native natural nav nchar nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck noswitch not nothing notice notnull notrim novalidate now nowait nth_value nullif nulls num numb numbe nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary out outer outfile outline output over overflow overriding package pad parallel parallel_enable parameters parent parse partial partition partitions pascal passing password password_grace_time password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction prediction_cost prediction_details prediction_probability prediction_set prepare present preserve prior priority private private_sga privileges procedural procedure procedure_analyze processlist profiles project prompt protection public publishingservername purge quarter query quick quiesce quota quotename radians raise rand range rank raw read reads readsize rebuild record records recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename repair repeat replace replicate replication required reset resetlogs resize resource respect restore restricted result result_cache resumable resume retention return returning returns reuse reverse revoke right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll sdo_georaster sdo_topo_geometry search sec_to_time second section securefile security seed segment select self sequence sequential serializable server servererror session session_user sessions_per_user set sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone standby start starting startup statement static statistics stats_binomial_test stats_crosstab stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime table tables tablespace tan tdo template temporary terminated tertiary_weights test than then thread through tier ties time time_format time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unnest unpivot unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear wellformed when whene whenev wheneve whenever where while whitespace with within without work wrapped xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek",literal:"true false null unknown",built_in:"array bigint binary bit blob bool boolean char character date dec decimal float int int8 integer interval number numeric real record serial serial8 smallint text time timestamp varchar varying void"},c:[{cN:"string",b:"'",e:"'",c:[e.BE,{b:"''"}]},{cN:"string",b:'"',e:'"',c:[e.BE,{b:'""'}]},{cN:"string",b:"`",e:"`",c:[e.BE]},e.CNM,e.CBCM,t,e.HCM]},e.CBCM,t,e.HCM]}});hljs.registerLanguage("go",function(e){var t={keyword:"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune",literal:"true false iota nil",built_in:"append cap close complex copy imag len make new panic print println real recover delete"};return{aliases:["golang"],k:t,i:"",rB:!0,e:"\\s*=>",c:[{cN:"params",v:[{b:r},{b:/\(\s*\)/},{b:/\(/,e:/\)/,eB:!0,eE:!0,k:t,c:s}]}]},{b://,sL:"xml",c:[{b:/<\w+\s*\/>/,skip:!0},{b:/<\w+/,e:/(\/\w+|\w+\/)>/,skip:!0,c:[{b:/<\w+\s*\/>/,skip:!0},"self"]}]}],r:0},{cN:"function",bK:"function",e:/\{/,eE:!0,c:[e.inherit(e.TM,{b:r}),{cN:"params",b:/\(/,e:/\)/,eB:!0,eE:!0,c:s}],i:/\[|%/},{b:/\$[(.]/},e.METHOD_GUARD,{cN:"class",bK:"class",e:/[{;=]/,eE:!0,i:/[:"\[\]]/,c:[{bK:"extends"},e.UTM]},{bK:"constructor",e:/\{/,eE:!0}],i:/#(?!!)/}}); \ No newline at end of file diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/a11y-dark.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/a11y-dark.min.css new file mode 100644 index 00000000..b93b742a --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/a11y-dark.min.css @@ -0,0 +1,99 @@ +/* a11y-dark theme */ +/* Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css */ +/* @author: ericwbailey */ + +/* Comment */ +.hljs-comment, +.hljs-quote { + color: #d4d0ab; +} + +/* Red */ +.hljs-variable, +.hljs-template-variable, +.hljs-tag, +.hljs-name, +.hljs-selector-id, +.hljs-selector-class, +.hljs-regexp, +.hljs-deletion { + color: #ffa07a; +} + +/* Orange */ +.hljs-number, +.hljs-built_in, +.hljs-builtin-name, +.hljs-literal, +.hljs-type, +.hljs-params, +.hljs-meta, +.hljs-link { + color: #f5ab35; +} + +/* Yellow */ +.hljs-attribute { + color: #ffd700; +} + +/* Green */ +.hljs-string, +.hljs-symbol, +.hljs-bullet, +.hljs-addition { + color: #abe338; +} + +/* Blue */ +.hljs-title, +.hljs-section { + color: #00e0e0; +} + +/* Purple */ +.hljs-keyword, +.hljs-selector-tag { + color: #dcc6e0; +} + +.hljs { + display: block; + overflow-x: auto; + background: #2b2b2b; + color: #f8f8f2; + padding: 0.5em; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} + +@media screen and (-ms-high-contrast: active) { + .hljs-addition, + .hljs-attribute, + .hljs-built_in, + .hljs-builtin-name, + .hljs-bullet, + .hljs-comment, + .hljs-link, + .hljs-literal, + .hljs-meta, + .hljs-number, + .hljs-params, + .hljs-string, + .hljs-symbol, + .hljs-type, + .hljs-quote { + color: highlight; + } + + .hljs-keyword, + .hljs-selector-tag { + font-weight: bold; + } +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/an-old-hope.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/an-old-hope.min.css new file mode 100644 index 00000000..a6d56f4b --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/an-old-hope.min.css @@ -0,0 +1,89 @@ +/* + +An Old Hope – Star Wars Syntax (c) Gustavo Costa +Original theme - Ocean Dark Theme – by https://github.com/gavsiu +Based on Jesse Leite's Atom syntax theme 'An Old Hope' – https://github.com/JesseLeite/an-old-hope-syntax-atom + +*/ + +/* Death Star Comment */ +.hljs-comment, +.hljs-quote +{ + color: #B6B18B; +} + +/* Darth Vader */ +.hljs-variable, +.hljs-template-variable, +.hljs-tag, +.hljs-name, +.hljs-selector-id, +.hljs-selector-class, +.hljs-regexp, +.hljs-deletion +{ + color: #EB3C54; +} + +/* Threepio */ +.hljs-number, +.hljs-built_in, +.hljs-builtin-name, +.hljs-literal, +.hljs-type, +.hljs-params, +.hljs-meta, +.hljs-link +{ + color: #E7CE56; +} + +/* Luke Skywalker */ +.hljs-attribute +{ + color: #EE7C2B; +} + +/* Obi Wan Kenobi */ +.hljs-string, +.hljs-symbol, +.hljs-bullet, +.hljs-addition +{ + color: #4FB4D7; +} + +/* Yoda */ +.hljs-title, +.hljs-section +{ + color: #78BB65; +} + +/* Mace Windu */ +.hljs-keyword, +.hljs-selector-tag +{ + color: #B45EA4; +} + +/* Millenium Falcon */ +.hljs +{ + display: block; + overflow-x: auto; + background: #1C1D21; + color: #c0c5ce; + padding: 0.5em; +} + +.hljs-emphasis +{ + font-style: italic; +} + +.hljs-strong +{ + font-weight: bold; +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/atom-one-dark-reasonable.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/atom-one-dark-reasonable.min.css new file mode 100644 index 00000000..fd41c996 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/atom-one-dark-reasonable.min.css @@ -0,0 +1,77 @@ +/* + +Atom One Dark With support for ReasonML by Gidi Morris, based off work by Daniel Gamage + +Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax + +*/ +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + line-height: 1.3em; + color: #abb2bf; + background: #282c34; + border-radius: 5px; +} +.hljs-keyword, .hljs-operator { + color: #F92672; +} +.hljs-pattern-match { + color: #F92672; +} +.hljs-pattern-match .hljs-constructor { + color: #61aeee; +} +.hljs-function { + color: #61aeee; +} +.hljs-function .hljs-params { + color: #A6E22E; +} +.hljs-function .hljs-params .hljs-typing { + color: #FD971F; +} +.hljs-module-access .hljs-module { + color: #7e57c2; +} +.hljs-constructor { + color: #e2b93d; +} +.hljs-constructor .hljs-string { + color: #9CCC65; +} +.hljs-comment, .hljs-quote { + color: #b18eb1; + font-style: italic; +} +.hljs-doctag, .hljs-formula { + color: #c678dd; +} +.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst { + color: #e06c75; +} +.hljs-literal { + color: #56b6c2; +} +.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string { + color: #98c379; +} +.hljs-built_in, .hljs-class .hljs-title { + color: #e6c07b; +} +.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number { + color: #d19a66; +} +.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title { + color: #61aeee; +} +.hljs-emphasis { + font-style: italic; +} +.hljs-strong { + font-weight: bold; +} +.hljs-link { + text-decoration: underline; +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/atom-one-dark.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/atom-one-dark.min.css new file mode 100644 index 00000000..1616aafe --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/atom-one-dark.min.css @@ -0,0 +1,96 @@ +/* + +Atom One Dark by Daniel Gamage +Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax + +base: #282c34 +mono-1: #abb2bf +mono-2: #818896 +mono-3: #5c6370 +hue-1: #56b6c2 +hue-2: #61aeee +hue-3: #c678dd +hue-4: #98c379 +hue-5: #e06c75 +hue-5-2: #be5046 +hue-6: #d19a66 +hue-6-2: #e6c07b + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + color: #abb2bf; + background: #282c34; +} + +.hljs-comment, +.hljs-quote { + color: #5c6370; + font-style: italic; +} + +.hljs-doctag, +.hljs-keyword, +.hljs-formula { + color: #c678dd; +} + +.hljs-section, +.hljs-name, +.hljs-selector-tag, +.hljs-deletion, +.hljs-subst { + color: #e06c75; +} + +.hljs-literal { + color: #56b6c2; +} + +.hljs-string, +.hljs-regexp, +.hljs-addition, +.hljs-attribute, +.hljs-meta-string { + color: #98c379; +} + +.hljs-built_in, +.hljs-class .hljs-title { + color: #e6c07b; +} + +.hljs-attr, +.hljs-variable, +.hljs-template-variable, +.hljs-type, +.hljs-selector-class, +.hljs-selector-attr, +.hljs-selector-pseudo, +.hljs-number { + color: #d19a66; +} + +.hljs-symbol, +.hljs-bullet, +.hljs-link, +.hljs-meta, +.hljs-selector-id, +.hljs-title { + color: #61aeee; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} + +.hljs-link { + text-decoration: underline; +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/atom-one-light.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/atom-one-light.min.css new file mode 100644 index 00000000..d5bd1d2a --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/atom-one-light.min.css @@ -0,0 +1,96 @@ +/* + +Atom One Light by Daniel Gamage +Original One Light Syntax theme from https://github.com/atom/one-light-syntax + +base: #fafafa +mono-1: #383a42 +mono-2: #686b77 +mono-3: #a0a1a7 +hue-1: #0184bb +hue-2: #4078f2 +hue-3: #a626a4 +hue-4: #50a14f +hue-5: #e45649 +hue-5-2: #c91243 +hue-6: #986801 +hue-6-2: #c18401 + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + color: #383a42; + background: #fafafa; +} + +.hljs-comment, +.hljs-quote { + color: #a0a1a7; + font-style: italic; +} + +.hljs-doctag, +.hljs-keyword, +.hljs-formula { + color: #a626a4; +} + +.hljs-section, +.hljs-name, +.hljs-selector-tag, +.hljs-deletion, +.hljs-subst { + color: #e45649; +} + +.hljs-literal { + color: #0184bb; +} + +.hljs-string, +.hljs-regexp, +.hljs-addition, +.hljs-attribute, +.hljs-meta-string { + color: #50a14f; +} + +.hljs-built_in, +.hljs-class .hljs-title { + color: #c18401; +} + +.hljs-attr, +.hljs-variable, +.hljs-template-variable, +.hljs-type, +.hljs-selector-class, +.hljs-selector-attr, +.hljs-selector-pseudo, +.hljs-number { + color: #986801; +} + +.hljs-symbol, +.hljs-bullet, +.hljs-link, +.hljs-meta, +.hljs-selector-id, +.hljs-title { + color: #4078f2; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} + +.hljs-link { + text-decoration: underline; +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/dracula.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/dracula.min.css new file mode 100644 index 00000000..d591db68 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/dracula.min.css @@ -0,0 +1,76 @@ +/* + +Dracula Theme v1.2.0 + +https://github.com/zenorocha/dracula-theme + +Copyright 2015, All rights reserved + +Code licensed under the MIT license +http://zenorocha.mit-license.org + +@author Éverton Ribeiro +@author Zeno Rocha + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: #282a36; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-literal, +.hljs-section, +.hljs-link { + color: #8be9fd; +} + +.hljs-function .hljs-keyword { + color: #ff79c6; +} + +.hljs, +.hljs-subst { + color: #f8f8f2; +} + +.hljs-string, +.hljs-title, +.hljs-name, +.hljs-type, +.hljs-attribute, +.hljs-symbol, +.hljs-bullet, +.hljs-addition, +.hljs-variable, +.hljs-template-tag, +.hljs-template-variable { + color: #f1fa8c; +} + +.hljs-comment, +.hljs-quote, +.hljs-deletion, +.hljs-meta { + color: #6272a4; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-literal, +.hljs-title, +.hljs-section, +.hljs-doctag, +.hljs-type, +.hljs-name, +.hljs-strong { + font-weight: bold; +} + +.hljs-emphasis { + font-style: italic; +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/github.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/github.min.css new file mode 100644 index 00000000..791932b8 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/github.min.css @@ -0,0 +1,99 @@ +/* + +github.com style (c) Vasily Polovnyov + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + color: #333; + background: #f8f8f8; +} + +.hljs-comment, +.hljs-quote { + color: #998; + font-style: italic; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-subst { + color: #333; + font-weight: bold; +} + +.hljs-number, +.hljs-literal, +.hljs-variable, +.hljs-template-variable, +.hljs-tag .hljs-attr { + color: #008080; +} + +.hljs-string, +.hljs-doctag { + color: #d14; +} + +.hljs-title, +.hljs-section, +.hljs-selector-id { + color: #900; + font-weight: bold; +} + +.hljs-subst { + font-weight: normal; +} + +.hljs-type, +.hljs-class .hljs-title { + color: #458; + font-weight: bold; +} + +.hljs-tag, +.hljs-name, +.hljs-attribute { + color: #000080; + font-weight: normal; +} + +.hljs-regexp, +.hljs-link { + color: #009926; +} + +.hljs-symbol, +.hljs-bullet { + color: #990073; +} + +.hljs-built_in, +.hljs-builtin-name { + color: #0086b3; +} + +.hljs-meta { + color: #999; + font-weight: bold; +} + +.hljs-deletion { + background: #fdd; +} + +.hljs-addition { + background: #dfd; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/monokai-sublime.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/monokai-sublime.min.css new file mode 100644 index 00000000..2864170d --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/monokai-sublime.min.css @@ -0,0 +1,83 @@ +/* + +Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/ + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: #23241f; +} + +.hljs, +.hljs-tag, +.hljs-subst { + color: #f8f8f2; +} + +.hljs-strong, +.hljs-emphasis { + color: #a8a8a2; +} + +.hljs-bullet, +.hljs-quote, +.hljs-number, +.hljs-regexp, +.hljs-literal, +.hljs-link { + color: #ae81ff; +} + +.hljs-code, +.hljs-title, +.hljs-section, +.hljs-selector-class { + color: #a6e22e; +} + +.hljs-strong { + font-weight: bold; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-name, +.hljs-attr { + color: #f92672; +} + +.hljs-symbol, +.hljs-attribute { + color: #66d9ef; +} + +.hljs-params, +.hljs-class .hljs-title { + color: #f8f8f2; +} + +.hljs-string, +.hljs-type, +.hljs-built_in, +.hljs-builtin-name, +.hljs-selector-id, +.hljs-selector-attr, +.hljs-selector-pseudo, +.hljs-addition, +.hljs-variable, +.hljs-template-variable { + color: #e6db74; +} + +.hljs-comment, +.hljs-deletion, +.hljs-meta { + color: #75715e; +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/monokai.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/monokai.min.css new file mode 100644 index 00000000..775d53f9 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/monokai.min.css @@ -0,0 +1,70 @@ +/* +Monokai style - ported by Luigi Maselli - http://grigio.org +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: #272822; color: #ddd; +} + +.hljs-tag, +.hljs-keyword, +.hljs-selector-tag, +.hljs-literal, +.hljs-strong, +.hljs-name { + color: #f92672; +} + +.hljs-code { + color: #66d9ef; +} + +.hljs-class .hljs-title { + color: white; +} + +.hljs-attribute, +.hljs-symbol, +.hljs-regexp, +.hljs-link { + color: #bf79db; +} + +.hljs-string, +.hljs-bullet, +.hljs-subst, +.hljs-title, +.hljs-section, +.hljs-emphasis, +.hljs-type, +.hljs-built_in, +.hljs-builtin-name, +.hljs-selector-attr, +.hljs-selector-pseudo, +.hljs-addition, +.hljs-variable, +.hljs-template-tag, +.hljs-template-variable { + color: #a6e22e; +} + +.hljs-comment, +.hljs-quote, +.hljs-deletion, +.hljs-meta { + color: #75715e; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-literal, +.hljs-doctag, +.hljs-title, +.hljs-section, +.hljs-type, +.hljs-selector-id { + font-weight: bold; +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/solarized-light.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/solarized-light.min.css new file mode 100644 index 00000000..fdcfcc72 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/solarized-light.min.css @@ -0,0 +1,84 @@ +/* + +Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: #fdf6e3; + color: #657b83; +} + +.hljs-comment, +.hljs-quote { + color: #93a1a1; +} + +/* Solarized Green */ +.hljs-keyword, +.hljs-selector-tag, +.hljs-addition { + color: #859900; +} + +/* Solarized Cyan */ +.hljs-number, +.hljs-string, +.hljs-meta .hljs-meta-string, +.hljs-literal, +.hljs-doctag, +.hljs-regexp { + color: #2aa198; +} + +/* Solarized Blue */ +.hljs-title, +.hljs-section, +.hljs-name, +.hljs-selector-id, +.hljs-selector-class { + color: #268bd2; +} + +/* Solarized Yellow */ +.hljs-attribute, +.hljs-attr, +.hljs-variable, +.hljs-template-variable, +.hljs-class .hljs-title, +.hljs-type { + color: #b58900; +} + +/* Solarized Orange */ +.hljs-symbol, +.hljs-bullet, +.hljs-subst, +.hljs-meta, +.hljs-meta .hljs-keyword, +.hljs-selector-attr, +.hljs-selector-pseudo, +.hljs-link { + color: #cb4b16; +} + +/* Solarized Red */ +.hljs-built_in, +.hljs-deletion { + color: #dc322f; +} + +.hljs-formula { + background: #eee8d5; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/zenburn.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/zenburn.min.css new file mode 100644 index 00000000..07be5020 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/highlight/styles/zenburn.min.css @@ -0,0 +1,80 @@ +/* + +Zenburn style from voldmar.ru (c) Vladimir Epifanov +based on dark.css by Ivan Sagalaev + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: #3f3f3f; + color: #dcdcdc; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-tag { + color: #e3ceab; +} + +.hljs-template-tag { + color: #dcdcdc; +} + +.hljs-number { + color: #8cd0d3; +} + +.hljs-variable, +.hljs-template-variable, +.hljs-attribute { + color: #efdcbc; +} + +.hljs-literal { + color: #efefaf; +} + +.hljs-subst { + color: #8f8f8f; +} + +.hljs-title, +.hljs-name, +.hljs-selector-id, +.hljs-selector-class, +.hljs-section, +.hljs-type { + color: #efef8f; +} + +.hljs-symbol, +.hljs-bullet, +.hljs-link { + color: #dca3a3; +} + +.hljs-deletion, +.hljs-string, +.hljs-built_in, +.hljs-builtin-name { + color: #cc9393; +} + +.hljs-addition, +.hljs-comment, +.hljs-quote, +.hljs-meta { + color: #7f9f7f; +} + + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/toc.js b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/toc.js new file mode 100644 index 00000000..a6e933bf --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/toc.js @@ -0,0 +1,107 @@ +var toctitle = document.getElementById('toctitle'); +var path = window.location.pathname; +if (toctitle != null) { + var oldtoc = toctitle.nextElementSibling; + var newtoc = document.createElement('div'); + newtoc.setAttribute('id', 'tocbot'); + newtoc.setAttribute('class', 'js-toc desktop-toc'); + oldtoc.setAttribute('class', 'mobile-toc'); + oldtoc.parentNode.appendChild(newtoc); + tocbot.init({ + contentSelector: '#content', + headingSelector: 'h1, h2, h3, h4, h5', + positionFixedSelector: 'body', + fixedSidebarOffset: 90, + smoothScroll: false + }); + if (!path.endsWith("index.html") && !path.endsWith("/")) { + var link = document.createElement("a"); + link.setAttribute("href", "index.html"); + link.innerHTML = " Back to index"; + var block = document.createElement("div"); + block.setAttribute('class', 'back-action'); + block.appendChild(link); + var toc = document.getElementById('toc'); + var next = document.getElementById('toctitle').nextElementSibling; + toc.insertBefore(block, next); + } +} + +var headerHtml = '
\n' + + '

\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '

\n' + + '
'; + +var header = document.createElement("div"); +header.innerHTML = headerHtml; +document.body.insertBefore(header, document.body.firstChild); \ No newline at end of file diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/tocbot/tocbot.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/tocbot/tocbot.css new file mode 100644 index 00000000..0632de23 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/tocbot/tocbot.css @@ -0,0 +1 @@ +.toc{overflow-y:auto}.toc>.toc-list{overflow:hidden;position:relative}.toc>.toc-list li{list-style:none}.toc-list{margin:0;padding-left:10px}a.toc-link{color:currentColor;height:100%}.is-collapsible{max-height:1000px;overflow:hidden;transition:all 300ms ease-in-out}.is-collapsed{max-height:0}.is-position-fixed{position:fixed !important;top:0}.is-active-link{font-weight:700}.toc-link::before{background-color:#EEE;content:' ';display:inline-block;height:inherit;left:0;margin-top:-1px;position:absolute;width:2px}.is-active-link::before{background-color:#54BC4B} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/tocbot/tocbot.min.js b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/tocbot/tocbot.min.js new file mode 100644 index 00000000..943d8fdb --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/js/tocbot/tocbot.min.js @@ -0,0 +1 @@ +!function(e){function t(o){if(n[o])return n[o].exports;var l=n[o]={i:o,l:!1,exports:{}};return e[o].call(l.exports,l,l.exports,t),l.l=!0,l.exports}var n={};t.m=e,t.c=n,t.d=function(e,n,o){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:o})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,n){(function(o){var l,i,s;!function(n,o){i=[],l=o(n),void 0!==(s="function"==typeof l?l.apply(t,i):l)&&(e.exports=s)}(void 0!==o?o:this.window||this.global,function(e){"use strict";function t(){for(var e={},t=0;te.fixedSidebarOffset?-1===n.className.indexOf(e.positionFixedClass)&&(n.className+=h+e.positionFixedClass):n.className=n.className.split(h+e.positionFixedClass).join("")}function s(t){var n=document.documentElement.scrollTop||f.scrollTop;e.positionFixedSelector&&i();var o,l=t;if(m&&null!==document.querySelector(e.tocSelector)&&l.length>0){d.call(l,function(t,i){if(t.offsetTop>n+e.headingsOffset+10){return o=l[0===i?i:i-1],!0}if(i===l.length-1)return o=l[l.length-1],!0});var s=document.querySelector(e.tocSelector).querySelectorAll("."+e.linkClass);u.call(s,function(t){t.className=t.className.split(h+e.activeLinkClass).join("")});var c=document.querySelector(e.tocSelector).querySelectorAll("."+e.listItemClass);u.call(c,function(t){t.className=t.className.split(h+e.activeListItemClass).join("")});var a=document.querySelector(e.tocSelector).querySelector("."+e.linkClass+".node-name--"+o.nodeName+'[href="#'+o.id+'"]');-1===a.className.indexOf(e.activeLinkClass)&&(a.className+=h+e.activeLinkClass);var p=a.parentNode;p&&-1===p.className.indexOf(e.activeListItemClass)&&(p.className+=h+e.activeListItemClass);var C=document.querySelector(e.tocSelector).querySelectorAll("."+e.listClass+"."+e.collapsibleClass);u.call(C,function(t){-1===t.className.indexOf(e.isCollapsedClass)&&(t.className+=h+e.isCollapsedClass)}),a.nextSibling&&-1!==a.nextSibling.className.indexOf(e.isCollapsedClass)&&(a.nextSibling.className=a.nextSibling.className.split(h+e.isCollapsedClass).join("")),r(a.parentNode.parentNode)}}function r(t){return-1!==t.className.indexOf(e.collapsibleClass)&&-1!==t.className.indexOf(e.isCollapsedClass)?(t.className=t.className.split(h+e.isCollapsedClass).join(""),r(t.parentNode.parentNode)):t}function c(t){var n=t.target||t.srcElement;"string"==typeof n.className&&-1!==n.className.indexOf(e.linkClass)&&(m=!1)}function a(){m=!0}var u=[].forEach,d=[].some,f=document.body,m=!0,h=" ";return{enableTocAnimation:a,disableTocAnimation:c,render:n,updateToc:s}}},function(e,t){e.exports=function(e){function t(e){return e[e.length-1]}function n(e){return+e.nodeName.split("H").join("")}function o(t){var o={id:t.id,children:[],nodeName:t.nodeName,headingLevel:n(t),textContent:t.textContent.trim()};return e.includeHtml&&(o.childNodes=t.childNodes),o}function l(l,i){for(var s=o(l),r=n(l),c=i,a=t(c),u=a?a.headingLevel:0,d=r-u;d>0;)a=t(c),a&&void 0!==a.children&&(c=a.children),d--;return r>=e.collapseDepth&&(s.isCollapsed=!0),c.push(s),c}function i(t,n){var o=n;e.ignoreSelector&&(o=n.split(",").map(function(t){return t.trim()+":not("+e.ignoreSelector+")"}));try{return document.querySelector(t).querySelectorAll(o)}catch(e){return console.warn("Element not found: "+t),null}}function s(e){return r.call(e,function(e,t){return l(o(t),e.nest),e},{nest:[]})}var r=[].reduce;return{nestHeadingsArray:s,selectHeadings:i}}},function(e,t){function n(e){function t(e){return"a"===e.tagName.toLowerCase()&&(e.hash.length>0||"#"===e.href.charAt(e.href.length-1))&&(n(e.href)===s||n(e.href)+"#"===s)}function n(e){return e.slice(0,e.lastIndexOf("#"))}function l(e){var t=document.getElementById(e.substring(1));t&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())}!function(){document.documentElement.style}();var i=e.duration,s=location.hash?n(location.href):location.href;!function(){function n(n){!t(n.target)||n.target.className.indexOf("no-smooth-scroll")>-1||"#"===n.target.href.charAt(n.target.href.length-2)&&"!"===n.target.href.charAt(n.target.href.length-1)||-1===n.target.className.indexOf(e.linkClass)||o(n.target.hash,{duration:i,callback:function(){l(n.target.hash)}})}document.body.addEventListener("click",n,!1)}()}function o(e,t){function n(e){s=e-i,window.scrollTo(0,c.easing(s,r,u,d)),s + + + + + + +Kafka Streams Binder + + + + + + + + + + +
+
+

Kafka Streams Binder

+
+
+

Usage

+
+

For using the Kafka Streams binder, you just need to add it to your Spring Cloud Stream application, using the following +Maven coordinates:

+
+
+
+
<dependency>
+  <groupId>org.springframework.cloud</groupId>
+  <artifactId>spring-cloud-stream-binder-kafka-streams</artifactId>
+</dependency>
+
+
+
+

A quick way to bootstrap a new project for Kafka Streams binder is to use Spring Initializr and then select "Cloud Streams" and "Spring for Kafka Streams" as shown below

+
+
+
+spring initializr kafka streams +
+
+
+
+

Overview

+
+

Spring Cloud Stream includes a binder implementation designed explicitly for Apache Kafka Streams binding. +With this native integration, a Spring Cloud Stream "processor" application can directly use the +Apache Kafka Streams APIs in the core business logic.

+
+
+

Kafka Streams binder implementation builds on the foundations provided by the Spring for Apache Kafka project.

+
+
+

Kafka Streams binder provides binding capabilities for the three major types in Kafka Streams - KStream, KTable and GlobalKTable.

+
+
+

Kafka Streams applications typically follow a model in which the records are read from an inbound topic, apply business logic, and then write the transformed records to an outbound topic. +Alternatively, a Processor application with no outbound destination can be defined as well.

+
+
+

In the following sections, we are going to look at the details of Spring Cloud Stream’s integration with Kafka Streams.

+
+
+
+

Programming Model

+
+

When using the programming model provided by Kafka Streams binder, both the high-level Streams DSL and the lower level Processor-API can be used as options.

+
+
+

Functional Style

+
+

Starting with Spring Cloud Stream 3.0, Kafka Streams binder allows the applications to be designed and developed using the functional programming style that is available in Java 8. +This means that the applications can be concisely represented as a lambda expression of types java.util.function.Function or java.util.function.Consumer.

+
+
+

Let’s take a very basic example.

+
+
+
+
@SpringBootApplication
+public class SimpleConsumerApplication {
+
+    @Bean
+    public java.util.function.Consumer<KStream<Object, String>> process() {
+
+        return input ->
+                input.foreach((key, value) -> {
+                    System.out.println("Key: " + key + " Value: " + value);
+                });
+    }
+}
+
+
+
+

Albeit simple, this is a complete standalone Spring Boot application that is leveraging Kafka Streams for stream processing. +This is a consumer application with no outbound binding and only a single inbound binding. +The application consumes data and it simply logs the transformation as standard output. +The application contains the SpringBootApplication annotation and a method that is marked as Bean. +The bean method is of type java.util.function.Consumer which is parameterized with KStream. +Then in the implementation, we are returning a Consumer object that is essentially a lambda expression. +Inside the lambda expression, the code for processing the data is provided.

+
+
+

In this application, there is a single input binding that is of type KStream. +The binder creates this binding for the application with a name process_in, i.e. the name of the function bean name followed by an underscore and the literal in. +You use this binding name to set other properties such as destination. +For example, spring.cloud.stream.bindings.process_in.destinaion=my-topic.

+
+
+

Once built as a uber-jar (e.g., kstream-consumer-app.jar), you can run the above example like the following.

+
+
+
+
java -jar `kstream-consumer-app.jar --spring.cloud.stream.bindings.process_in.destinaion=my-topic --spring.cloud.stream.bindings.output.destination=count
+
+
+
+

Here is another example, where it is a full processor with both input and output bindings. +This is the classic word-count example in which the application receives data from a topic, the number of occurrences for each word is then computed in a tumbling time-window.

+
+
+
+
@SpringBootApplication
+public class WordCountProcessorApplication {
+
+  @Bean
+  public Function<KStream<Object, String>, KStream<?, WordCount>> process() {
+
+    return input -> input
+        .flatMapValues(value -> Arrays.asList(value.toLowerCase().split("\\W+")))
+        .map((key, value) -> new KeyValue<>(value, value))
+        .groupByKey(Serialized.with(Serdes.String(), Serdes.String()))
+        .windowedBy(TimeWindows.of(5000))
+        .count(Materialized.as("word-counts-state-store"))
+        .toStream()
+        .map((key, value) -> new KeyValue<>(null, new WordCount(key.key(), value,
+            new Date(key.window().start()), new Date(key.window().end()))));
+  }
+
+	public static void main(String[] args) {
+		SpringApplication.run(WordCountProcessorApplication.class, args);
+	}
+}
+
+
+
+

Here again, this is a complete Spring Boot application. The difference here from the first application, though, the bean method is of type java.util.function.Function. +The first parameterized type for the Function is for the input KStream and the second one is for the output. +In the method body, a lambda expression is provided that is of type Function and as implementation, the actual business logic is given. +Similar to the previously discussed Consumer based application, the input binding here is named as process_in by default. For the output, the binding name is automatically also set to process_out.

+
+
+

Once built as a uber-jar (e.g., wordcount-processor.jar), you can run the above example like the following.

+
+
+
+
java -jar wordcount-processor.jar  --spring.cloud.stream.bindings.process_in.destination=words --spring.cloud.stream.bindings.process_out.destination=counts
+
+
+
+

This application will consume messages from the Kafka topic words and the computed results are published to an output +topic counts.

+
+
+

Spring Cloud Stream will ensure that the messages from both the incoming and outgoing topics are automatically bound as +KStream objects. As a developer, you can exclusively focus on the business aspects of the code, i.e. writing the logic +required in the processor. Setting up the Streams DSL specific configuration required by the Kafka Streams infrastructure +is automatically handled by the framework.

+
+
+

The two examples we saw above have a single KStream input binding. In both cases, the bindings received the records from a single topic. +If you want to multiplex multiple topics into a single KStream binding, you can provide comma separated Kafka topics as destinations below.

+
+
+

spring.cloud.stream.bindings.process_in.destination=topic-1,topic-2,topic-3

+
+
+
Multiple Input Bindings
+
+

Any non-trivial Kafka Streams applications often consume data from more than one topic through multiple bindings. +For instance, one topic is consumed as Kstream and another as KTable or GlobalKTable. +There are many reasons why an application might want to receive data as a table type. +Think of a use-case where the underlying topic is populated through a change data capture (CDC) mechanism from a database or perhaps the application only cares about the latest updates for downstream processing. +If the application specifies that the data needs to be bound as KTable or GlobalKTable, then Kafka Streams binder will properly bind the destination to a KTable or GlobalKTable and make them available for the application to operate upon. +We will look at a few different scenarios how multiple input bindings are handled in the Kafka Streams binder.

+
+
+
BiFunction in Kafka Streams Binder
+
+

Here is an example where we have two inputs and an output. In this case, the application can leverage on java.util.function.BiFunction.

+
+
+
+
@Bean
+public BiFunction<KStream<String, Long>, KTable<String, String>, KStream<String, Long>> process() {
+    return (userClicksStream, userRegionsTable) -> (userClicksStream
+            .leftJoin(userRegionsTable, (clicks, region) -> new RegionWithClicks(region == null ?
+                            "UNKNOWN" : region, clicks),
+                    Joined.with(Serdes.String(), Serdes.Long(), null))
+            .map((user, regionWithClicks) -> new KeyValue<>(regionWithClicks.getRegion(),
+                    regionWithClicks.getClicks()))
+            .groupByKey(Serialized.with(Serdes.String(), Serdes.Long()))
+            .reduce(Long::sum)
+            .toStream());
+}
+
+
+
+

Here again, the basic theme is the same as previous examples, the difference, though, you have two inputs and the Java’s BiFunction support is used to bind the inputs to the desired destinations. +The default binding names generated by the binder for the inputs are process_in_0 and process_in_1 respectively. The default output binding remains to be process_out. +In this example, the first parameter of BiFunction is bound as a KStream for the first input and the second parameter is bound as a KTable.

+
+
+
+
BiConsumer in Kafka Streams Binder
+
+

If there are two inputs, but no outputs, in that case we can use java.util.funcion.BiConsumer. +Here is a blueprint for such an application.

+
+
+
+
@Bean
+public BiConsumer<KStream<String, Long>, KTable<String, String>> process() {
+    return (userClicksStream, userRegionsTable) -> {}
+}
+
+
+
+

What if you have more than two inputs? +There are situations in which you need more than two inputs. In that case, the binder allows you to chain partial functions. In functional programming jargon, this technique is generally known as currying. +With the functional programming support added as part of Java 8, Java now enables you to write curried functions. +The Kafka Streams binder can make use of this feature to enable multiple input bindings.

+
+
+

Let’s see an example.

+
+
+
+
@Bean
+public Function<KStream<Long, Order>,
+        Function<GlobalKTable<Long, Customer>,
+                Function<GlobalKTable<Long, Product>, KStream<Long, EnrichedOrder>>>> process() {
+
+    return orders -> (
+              customers -> (
+                    products -> (
+                        orders.join(customers,
+                            (orderId, order) -> order.getCustomerId(),
+                                (order, customer) -> new CustomerOrder(customer, order))
+                                .join(products,
+                                        (orderId, customerOrder) -> customerOrder
+                                                .productId(),
+                                        (customerOrder, product) -> {
+                                            EnrichedOrder enrichedOrder = new EnrichedOrder();
+                                            enrichedOrder.setProduct(product);
+                                            enrichedOrder.setCustomer(customerOrder.customer);
+                                            enrichedOrder.setOrder(customerOrder.order);
+                                            return enrichedOrder;
+                                        })
+                        )
+                )
+    );
+}
+
+
+
+

In this model, we have 3 partial functions as inputs. The first function has the first input binding of the application (Order) and its output is another function. +This output function’s input is the second input binding for the application (Customer) and its output is another function. +This output function’s input is the third input for the application (Product) and its output is a KStream which is final output binding for the application. +The input from the three partial functions which are KStream, GlobalKTable, GlobalKTable respectively are available for you in the method body for implementing the business logic as part of the lambda expression.

+
+
+

Input bindings are named as process_in_0, process_in_1 and process_in_2 respectively. Output binding is named as process_out.

+
+
+

With curried functions, you can virtually have any number of inputs. However, keep in mind that, anything more than a smaller number of inputs and partially applied functions for them as above in Java might lead to unreadable code. +Therefore if your Kafka Streams application requires more than a reasonably smaller number of input bindings and you want to use this functional model, then you may want to rethink your design and decompose the application appropriately.

+
+
+
+
+
Multiple Output Bindings
+
+

Kafka Streams allows to write outbound data into multiple topics. This feature is known as branching in Kafka Streams. +When using multiple output bindings, you need to provide an array of KStream (KStream[]) as the outbound return type.

+
+
+

Here is an example:

+
+
+
+
@Bean
+public Function<KStream<Object, String>, KStream<?, WordCount>[]> process() {
+
+    Predicate<Object, WordCount> isEnglish = (k, v) -> v.word.equals("english");
+    Predicate<Object, WordCount> isFrench = (k, v) -> v.word.equals("french");
+    Predicate<Object, WordCount> isSpanish = (k, v) -> v.word.equals("spanish");
+
+    return input -> input
+            .flatMapValues(value -> Arrays.asList(value.toLowerCase().split("\\W+")))
+            .groupBy((key, value) -> value)
+            .windowedBy(TimeWindows.of(5000))
+            .count(Materialized.as("WordCounts-branch"))
+            .toStream()
+            .map((key, value) -> new KeyValue<>(null, new WordCount(key.key(), value,
+                    new Date(key.window().start()), new Date(key.window().end()))))
+            .branch(isEnglish, isFrench, isSpanish);
+}
+
+
+
+

The programming model remains the same, however the outbound parameterized type is KStream[]. +The default output binding names are process_out_0, process_out_1, process_out_2 respectively.

+
+
+
+
Function based Programming Styles for Kafka Streams
+
+

In summary, the following table shows the various options that can be used in the functional paradigm.

+
+ +++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Number of InputsNumber of OutputsComponent to use

1

0

java.util.function.Consumer

2

0

java.util.function.BiConsumer

1

1..n

java.util.function.Function

2

1..n

java.util.function.BiFunction

>= 3

0..n

Use curried functions

+
+
    +
  • +

    In the case of more than one output in this table, the type simply becomes KStream[].

    +
  • +
+
+
+
+
+

Imperative programming model.

+
+

Although the functional programming model outlined above is the preferred approach, you can still use the classic StreamListener based approach if you prefer.

+
+
+

Here are some examples.

+
+
+

Following is the equivalent of the Word count example using StreamListener.

+
+
+
+
@SpringBootApplication
+@EnableBinding(KafkaStreamsProcessor.class)
+public class WordCountProcessorApplication {
+
+    @StreamListener("input")
+    @SendTo("output")
+    public KStream<?, WordCount> process(KStream<?, String> input) {
+        return input
+                .flatMapValues(value -> Arrays.asList(value.toLowerCase().split("\\W+")))
+                .groupBy((key, value) -> value)
+                .windowedBy(TimeWindows.of(5000))
+                .count(Materialized.as("WordCounts-multi"))
+                .toStream()
+                .map((key, value) -> new KeyValue<>(null, new WordCount(key.key(), value, new Date(key.window().start()), new Date(key.window().end()))));
+    }
+
+    public static void main(String[] args) {
+        SpringApplication.run(WordCountProcessorApplication.class, args);
+    }
+
+
+
+

As you can see, this is a bit more verbose since you need to provide EnableBinding and the other extra annotations like StreamListener and SendTo to make it a complete application. +EnableBinding is where you specify your binding interface that contains your bindings. +In this case, we are using the stock KafkaStreamsProcessor binding interface that has the following contracts.

+
+
+
+
public interface KafkaStreamsProcessor {
+
+	@Input("input")
+	KStream<?, ?> input();
+
+	@Output("output")
+	KStream<?, ?> output();
+
+}
+
+
+
+

Binder will create bindings for the input KStream and output KStream since you are using a binding interface that contains those declarations.

+
+
+

In addition to the obvious differences in the programming model offered in the functional style, one particular thing that needs to be mentioned here is that the binding names are what you specify in the binding interface. +For example, in the above application, since we are using KafkaStreamsProcessor, the binding names are input and output. +Binding properties need to use those names. For instance spring.cloud.stream.bindings.input.destination, spring.cloud.stream.bindings.output.destination etc. +Keep in mind that this is fundamentally different from the functional style since there the binder generates binding names for the application. +This is because the application does not provide any binding interfaces in the functional model using EnableBinding.

+
+
+

Here is another example of a sink where we have two inputs.

+
+
+
+
@EnableBinding(KStreamKTableBinding.class)
+.....
+.....
+@StreamListener
+public void process(@Input("inputStream") KStream<String, PlayEvent> playEvents,
+                    @Input("inputTable") KTable<Long, Song> songTable) {
+                    ....
+                    ....
+}
+
+interface KStreamKTableBinding {
+
+    @Input("inputStream")
+    KStream<?, ?> inputStream();
+
+    @Input("inputTable")
+    KTable<?, ?> inputTable();
+}
+
+
+
+

Following is the StreamListener equivalent of the same BiFunction based processor that we saw above.

+
+
+
+
@EnableBinding(KStreamKTableBinding.class)
+....
+....
+
+@StreamListener
+@SendTo("output")
+public KStream<String, Long> process(@Input("input") KStream<String, Long> userClicksStream,
+                                     @Input("inputTable") KTable<String, String> userRegionsTable) {
+....
+....
+}
+
+interface KStreamKTableBinding extends KafkaStreamsProcessor {
+
+    @Input("inputX")
+    KTable<?, ?> inputTable();
+}
+
+
+
+

Finally, here is the StreamListener equivalent of the application with three inputs and curried functions.

+
+
+
+
@EnableBinding(CustomGlobalKTableProcessor.class)
+...
+...
+    @StreamListener
+		@SendTo("output")
+		public KStream<Long, EnrichedOrder> process(
+				@Input("input-1") KStream<Long, Order> ordersStream,
+				@Input("input-"2) GlobalKTable<Long, Customer> customers,
+				@Input("input-3") GlobalKTable<Long, Product> products) {
+
+			KStream<Long, CustomerOrder> customerOrdersStream = ordersStream.join(
+					customers, (orderId, order) -> order.getCustomerId(),
+					(order, customer) -> new CustomerOrder(customer, order));
+
+			return customerOrdersStream.join(products,
+					(orderId, customerOrder) -> customerOrder.productId(),
+					(customerOrder, product) -> {
+						EnrichedOrder enrichedOrder = new EnrichedOrder();
+						enrichedOrder.setProduct(product);
+						enrichedOrder.setCustomer(customerOrder.customer);
+						enrichedOrder.setOrder(customerOrder.order);
+						return enrichedOrder;
+					});
+		}
+
+    interface CustomGlobalKTableProcessor {
+
+            @Input("input-1")
+            KStream<?, ?> input1();
+
+            @Input("input-2")
+            GlobalKTable<?, ?> input2();
+
+            @Input("input-3")
+            GlobalKTable<?, ?> input3();
+
+            @Output("output")
+            KStream<?, ?> output();
+    }
+
+
+
+

You might notice that the above two examples are even more verbose since in addition to provide EnableBinding, you also need to write your own custom binding interface as well. +Using the functional model, you can avoid all those ceremonial details.

+
+
+

Before we move on looking at the general programming model offered by Kafka Streams binder, here is the StreamListener version of multiple output bindings.

+
+
+
+
EnableBinding(KStreamProcessorWithBranches.class)
+public static class WordCountProcessorApplication {
+
+    @Autowired
+    private TimeWindows timeWindows;
+
+    @StreamListener("input")
+    @SendTo({"output1","output2","output3})
+    public KStream<?, WordCount>[] process(KStream<Object, String> input) {
+
+			Predicate<Object, WordCount> isEnglish = (k, v) -> v.word.equals("english");
+			Predicate<Object, WordCount> isFrench =  (k, v) -> v.word.equals("french");
+			Predicate<Object, WordCount> isSpanish = (k, v) -> v.word.equals("spanish");
+
+			return input
+					.flatMapValues(value -> Arrays.asList(value.toLowerCase().split("\\W+")))
+					.groupBy((key, value) -> value)
+					.windowedBy(timeWindows)
+					.count(Materialized.as("WordCounts-1"))
+					.toStream()
+					.map((key, value) -> new KeyValue<>(null, new WordCount(key.key(), value, new Date(key.window().start()), new Date(key.window().end()))))
+					.branch(isEnglish, isFrench, isSpanish);
+    }
+
+    interface KStreamProcessorWithBranches {
+
+    		@Input("input")
+    		KStream<?, ?> input();
+
+    		@Output("output1")
+    		KStream<?, ?> output1();
+
+    		@Output("output2")
+    		KStream<?, ?> output2();
+
+    		@Output("output3")
+    		KStream<?, ?> output3();
+    	}
+}
+
+
+
+

To recap, we have reviewed the various programming model choices when using the Kafka Streams binder.

+
+
+

The binder provides binding capabilities for KStream, KTable and GlobalKTable on the input. +KTable and GlobalKTable bindings are only available on the input. +Binder supports both input and output bindings for KStream.

+
+
+

The upshot of the programming model of Kafka Streams binder is that the binder provides you the flexibility of going with a fully functional programming model or using the StreamListener based imperative approach.

+
+
+
+
+

Ancillary to the programming model

+
+

Kafka Streams Application ID

+
+

Application id is a mandatory property that you need to provide for a Kafka Streams application. +Spring Cloud Stream Kafka Streams binder allows you to configure this application id in multiple ways.

+
+
+

If you only have one single processor in the application, then you can set this at the binder level using the following property:

+
+
+

spring.cloud.stream.kafka.streams.binder.applicationId.

+
+
+

As a convenience, if you only have a single processor, you can also use spring.application.name as the property to delegate the application id.

+
+
+

If you have multiple Kafka Streams processors in the application, then you need to set the application id per processor. +You can set this on the input binding on each processor.

+
+
+

For e.g. imagine that you have to two following functions.

+
+
+
+
@Bean
+public java.util.function.Consumer<KStream<Object, String>> process() {
+   ...
+}
+
+
+
+

and

+
+
+
+
@Bean
+public java.util.function.Consumer<KStream<Object, String>> anotherProcess() {
+  ...
+}
+
+
+
+

Then you must set the application id for each, using the following binding properties.

+
+
+

spring.cloud.stream.kafka.streams.bindings.process_in.applicationId

+
+
+

and

+
+
+

spring.cloud.stream.kafka.streams.bindings.anotherProcess_in.applicationId

+
+
+

For production deployments, it is highly recommended to explicitly specify the application ID through configuration. +This is especially going to be very critical if you are auto scaling your application in which case you need to make sure that you are deploying each instance with the same application ID.

+
+
+

If the application does not provide an application ID, then in that case the binder will auto generate a random application ID for you. +This is convenient in development scenarios as it avoids the need for explicitly providing the application ID. +Please keep in mind that when you rely on this, each time you start the application, it starts with a brand new application id. +In the case of functional model, the generated application ID will be the function bean name followed by a UUID which is then postfixed with the literal applicationID. +In the case of StreamListener, instead of using the function bean name, the generated application ID will be use the containing class name followed by the method name.

+
+
+
Summary of setting Application ID
+
+
    +
  • +

    Auto generated by the binder per processor in the application. This can be overridden by setting at the binding level such as spring.cloud.stream.kafka.streams.bindings.process_in.applicationId. +When you have more than one processor, then you have to choose one of these options - either fall back to the defaults or override per input binding.

    +
  • +
  • +

    If you have a single processor, then you can use spring.kafka.streams.applicationId, spring.application.name or spring.cloud.stream.binder.kafka.streams.applicationId.

    +
  • +
+
+
+
+
+

Custom bindings in the functional style

+
+

By default, the binder uses the strategy discussed out above to generate the binding name when using the functional style, i.e. <function-bean-name>_<in>|<out>_[0..n], for e.g. process_in, process_in_0 etc. +If you want to override those binding names, you can do that by specifying the following properties.

+
+
+

spring.cloud.stream.function.inputBindings.<function-bean-name>.

+
+
+

For e.g. lets say, you have this function.

+
+
+
+
@Bean
+public BiFunction<KStream<String, Long>, KTable<String, String>, KStream<String, Long>> process() {
+...
+}
+
+
+
+

Binder will generate bindings with names, process_in_0, process_in_1 and process_out. +Now, if you want to change them to something else completely, maybe more domain specific binding names. You can do so, as below.

+
+
+

springc.cloud.stream.function.inputBindings.process=users,regions

+
+
+

and

+
+
+

spring.cloud.stream.function.outputBindings.process=clicks

+
+
+

After that, you must set all the binding level properties on these new binding names.

+
+
+

Please keep in mind that with the functional programming model described above, sticking with the default binding names make sense in most situations. +The only reason you may still want to do this overriding is when you have larger number of configuration properties and you want to map the bindings to something more domain friendly.

+
+
+
+

Setting up bootstrap server configuration

+
+

When running Kafka Streams applications, you must provide the Kafka broker server information. +If you don’t provide this information, the binder expects that you are running the broker at the default localhost:9092. +If that is not the case, then you need to override that. There are a couple of ways to do that.

+
+
+
    +
  • +

    Using the boot property - spring.kafka.bootstrapServers

    +
  • +
  • +

    Binder level property - spring.cloud.stream.kafka.streams.binder.brokers

    +
  • +
+
+
+

When it comes to the binder level property, it doesn’t matter if you use the broker property provided through the regular Kafka binder - spring.cloud.stream.kafka.binder.brokers. +Kafka Streams binder will first check if Kafka Streams binder specific broker property is set (spring.cloud.stream.kafka.streams.binder.brokers) and if nothing found, it looks for spring.cloud.stream.kafka.binder.brokers.

+
+
+
+
+

Record serialization and deserialization

+
+

Kafka Streams binder allows you to serialize and deserialize records in two ways. +One is the native serialization and deserialization facilities provided by Kafka and the other one is the message conversion capabilities of Spring Cloud Stream framework. +Lets look at some details.

+
+
+

Inbound deserialization

+
+

Keys are always deserialized by native Serdes.

+
+
+

By default, for values, deserialization on the inbound is natively performed by Kafka. +Please note that this is a major change on default behavior from previous versions of Kafka Streams binder in which case the deserialization was done by the framework.

+
+
+

Kafka Streams binder will try to infer matching Serde types by looking at the type signature of java.util.function.Function|Consumer or StreamListener. +Here is the order that it matches Serdes.

+
+
+
    +
  • +

    First it looks at the types and see if they are one of the types exposed by Kafka Streams. If so, use them. +Here are the Serde types that the binder will try to match from Kafka Streams.

    +
    +
    +
    Integer, Long, Short, Double, Float, byte[] and String.
    +
    +
    +
  • +
  • +

    If none of the Serdes provided by Kafka Streams don’t match the types, then it will use JsonSerde provided by Spring Kafka. In this case, the binder assumes that the types are JSON friendly. +This is useful if you have multiple value objects as inputs since the binder will internally infer them to correct json Serde objects. Otherwise, you have to configure Serde and target types on them individually.

    +
  • +
+
+
+

If none of the above strategies worked, then the applications must provide the Serdes through configuration. +This can be configured in two ways - binding or default.

+
+
+

First the binder will look if a Serde is provided at the binding level. +For e.g. if you have the following processor,

+
+
+
+
@Bean
+public BiFunction<KStream<CustomKey, AvroIn1>, KTable<CustomKey, AvroIn2>, KStream<CustomKey, AvroOutput>> process() {...}
+
+
+
+

then, you can provide a binding level Serde using the following:

+
+
+
+
spring.cloud.stream.kafka.streams.bindings.process_in_0.keySerde=CustomKeySerde
+spring.cloud.stream.kafka.streams.bindings.process_in_0.valueSerde=io.confluent.kafka.streams.serdes.avro.SpecificAvroSerde
+
+spring.cloud.stream.kafka.streams.bindings.process_in_1.keySerde=CustomKeySerde
+spring.cloud.stream.kafka.streams.bindings.process_in_1.valueSerde=io.confluent.kafka.streams.serdes.avro.SpecificAvroSerde
+
+
+
+

If you want the default key/value Serdes to be used for inbound deserialization, you can do so at the binder level.

+
+
+
+
spring.cloud.stream.kafka.streams.binder.configuration.default.key.serde
+spring.cloud.stream.kafka.streams.binder.configuration.default.value.serde
+
+
+
+

If you don’t want the native decoding provided by Kafka, you can rely on the message conversion features that Spring Cloud Stream provides. +Since native decoding is the default, in order to let Spring Cloud Stream deserialze the inbound value object, you need to explicitly disable native decoding.

+
+
+

For e.g. if you have the same BiFunction processor as above, then spring.cloud.stream.bindings.process_in_0.nativeDecoding: false +You need to disable native decoding for all the inputs individually. Otherwise, native decoding will still be applied for those you don’t disable.

+
+
+

By default, Spring Cloud Stream will use application/json as the content type and use an appropriate json message converter. +You can use custom message converters by using the following property.

+
+
+
+
spring.cloud.stream.bindings.process_in_0.contentType
+
+
+
+
+

Outbound serialization

+
+

Outbound serialization pretty much follows the same rules as above for inbound deserialization. +As with the inbound deserialization, one major change from the previous versions of Spring Cloud Stream is that the serialization on the outbound is handled by Kafka natively. +Before 3.0 versions of the binder, this was done by the framework itself.

+
+
+

Keys on the outbound are always serialized by Kafka using a matching Serde that is inferred by the binder. +If it can’t infer the type of the key, then that needs to be specified using configuration.

+
+
+

Value serdes are inferred using the same rules used for inbound deserialization. +First it matches to see if the outbound type is of a Serde exposed by Kafka such as - Long, Short, Double, Float, byte[] and String. +If that doesnt’t work, then fall back to JsonSerde provided by the Spring Kafka project. +Keep in mind that all these happen transparently to the application. +If none of these work, then the user has to provide the Serde to use by configuration.

+
+
+

Lets say you are using the same BiFunction processor as above. Then you can configure outbound key/value Serdes as following.

+
+
+
+
spring.cloud.stream.kafka.streams.bindings.process_out.keySerde=CustomKeySerde
+spring.cloud.stream.kafka.streams.bindings.process_out.valueSerde=io.confluent.kafka.streams.serdes.avro.SpecificAvroSerde
+
+
+
+

However, falling back to default Serdes for both input deserialization and output serialization is the last resort. +This may or may not work. Therefore, you need to ensure that you have a path forward for the application to correctly retrive the Serde.

+
+
+

If Serde inference fails, no binding level Serdes are provided, then the binder falls back to the default Serdes.

+
+
+

spring.cloud.stream.kafka.streams.binder.configuration.default.key.serde +spring.cloud.stream.kafka.streams.binder.configuration.default.value.serde

+
+
+

If your application uses the branching feature and has multiple output bindings, then these have to be configured per binding. +Once again, if the binder is capable of inferring the Serde types, you don’t need to do this configuration.

+
+
+

If you don’t want the native encoding provided by Kafka, but want to use the framework provided message conversion, then you need to explicitly disable native decoding since since native decoding is the default. +For e.g. if you have the same BiFunction processor as above, then spring.cloud.stream.bindings.process_out.nativeEncoding: false +You need to disable native encoding for all the output individually in the case of branching. Otherwise, native encoding will still be applied for those you don’t disable.

+
+
+

By default, Spring Cloud Stream will use application/json as the content type and use an appropriate json message converter. +You can use custom message converters by using the following property.

+
+
+
+
spring.cloud.stream.bindings.process_output.contentType
+
+
+
+

When native encoding/decoding is disabled, binder will not do any inference as in the case of native Serdes. +Applications need to explicitly provide all the configuration options. +For that reason, it is generally advised to stay with the default options for de/serialization and stick with native de/serialization provided by Kafka Streams when you write Spring Cloud Stream Kafka Streams applications. +The one scenario in which you must use message conversion capabilities provided by the framework is when your upstream producer is using a specific serialization strategy. +In that case, you want to use a matching deserialization strategy as native mechanisms may fail.

+
+
+
+
+

Configuration Options

+
+

This section contains the configuration options used by the Kafka Streams binder.

+
+
+

For common configuration options and properties pertaining to binder, refer to the core documentation.

+
+
+

Kafka Streams Properties

+
+

The following properties are available at the binder level and must be prefixed with spring.cloud.stream.kafka.streams.binder.

+
+
+
+
configuration
+
+

Map with a key/value pair containing properties pertaining to Apache Kafka Streams API. + This property must be prefixed with spring.cloud.stream.kafka.streams.binder.. +Following are some examples of using this property.

+
+
+
+
+
+
spring.cloud.stream.kafka.streams.binder.configuration.default.key.serde=org.apache.kafka.common.serialization.Serdes$StringSerde
+spring.cloud.stream.kafka.streams.binder.configuration.default.value.serde=org.apache.kafka.common.serialization.Serdes$StringSerde
+spring.cloud.stream.kafka.streams.binder.configuration.commit.interval.ms=1000
+
+
+
+

For more information about all the properties that may go into streams configuration, see StreamsConfig JavaDocs in +Apache Kafka Streams docs.

+
+
+
+
brokers
+
+

Broker URL

+
+

Default: localhost

+
+
+
zkNodes
+
+

Zookeeper URL

+
+

Default: localhost

+
+
+
serdeError
+
+

Deserialization error handler type. +Possible values are - logAndContinue, logAndFail or sendToDlq

+
+

Default: logAndFail

+
+
+
applicationId
+
+

Convenient way to set the application.id for the Kafka Streams application globally at the binder level. +If the application contains multiple functions or StreamListener methods, then the application id should be set at the binding level per input binding. +See above where setting the application id is discussed in detail.

+
+

Default: none

+
+
+
+
+
+

The following properties are only available for Kafka Streams producers and must be prefixed with spring.cloud.stream.kafka.streams.bindings.<binding name>.producer. +For convenience, if there multiple output bindings and they all require a common value, that can be configured by using the prefix spring.cloud.stream.kafka.streams.default.producer..

+
+
+
+
keySerde
+
+

key serde to use

+
+

Default: See the above discussion on message de/serialization

+
+
+
valueSerde
+
+

value serde to use

+
+

Default: See the above discussion on message de/serialization

+
+
+
useNativeEncoding
+
+

flag to enable/disable native encoding

+
+

Default: true.

+
+
+
+
+
+

The following properties are available for Kafka Streams consumers and must be prefixed with spring.cloud.stream.kafka.streams.bindings.<binding-name>.consumer. +For convenience, if there are multiple input bindings and they all require a common value, that can be configured by using the prefix spring.cloud.stream.kafka.streams.default.consumer..

+
+
+
+
applicationId
+
+

Setting application.id per input binding.

+
+

Default: none

+
+
+
keySerde
+
+

key serde to use

+
+

Default: See the above discussion on message de/serialization

+
+
+
valueSerde
+
+

value serde to use

+
+

Default: See the above discussion on message de/serialization

+
+
+
materializedAs
+
+

state store to materialize when using incoming KTable types

+
+

Default: none.

+
+
+
useNativeDecoding
+
+

flag to enable/disable native decoding

+
+

Default: true.

+
+
+
dlqName
+
+

DLQ topic name.

+
+

Default: none.

+
+
+
startOffset
+
+

Offset to start from if there is no committed offset to consume from. +This is mostly used when the consumer is consuming from a topic for the first time. Kafka Streams uses earliest as the default strategy and +the binder uses the same default. This can be overridden to latest using this property.

+
+

Default: earliest.

+
+
+
+
+
+

Note: Using resetOffsets on the consumer does not have any effect on Kafka Streams binder. +Unlike the message channel based binder, Kafka Streams binder does not seek to beginning or end on demand.

+
+
+
+
+

Materializing KTable as a State Store.

+
+

Lets say you have the following function.

+
+
+
+
@Bean
+public BiFunction<KStream<String, Long>, KTable<String, String>, KStream<String, Long>> process() {
+   ...
+}
+
+
+
+

In the case of incoming KTable, if you want to materialize the computations to a state store, you have to express it +through the following property.

+
+
+
+
spring.cloud.stream.kafka.streams.bindings.process_in_1.consumer.materializedAs: incoming-store
+
+
+
+
+

Error Handling

+
+

Apache Kafka Streams provide the capability for natively handling exceptions from deserialization errors. +For details on this support, please see this +Out of the box, Apache Kafka Streams provide two kinds of deserialization exception handlers - logAndContinue and logAndFail. +As the name indicates, the former will log the error and continue processing the next records and the latter will log the +error and fail. LogAndFail is the default deserialization exception handler.

+
+
+
+

Handling Deserialization Exceptions

+
+

Kafka Streams binder supports a selection of exception handlers through the following properties.

+
+
+
+
spring.cloud.stream.kafka.streams.binder.serdeError: logAndContinue
+
+
+
+

In addition to the above two deserialization exception handlers, the binder also provides a third one for sending the erroneous +records (poison pills) to a DLQ topic. Here is how you enable this DLQ exception handler.

+
+
+
+
spring.cloud.stream.kafka.streams.binder.serdeError: sendToDlq
+
+
+
+

When the above property is set, all the deserialization error records are automatically sent to the DLQ topic.

+
+
+
+
spring.cloud.stream.kafka.streams.bindings.input.consumer.dlqName: foo-dlq
+
+
+
+

If this is set, then the error records are sent to the topic foo-dlq. If this is not set, then it will create a DLQ +topic with the name error.<input-topic-name>.<group-name>.

+
+
+

A couple of things to keep in mind when using the exception handling feature in Kafka Streams binder.

+
+
+
    +
  • +

    The property spring.cloud.stream.kafka.streams.binder.serdeError is applicable for the entire application. This implies +that if there are multiple StreamListener methods in the same application, this property is applied to all of them.

    +
  • +
  • +

    The exception handling for deserialization works consistently with native deserialization and framework provided message +conversion.

    +
  • +
+
+
+

Handling Non-Deserialization Exceptions

+
+

For general error handling in Kafka Streams binder, it is up to the end user applications to handle application level errors. +As a side effect of providing a DLQ for deserialization exception handlers, Kafka Streams binder provides a way to get +access to the DLQ sending bean directly from your application. +Once you get access to that bean, you can programmatically send any exception records from your application to the DLQ.

+
+
+

It continues to remain hard to robust error handling using the high-level DSL; Kafka Streams doesn’t natively support error +handling yet.

+
+
+

However, when you use the low-level Processor API in your application, there are options to control this behavior. See +below.

+
+
+
+
@Autowired
+private SendToDlqAndContinue dlqHandler;
+
+@StreamListener("input")
+@SendTo("output")
+public KStream<?, WordCount> process(KStream<Object, String> input) {
+
+    input.process(() -> new Processor() {
+    			ProcessorContext context;
+
+    			@Override
+    			public void init(ProcessorContext context) {
+    				this.context = context;
+    			}
+
+    			@Override
+    			public void process(Object o, Object o2) {
+
+    			    try {
+    			        .....
+    			        .....
+    			    }
+    			    catch(Exception e) {
+    			        //explicitly provide the kafka topic corresponding to the input binding as the first argument.
+                        //DLQ handler will correctly map to the dlq topic from the actual incoming destination.
+                        dlqHandler.sendToDlq("topic-name", (byte[]) o1, (byte[]) o2, context.partition());
+    			    }
+    			}
+
+    			.....
+    			.....
+    });
+}
+
+
+
+
+
+

State Store

+
+

State store is created automatically by Kafka Streams when the DSL is used. +When processor API is used, you need to register a state store manually. In order to do so, you can use KafkaStreamsStateStore annotation. +You can specify the name and type of the store, flags to control log and disabling cache, etc. +Once the store is created by the binder during the bootstrapping phase, you can access this state store through the processor API. +Below are some primitives for doing this.

+
+
+

Creating a state store:

+
+
+
+
@KafkaStreamsStateStore(name="mystate", type= KafkaStreamsStateStoreProperties.StoreType.WINDOW, lengthMs=300000)
+public void process(KStream<Object, Product> input) {
+    ...
+}
+
+
+
+

Accessing the state store:

+
+
+
+
Processor<Object, Product>() {
+
+    WindowStore<Object, String> state;
+
+    @Override
+    public void init(ProcessorContext processorContext) {
+        state = (WindowStore)processorContext.getStateStore("mystate");
+    }
+    ...
+}
+
+
+
+
+

Interactive Queries

+
+

As part of the public Kafka Streams binder API, we expose a class called InteractiveQueryService. +You can access this as a Spring bean in your application. An easy way to get access to this bean from your application is to "autowire" the bean.

+
+
+
+
@Autowired
+private InteractiveQueryService interactiveQueryService;
+
+
+
+

Once you gain access to this bean, then you can query for the particular state-store that you are interested. See below.

+
+
+
+
ReadOnlyKeyValueStore<Object, Object> keyValueStore =
+						interactiveQueryService.getQueryableStoreType("my-store", QueryableStoreTypes.keyValueStore());
+
+
+
+

If there are multiple instances of the kafka streams application running, then before you can query them interactively, you need to identify which application instance hosts the key. +InteractiveQueryService API provides methods for identifying the host information.

+
+
+

In order for this to work, you must configure the property application.server as below:

+
+
+
+
spring.cloud.stream.kafka.streams.binder.configuration.application.server: <server>:<port>
+
+
+
+

Here are some code snippets:

+
+
+
+
org.apache.kafka.streams.state.HostInfo hostInfo = interactiveQueryService.getHostInfo("store-name",
+						key, keySerializer);
+
+if (interactiveQueryService.getCurrentHostInfo().equals(hostInfo)) {
+
+    //query from the store that is locally available
+}
+else {
+    //query from the remote host
+}
+
+
+
+
+

Accessing the underlying KafkaStreams object

+
+

StreamBuilderFactoryBean from spring-kafka that is responsible for constructing the KafkaStreams object can be accessed programmatically. +Each StreamBuilderFactoryBean is registered as stream-builder and appended with the StreamListener method name. +If your StreamListener method is named as process for example, the stream builder bean is named as stream-builder-process. +Since this is a factory bean, it should be accessed by prepending an ampersand (&) when accessing it programmatically. +Following is an example and it assumes the StreamListener method is named as process

+
+
+
+
StreamsBuilderFactoryBean streamsBuilderFactoryBean = context.getBean("&stream-builder-process", StreamsBuilderFactoryBean.class);
+			KafkaStreams kafkaStreams = streamsBuilderFactoryBean.getKafkaStreams();
+
+
+
+
+

State Cleanup

+
+

By default, the Kafkastreams.cleanup() method is called when the binding is stopped. +See the Spring Kafka documentation. +To modify this behavior simply add a single CleanupConfig @Bean (configured to clean up on start, stop, or neither) to the application context; the bean will be detected and wired into the factory bean.

+
+
+
+

Health Indicator

+
+

The health indicator requires the dependency spring-boot-starter-actuator. For maven use:

+
+
+
+
<dependency>
+  <groupId>org.springframework.boot</groupId>
+  <artifactId>spring-boot-starter-actuator</artifactId>
+</dependency>
+
+
+
+

Spring Cloud Stream Binder Kafka Streams provides a health indicator to check the state of the underlying Kafka threads. +Spring Cloud Stream defines a property management.health.binders.enabled to enable the health indicator. See the +Spring Cloud Stream documentation.

+
+
+

The health indicator provides the following details for each Kafka threads:

+
+
+
    +
  • +

    Thread name

    +
  • +
  • +

    Thread state: CREATED, RUNNING, PARTITIONS_REVOKED, PARTITIONS_ASSIGNED, PENDING_SHUTDOWN or DEAD

    +
  • +
  • +

    Active tasks: task ID and partitions

    +
  • +
  • +

    Standby tasks: task ID and partitions

    +
  • +
+
+
+

By default, only the global status is visible (UP or DOWN). To show the details, the property management.endpoint.health.show-details must be set to ALWAYS or WHEN_AUTHORIZED. +For more details about the health information, see the +Spring Boot Actuator documentation.

+
+
+ + + + + +
+ + +The status of the health indicator is UP if all the Kafka threads registered are in the RUNNING state. +
+
+
+

Using custom state stores in functional applications

+
+

You can define custom state stores as beans in your application and those will be detected and added to the Kafka Streams builder by the binder. +Note that, for regular StreamListener based processors, you still need to use the KafkaStreamsStateStore annotation for custom state stores. +Here is an example of using custom state stores with functional style described in this section.

+
+
+
+
@Bean
+		public StoreBuilder myStore() {
+			return Stores.keyValueStoreBuilder(
+					Stores.persistentKeyValueStore("my-store"), Serdes.Long(),
+					Serdes.Long());
+		}
+
+		@Bean
+		public StoreBuilder otherStore() {
+			return Stores.windowStoreBuilder(
+					Stores.persistentWindowStore("other-store",
+							1L, 3, 3L, false), Serdes.Long(),
+					Serdes.Long());
+		}
+
+
+
+

These state stores can be then accessed by the applications directly.

+
+
+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/overview.html b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/overview.html new file mode 100644 index 00000000..3cd93f00 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/overview.html @@ -0,0 +1,1060 @@ + + + + + + + +Apache Kafka Binder + + + + + + + + + + +
+
+
+ +
+
+
+

Apache Kafka Binder

+
+
+

Usage

+
+

To use Apache Kafka binder, you need to add spring-cloud-stream-binder-kafka as a dependency to your Spring Cloud Stream application, as shown in the following example for Maven:

+
+
+
+
<dependency>
+  <groupId>org.springframework.cloud</groupId>
+  <artifactId>spring-cloud-stream-binder-kafka</artifactId>
+</dependency>
+
+
+
+

Alternatively, you can also use the Spring Cloud Stream Kafka Starter, as shown inn the following example for Maven:

+
+
+
+
<dependency>
+  <groupId>org.springframework.cloud</groupId>
+  <artifactId>spring-cloud-starter-stream-kafka</artifactId>
+</dependency>
+
+
+
+
+

Overview

+
+

The following image shows a simplified diagram of how the Apache Kafka binder operates:

+
+
+
+kafka binder +
+
Figure 1. Kafka Binder
+
+
+

The Apache Kafka Binder implementation maps each destination to an Apache Kafka topic. +The consumer group maps directly to the same Apache Kafka concept. +Partitioning also maps directly to Apache Kafka partitions as well.

+
+
+

The binder currently uses the Apache Kafka kafka-clients 1.0.0 jar and is designed to be used with a broker of at least that version. +This client can communicate with older brokers (see the Kafka documentation), but certain features may not be available. +For example, with versions earlier than 0.11.x.x, native headers are not supported. +Also, 0.11.x.x does not support the autoAddPartitions property.

+
+
+
+

Configuration Options

+
+

This section contains the configuration options used by the Apache Kafka binder.

+
+
+

For common configuration options and properties pertaining to binder, see the core documentation.

+
+
+

Kafka Binder Properties

+
+
+
spring.cloud.stream.kafka.binder.brokers
+
+

A list of brokers to which the Kafka binder connects.

+
+

Default: localhost.

+
+
+
spring.cloud.stream.kafka.binder.defaultBrokerPort
+
+

brokers allows hosts specified with or without port information (for example, host1,host2:port2). +This sets the default port when no port is configured in the broker list.

+
+

Default: 9092.

+
+
+
spring.cloud.stream.kafka.binder.configuration
+
+

Key/Value map of client properties (both producers and consumer) passed to all clients created by the binder. +Due to the fact that these properties are used by both producers and consumers, usage should be restricted to common properties — for example, security settings. +Unknown Kafka producer or consumer properties provided through this configuration are filtered out and not allowed to propagate. +Properties here supersede any properties set in boot.

+
+

Default: Empty map.

+
+
+
spring.cloud.stream.kafka.binder.consumerProperties
+
+

Key/Value map of arbitrary Kafka client consumer properties. +In addition to support known Kafka consumer properties, unknown consumer properties are allowed here as well. +Properties here supersede any properties set in boot and in the configuration property above.

+
+

Default: Empty map.

+
+
+
spring.cloud.stream.kafka.binder.headers
+
+

The list of custom headers that are transported by the binder. +Only required when communicating with older applications (⇐ 1.3.x) with a kafka-clients version < 0.11.0.0. Newer versions support headers natively.

+
+

Default: empty.

+
+
+
spring.cloud.stream.kafka.binder.healthTimeout
+
+

The time to wait to get partition information, in seconds. +Health reports as down if this timer expires.

+
+

Default: 10.

+
+
+
spring.cloud.stream.kafka.binder.requiredAcks
+
+

The number of required acks on the broker. +See the Kafka documentation for the producer acks property.

+
+

Default: 1.

+
+
+
spring.cloud.stream.kafka.binder.minPartitionCount
+
+

Effective only if autoCreateTopics or autoAddPartitions is set. +The global minimum number of partitions that the binder configures on topics on which it produces or consumes data. +It can be superseded by the partitionCount setting of the producer or by the value of instanceCount * concurrency settings of the producer (if either is larger).

+
+

Default: 1.

+
+
+
spring.cloud.stream.kafka.binder.producerProperties
+
+

Key/Value map of arbitrary Kafka client producer properties. +In addition to support known Kafka producer properties, unknown producer properties are allowed here as well. +Properties here supersede any properties set in boot and in the configuration property above.

+
+

Default: Empty map.

+
+
+
spring.cloud.stream.kafka.binder.replicationFactor
+
+

The replication factor of auto-created topics if autoCreateTopics is active. +Can be overridden on each binding.

+
+

Default: 1.

+
+
+
spring.cloud.stream.kafka.binder.autoCreateTopics
+
+

If set to true, the binder creates new topics automatically. +If set to false, the binder relies on the topics being already configured. +In the latter case, if the topics do not exist, the binder fails to start.

+
+ + + + + +
+ + +This setting is independent of the auto.create.topics.enable setting of the broker and does not influence it. +If the server is set to auto-create topics, they may be created as part of the metadata retrieval request, with default broker settings. +
+
+
+

Default: true.

+
+
+
spring.cloud.stream.kafka.binder.autoAddPartitions
+
+

If set to true, the binder creates new partitions if required. +If set to false, the binder relies on the partition size of the topic being already configured. +If the partition count of the target topic is smaller than the expected value, the binder fails to start.

+
+

Default: false.

+
+
+
spring.cloud.stream.kafka.binder.transaction.transactionIdPrefix
+
+

Enables transactions in the binder. See transaction.id in the Kafka documentation and Transactions in the spring-kafka documentation. +When transactions are enabled, individual producer properties are ignored and all producers use the spring.cloud.stream.kafka.binder.transaction.producer.* properties.

+
+

Default null (no transactions)

+
+
+
spring.cloud.stream.kafka.binder.transaction.producer.*
+
+

Global producer properties for producers in a transactional binder. +See spring.cloud.stream.kafka.binder.transaction.transactionIdPrefix and Kafka Producer Properties and the general producer properties supported by all binders.

+
+

Default: See individual producer properties.

+
+
+
spring.cloud.stream.kafka.binder.headerMapperBeanName
+
+

The bean name of a KafkaHeaderMapper used for mapping spring-messaging headers to and from Kafka headers. +Use this, for example, if you wish to customize the trusted packages in a DefaultKafkaHeaderMapper that uses JSON deserialization for the headers.

+
+

Default: none.

+
+
+
+
+
+
+

Kafka Consumer Properties

+
+ + + + + +
+ + +To avoid repetition, Spring Cloud Stream supports setting values for all channels, in the format of spring.cloud.stream.default.<property>=<value>. +
+
+
+

The following properties are available for Kafka consumers only and +must be prefixed with spring.cloud.stream.kafka.bindings.<channelName>.consumer..

+
+
+
+
admin.configuration
+
+

Since version 2.1.1, this property is deprecated in favor of topic.properties, and support for it will be removed in a future version.

+
+
admin.replicas-assignment
+
+

Since version 2.1.1, this property is deprecated in favor of topic.replicas-assignment, and support for it will be removed in a future version.

+
+
admin.replication-factor
+
+

Since version 2.1.1, this property is deprecated in favor of topic.replication-factor, and support for it will be removed in a future version.

+
+
autoRebalanceEnabled
+
+

When true, topic partitions is automatically rebalanced between the members of a consumer group. +When false, each consumer is assigned a fixed set of partitions based on spring.cloud.stream.instanceCount and spring.cloud.stream.instanceIndex. +This requires both the spring.cloud.stream.instanceCount and spring.cloud.stream.instanceIndex properties to be set appropriately on each launched instance. +The value of the spring.cloud.stream.instanceCount property must typically be greater than 1 in this case.

+
+

Default: true.

+
+
+
ackEachRecord
+
+

When autoCommitOffset is true, this setting dictates whether to commit the offset after each record is processed. +By default, offsets are committed after all records in the batch of records returned by consumer.poll() have been processed. +The number of records returned by a poll can be controlled with the max.poll.records Kafka property, which is set through the consumer configuration property. +Setting this to true may cause a degradation in performance, but doing so reduces the likelihood of redelivered records when a failure occurs. +Also, see the binder requiredAcks property, which also affects the performance of committing offsets.

+
+

Default: false.

+
+
+
autoCommitOffset
+
+

Whether to autocommit offsets when a message has been processed. +If set to false, a header with the key kafka_acknowledgment of the type org.springframework.kafka.support.Acknowledgment header is present in the inbound message. +Applications may use this header for acknowledging messages. +See the examples section for details. +When this property is set to false, Kafka binder sets the ack mode to org.springframework.kafka.listener.AbstractMessageListenerContainer.AckMode.MANUAL and the application is responsible for acknowledging records. +Also see ackEachRecord.

+
+

Default: true.

+
+
+
autoCommitOnError
+
+

Effective only if autoCommitOffset is set to true. +If set to false, it suppresses auto-commits for messages that result in errors and commits only for successful messages. It allows a stream to automatically replay from the last successfully processed message, in case of persistent failures. +If set to true, it always auto-commits (if auto-commit is enabled). +If not set (the default), it effectively has the same value as enableDlq, auto-committing erroneous messages if they are sent to a DLQ and not committing them otherwise.

+
+

Default: not set.

+
+
+
resetOffsets
+
+

Whether to reset offsets on the consumer to the value provided by startOffset. +Must be false if a KafkaRebalanceListener is provided; see Using a KafkaRebalanceListener.

+
+

Default: false.

+
+
+
startOffset
+
+

The starting offset for new groups. +Allowed values: earliest and latest. +If the consumer group is set explicitly for the consumer 'binding' (through spring.cloud.stream.bindings.<channelName>.group), 'startOffset' is set to earliest. Otherwise, it is set to latest for the anonymous consumer group. +Also see resetOffsets (earlier in this list).

+
+

Default: null (equivalent to earliest).

+
+
+
enableDlq
+
+

When set to true, it enables DLQ behavior for the consumer. +By default, messages that result in errors are forwarded to a topic named error.<destination>.<group>. +The DLQ topic name can be configurable by setting the dlqName property. +This provides an alternative option to the more common Kafka replay scenario for the case when the number of errors is relatively small and replaying the entire original topic may be too cumbersome. +See [kafka-dlq-processing] processing for more information. +Starting with version 2.0, messages sent to the DLQ topic are enhanced with the following headers: x-original-topic, x-exception-message, and x-exception-stacktrace as byte[]. +Not allowed when destinationIsPattern is true.

+
+

Default: false.

+
+
+
configuration
+
+

Map with a key/value pair containing generic Kafka consumer properties. +In addition to having Kafka consumer properties, other configuration properties can be passed here. +For example some properties needed by the application such as spring.cloud.stream.kafka.bindings.input.consumer.configuration.foo=bar.

+
+

Default: Empty map.

+
+
+
dlqName
+
+

The name of the DLQ topic to receive the error messages.

+
+

Default: null (If not specified, messages that result in errors are forwarded to a topic named error.<destination>.<group>).

+
+
+
dlqProducerProperties
+
+

Using this, DLQ-specific producer properties can be set. +All the properties available through kafka producer properties can be set through this property.

+
+

Default: Default Kafka producer properties.

+
+
+
standardHeaders
+
+

Indicates which standard headers are populated by the inbound channel adapter. +Allowed values: none, id, timestamp, or both. +Useful if using native deserialization and the first component to receive a message needs an id (such as an aggregator that is configured to use a JDBC message store).

+
+

Default: none

+
+
+
converterBeanName
+
+

The name of a bean that implements RecordMessageConverter. Used in the inbound channel adapter to replace the default MessagingMessageConverter.

+
+

Default: null

+
+
+
idleEventInterval
+
+

The interval, in milliseconds, between events indicating that no messages have recently been received. +Use an ApplicationListener<ListenerContainerIdleEvent> to receive these events. +See Example: Pausing and Resuming the Consumer for a usage example.

+
+

Default: 30000

+
+
+
destinationIsPattern
+
+

When true, the destination is treated as a regular expression Pattern used to match topic names by the broker. +When true, topics are not provisioned, and enableDlq is not allowed, because the binder does not know the topic names during the provisioning phase. +Note, the time taken to detect new topics that match the pattern is controlled by the consumer property metadata.max.age.ms, which (at the time of writing) defaults to 300,000ms (5 minutes). +This can be configured using the configuration property above.

+
+

Default: false

+
+
+
topic.properties
+
+

A Map of Kafka topic properties used when provisioning new topics — for example, spring.cloud.stream.kafka.bindings.input.consumer.topic.properties.message.format.version=0.9.0.0

+
+

Default: none.

+
+
+
topic.replicas-assignment
+
+

A Map<Integer, List<Integer>> of replica assignments, with the key being the partition and the value being the assignments. +Used when provisioning new topics. +See the NewTopic Javadocs in the kafka-clients jar.

+
+

Default: none.

+
+
+
topic.replication-factor
+
+

The replication factor to use when provisioning topics. Overrides the binder-wide setting. +Ignored if replicas-assignments is present.

+
+

Default: none (the binder-wide default of 1 is used).

+
+
+
+
+
+
+

Kafka Producer Properties

+
+ + + + + +
+ + +To avoid repetition, Spring Cloud Stream supports setting values for all channels, in the format of spring.cloud.stream.default.<property>=<value>. +
+
+
+

The following properties are available for Kafka producers only and +must be prefixed with spring.cloud.stream.kafka.bindings.<channelName>.producer..

+
+
+
+
admin.configuration
+
+

Since version 2.1.1, this property is deprecated in favor of topic.properties, and support for it will be removed in a future version.

+
+
admin.replicas-assignment
+
+

Since version 2.1.1, this property is deprecated in favor of topic.replicas-assignment, and support for it will be removed in a future version.

+
+
admin.replication-factor
+
+

Since version 2.1.1, this property is deprecated in favor of topic.replication-factor, and support for it will be removed in a future version.

+
+
bufferSize
+
+

Upper limit, in bytes, of how much data the Kafka producer attempts to batch before sending.

+
+

Default: 16384.

+
+
+
sync
+
+

Whether the producer is synchronous.

+
+

Default: false.

+
+
+
batchTimeout
+
+

How long the producer waits to allow more messages to accumulate in the same batch before sending the messages. +(Normally, the producer does not wait at all and simply sends all the messages that accumulated while the previous send was in progress.) A non-zero value may increase throughput at the expense of latency.

+
+

Default: 0.

+
+
+
messageKeyExpression
+
+

A SpEL expression evaluated against the outgoing message used to populate the key of the produced Kafka message — for example, headers['myKey']. +With versions before 3.0, the payload could not be used unless native encoding was being used because, by the time this expression was evaluated, the payload was already in the form of a byte[]. +Now, the expression is evaluated before the payload is converted.

+
+

Default: none.

+
+
+
headerPatterns
+
+

A comma-delimited list of simple patterns to match Spring messaging headers to be mapped to the Kafka Headers in the ProducerRecord. +Patterns can begin or end with the wildcard character (asterisk). +Patterns can be negated by prefixing with !. +Matching stops after the first match (positive or negative). +For example !ask,as* will pass ash but not ask. +id and timestamp are never mapped.

+
+

Default: * (all headers - except the id and timestamp)

+
+
+
configuration
+
+

Map with a key/value pair containing generic Kafka producer properties.

+
+

Default: Empty map.

+
+
+
topic.properties
+
+

A Map of Kafka topic properties used when provisioning new topics — for example, spring.cloud.stream.kafka.bindings.output.producer.topic.properties.message.format.version=0.9.0.0

+
+
topic.replicas-assignment
+
+

A Map<Integer, List<Integer>> of replica assignments, with the key being the partition and the value being the assignments. +Used when provisioning new topics. +See the NewTopic Javadocs in the kafka-clients jar.

+
+

Default: none.

+
+
+
topic.replication-factor
+
+

The replication factor to use when provisioning topics. Overrides the binder-wide setting. +Ignored if replicas-assignments is present.

+
+

Default: none (the binder-wide default of 1 is used).

+
+
+
useTopicHeader
+
+

Set to true to override the default binding destination (topic name) with the value of the KafkaHeaders.TOPIC message header in the outbound message. +If the header is not present, the default binding destination is used. +Default: false.

+
+
recordMetadataChannel
+
+

The bean name of a MessageChannel to which successful send results should be sent; the bean must exist in the application context. +The message sent to the channel is the sent message (after conversion, if any) with an additional header KafkaHeaders.RECORD_METADATA. +The header contains a RecordMetadata object provided by the Kafka client; it includes the partition and offset where the record was written in the topic.

+
+
+
+
+

ResultMetadata meta = sendResultMsg.getHeaders().get(KafkaHeaders.RECORD_METADATA, RecordMetadata.class)

+
+
+

Failed sends go the producer error channel (if configured); see Error Channels. +Default: null

+
+
+

+

+
+
+ + + + + +
+ + +The Kafka binder uses the partitionCount setting of the producer as a hint to create a topic with the given partition count (in conjunction with the minPartitionCount, the maximum of the two being the value being used). +Exercise caution when configuring both minPartitionCount for a binder and partitionCount for an application, as the larger value is used. +If a topic already exists with a smaller partition count and autoAddPartitions is disabled (the default), the binder fails to start. +If a topic already exists with a smaller partition count and autoAddPartitions is enabled, new partitions are added. +If a topic already exists with a larger number of partitions than the maximum of (minPartitionCount or partitionCount), the existing partition count is used. +
+
+
+
+
compression
+
+

Set the compression.type producer property. +Supported values are none, gzip, snappy and lz4. +If you override the kafka-clients jar to 2.1.0 (or later), as discussed in the Spring for Apache Kafka documentation, and wish to use zstd compression, use spring.cloud.stream.kafka.bindings.<binding-name>.producer.configuration.compression.type=zstd.

+
+

Default: none.

+
+
+
+
+
+
+

Usage examples

+
+

In this section, we show the use of the preceding properties for specific scenarios.

+
+
+
Example: Setting autoCommitOffset to false and Relying on Manual Acking
+
+

This example illustrates how one may manually acknowledge offsets in a consumer application.

+
+
+

This example requires that spring.cloud.stream.kafka.bindings.input.consumer.autoCommitOffset be set to false. +Use the corresponding input channel name for your example.

+
+
+
+
@SpringBootApplication
+@EnableBinding(Sink.class)
+public class ManuallyAcknowdledgingConsumer {
+
+ public static void main(String[] args) {
+     SpringApplication.run(ManuallyAcknowdledgingConsumer.class, args);
+ }
+
+ @StreamListener(Sink.INPUT)
+ public void process(Message<?> message) {
+     Acknowledgment acknowledgment = message.getHeaders().get(KafkaHeaders.ACKNOWLEDGMENT, Acknowledgment.class);
+     if (acknowledgment != null) {
+         System.out.println("Acknowledgment provided");
+         acknowledgment.acknowledge();
+     }
+ }
+}
+
+
+
+
+
Example: Security Configuration
+
+

Apache Kafka 0.9 supports secure connections between client and brokers. +To take advantage of this feature, follow the guidelines in the Apache Kafka Documentation as well as the Kafka 0.9 security guidelines from the Confluent documentation. +Use the spring.cloud.stream.kafka.binder.configuration option to set security properties for all clients created by the binder.

+
+
+

For example, to set security.protocol to SASL_SSL, set the following property:

+
+
+
+
spring.cloud.stream.kafka.binder.configuration.security.protocol=SASL_SSL
+
+
+
+

All the other security properties can be set in a similar manner.

+
+
+

When using Kerberos, follow the instructions in the reference documentation for creating and referencing the JAAS configuration.

+
+
+

Spring Cloud Stream supports passing JAAS configuration information to the application by using a JAAS configuration file and using Spring Boot properties.

+
+
+
Using JAAS Configuration Files
+
+

The JAAS and (optionally) krb5 file locations can be set for Spring Cloud Stream applications by using system properties. +The following example shows how to launch a Spring Cloud Stream application with SASL and Kerberos by using a JAAS configuration file:

+
+
+
+
 java -Djava.security.auth.login.config=/path.to/kafka_client_jaas.conf -jar log.jar \
+   --spring.cloud.stream.kafka.binder.brokers=secure.server:9092 \
+   --spring.cloud.stream.bindings.input.destination=stream.ticktock \
+   --spring.cloud.stream.kafka.binder.configuration.security.protocol=SASL_PLAINTEXT
+
+
+
+
+
Using Spring Boot Properties
+
+

As an alternative to having a JAAS configuration file, Spring Cloud Stream provides a mechanism for setting up the JAAS configuration for Spring Cloud Stream applications by using Spring Boot properties.

+
+
+

The following properties can be used to configure the login context of the Kafka client:

+
+
+
+
spring.cloud.stream.kafka.binder.jaas.loginModule
+
+

The login module name. Not necessary to be set in normal cases.

+
+

Default: com.sun.security.auth.module.Krb5LoginModule.

+
+
+
spring.cloud.stream.kafka.binder.jaas.controlFlag
+
+

The control flag of the login module.

+
+

Default: required.

+
+
+
spring.cloud.stream.kafka.binder.jaas.options
+
+

Map with a key/value pair containing the login module options.

+
+

Default: Empty map.

+
+
+
+
+
+

The following example shows how to launch a Spring Cloud Stream application with SASL and Kerberos by using Spring Boot configuration properties:

+
+
+
+
 java --spring.cloud.stream.kafka.binder.brokers=secure.server:9092 \
+   --spring.cloud.stream.bindings.input.destination=stream.ticktock \
+   --spring.cloud.stream.kafka.binder.autoCreateTopics=false \
+   --spring.cloud.stream.kafka.binder.configuration.security.protocol=SASL_PLAINTEXT \
+   --spring.cloud.stream.kafka.binder.jaas.options.useKeyTab=true \
+   --spring.cloud.stream.kafka.binder.jaas.options.storeKey=true \
+   --spring.cloud.stream.kafka.binder.jaas.options.keyTab=/etc/security/keytabs/kafka_client.keytab \
+   --spring.cloud.stream.kafka.binder.jaas.options.principal=kafka-client-1@EXAMPLE.COM
+
+
+
+

The preceding example represents the equivalent of the following JAAS file:

+
+
+
+
KafkaClient {
+    com.sun.security.auth.module.Krb5LoginModule required
+    useKeyTab=true
+    storeKey=true
+    keyTab="/etc/security/keytabs/kafka_client.keytab"
+    principal="kafka-client-1@EXAMPLE.COM";
+};
+
+
+
+

If the topics required already exist on the broker or will be created by an administrator, autocreation can be turned off and only client JAAS properties need to be sent.

+
+
+ + + + + +
+ + +Do not mix JAAS configuration files and Spring Boot properties in the same application. +If the -Djava.security.auth.login.config system property is already present, Spring Cloud Stream ignores the Spring Boot properties. +
+
+
+ + + + + +
+ + +Be careful when using the autoCreateTopics and autoAddPartitions with Kerberos. +Usually, applications may use principals that do not have administrative rights in Kafka and Zookeeper. +Consequently, relying on Spring Cloud Stream to create/modify topics may fail. +In secure environments, we strongly recommend creating topics and managing ACLs administratively by using Kafka tooling. +
+
+
+
+
+
Example: Pausing and Resuming the Consumer
+
+

If you wish to suspend consumption but not cause a partition rebalance, you can pause and resume the consumer. +This is facilitated by adding the Consumer as a parameter to your @StreamListener. +To resume, you need an ApplicationListener for ListenerContainerIdleEvent instances. +The frequency at which events are published is controlled by the idleEventInterval property. +Since the consumer is not thread-safe, you must call these methods on the calling thread.

+
+
+

The following simple application shows how to pause and resume:

+
+
+
+
@SpringBootApplication
+@EnableBinding(Sink.class)
+public class Application {
+
+	public static void main(String[] args) {
+		SpringApplication.run(Application.class, args);
+	}
+
+	@StreamListener(Sink.INPUT)
+	public void in(String in, @Header(KafkaHeaders.CONSUMER) Consumer<?, ?> consumer) {
+		System.out.println(in);
+		consumer.pause(Collections.singleton(new TopicPartition("myTopic", 0)));
+	}
+
+	@Bean
+	public ApplicationListener<ListenerContainerIdleEvent> idleListener() {
+		return event -> {
+			System.out.println(event);
+			if (event.getConsumer().paused().size() > 0) {
+				event.getConsumer().resume(event.getConsumer().paused());
+			}
+		};
+	}
+
+}
+
+
+
+
+
+
+

Transactional Binder

+
+

Enable transactions by setting spring.cloud.stream.kafka.binder.transaction.transactionIdPrefix to a non-empty value, e.g. tx-. +When used in a processor application, the consumer starts the transaction; any records sent on the consumer thread participate in the same transaction. +When the listener exits normally, the listener container will send the offset to the transaction and commit it. +A common producer factory is used for all producer bindings configured using spring.cloud.stream.kafka.binder.transaction.producer.* properties; individual binding Kafka producer properties are ignored.

+
+
+

If you wish to use transactions in a source application, or from some arbitrary thread for producer-only transaction (e.g. @Scheduled method), you must get a reference to the transactional producer factory and define a KafkaTransactionManager bean using it.

+
+
+
+
+
+
@Bean
+public PlatformTransactionManager transactionManager(BinderFactory binders) {
+    ProducerFactory<byte[], byte[]> pf = ((KafkaMessageChannelBinder) binders.getBinder(null,
+            MessageChannel.class)).getTransactionalProducerFactory();
+    return new KafkaTransactionManager<>(pf);
+}
+
+
+
+
+
+

Notice that we get a reference to the binder using the BinderFactory; use null in the first argument when there is only one binder configured. +If more than one binder is configured, use the binder name to get the reference. +Once we have a reference to the binder, we can obtain a reference to the ProducerFactory and create a transaction manager.

+
+
+

Then you would use normal Spring transaction support, e.g. TransactionTemplate or @Transactional, for example:

+
+
+
+
+
+
public static class Sender {
+
+    @Transactional
+    public void doInTransaction(MessageChannel output, List<String> stuffToSend) {
+        stuffToSend.forEach(stuff -> output.send(new GenericMessage<>(stuff)));
+    }
+
+}
+
+
+
+
+
+

If you wish to synchronize producer-only transactions with those from some other transaction manager, use a ChainedTransactionManager.

+
+
+
+

Error Channels

+
+

Starting with version 1.3, the binder unconditionally sends exceptions to an error channel for each consumer destination and can also be configured to send async producer send failures to an error channel. +See [spring-cloud-stream-overview-error-handling] for more information.

+
+
+

The payload of the ErrorMessage for a send failure is a KafkaSendFailureException with properties:

+
+
+
    +
  • +

    failedMessage: The Spring Messaging Message<?> that failed to be sent.

    +
  • +
  • +

    record: The raw ProducerRecord that was created from the failedMessage

    +
  • +
+
+
+

There is no automatic handling of producer exceptions (such as sending to a Dead-Letter queue). +You can consume these exceptions with your own Spring Integration flow.

+
+
+
+

Kafka Metrics

+
+

Kafka binder module exposes the following metrics:

+
+
+

spring.cloud.stream.binder.kafka.offset: This metric indicates how many messages have not been yet consumed from a given binder’s topic by a given consumer group. +The metrics provided are based on the Mircometer metrics library. The metric contains the consumer group information, topic and the actual lag in committed offset from the latest offset on the topic. +This metric is particularly useful for providing auto-scaling feedback to a PaaS platform.

+
+
+
+

Tombstone Records (null record values)

+
+

When using compacted topics, a record with a null value (also called a tombstone record) represents the deletion of a key. +To receive such messages in a @StreamListener method, the parameter must be marked as not required to receive a null value argument.

+
+
+
+
+
+
@StreamListener(Sink.INPUT)
+public void in(@Header(KafkaHeaders.RECEIVED_MESSAGE_KEY) byte[] key,
+               @Payload(required = false) Customer customer) {
+    // customer is null if a tombstone record
+    ...
+}
+
+
+
+
+
+
+

Using a KafkaRebalanceListener

+
+

Applications may wish to seek topics/partitions to arbitrary offsets when the partitions are initially assigned, or perform other operations on the consumer. +Starting with version 2.1, if you provide a single KafkaRebalanceListener bean in the application context, it will be wired into all Kafka consumer bindings.

+
+
+
+
+
+
public interface KafkaBindingRebalanceListener {
+
+	/**
+	 * Invoked by the container before any pending offsets are committed.
+	 * @param bindingName the name of the binding.
+	 * @param consumer the consumer.
+	 * @param partitions the partitions.
+	 */
+	default void onPartitionsRevokedBeforeCommit(String bindingName, Consumer<?, ?> consumer,
+			Collection<TopicPartition> partitions) {
+
+	}
+
+	/**
+	 * Invoked by the container after any pending offsets are committed.
+	 * @param bindingName the name of the binding.
+	 * @param consumer the consumer.
+	 * @param partitions the partitions.
+	 */
+	default void onPartitionsRevokedAfterCommit(String bindingName, Consumer<?, ?> consumer, Collection<TopicPartition> partitions) {
+
+	}
+
+	/**
+	 * Invoked when partitions are initially assigned or after a rebalance.
+	 * Applications might only want to perform seek operations on an initial assignment.
+	 * @param bindingName the name of the binding.
+	 * @param consumer the consumer.
+	 * @param partitions the partitions.
+	 * @param initial true if this is the initial assignment.
+	 */
+	default void onPartitionsAssigned(String bindingName, Consumer<?, ?> consumer, Collection<TopicPartition> partitions,
+			boolean initial) {
+
+	}
+
+}
+
+
+
+
+
+

You cannot set the resetOffsets consumer property to true when you provide a rebalance listener.

+
+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/partitions.html b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/partitions.html new file mode 100644 index 00000000..c998781f --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/partitions.html @@ -0,0 +1,241 @@ + + + + + + + +Partitioning with the Kafka Binder + + + + + + + + + + +
+
+

Partitioning with the Kafka Binder

+
+

Apache Kafka supports topic partitioning natively.

+
+
+

Sometimes it is advantageous to send data to specific partitions — for example, when you want to strictly order message processing (all messages for a particular customer should go to the same partition).

+
+
+

The following example shows how to configure the producer and consumer side:

+
+
+
+
@SpringBootApplication
+@EnableBinding(Source.class)
+public class KafkaPartitionProducerApplication {
+
+    private static final Random RANDOM = new Random(System.currentTimeMillis());
+
+    private static final String[] data = new String[] {
+            "foo1", "bar1", "qux1",
+            "foo2", "bar2", "qux2",
+            "foo3", "bar3", "qux3",
+            "foo4", "bar4", "qux4",
+            };
+
+    public static void main(String[] args) {
+        new SpringApplicationBuilder(KafkaPartitionProducerApplication.class)
+            .web(false)
+            .run(args);
+    }
+
+    @InboundChannelAdapter(channel = Source.OUTPUT, poller = @Poller(fixedRate = "5000"))
+    public Message<?> generate() {
+        String value = data[RANDOM.nextInt(data.length)];
+        System.out.println("Sending: " + value);
+        return MessageBuilder.withPayload(value)
+                .setHeader("partitionKey", value)
+                .build();
+    }
+
+}
+
+
+
+
application.yml
+
+
spring:
+  cloud:
+    stream:
+      bindings:
+        output:
+          destination: partitioned.topic
+          producer:
+            partition-key-expression: headers['partitionKey']
+            partition-count: 12
+
+
+
+ + + + + +
+ + +The topic must be provisioned to have enough partitions to achieve the desired concurrency for all consumer groups. +The above configuration supports up to 12 consumer instances (6 if their concurrency is 2, 4 if their concurrency is 3, and so on). +It is generally best to “over-provision” the partitions to allow for future increases in consumers or concurrency. +
+
+
+ + + + + +
+ + +The preceding configuration uses the default partitioning (key.hashCode() % partitionCount). +This may or may not provide a suitably balanced algorithm, depending on the key values. +You can override this default by using the partitionSelectorExpression or partitionSelectorClass properties. +
+
+
+

Since partitions are natively handled by Kafka, no special configuration is needed on the consumer side. +Kafka allocates partitions across the instances.

+
+
+

The following Spring Boot application listens to a Kafka stream and prints (to the console) the partition ID to which each message goes:

+
+
+
+
@SpringBootApplication
+@EnableBinding(Sink.class)
+public class KafkaPartitionConsumerApplication {
+
+    public static void main(String[] args) {
+        new SpringApplicationBuilder(KafkaPartitionConsumerApplication.class)
+            .web(false)
+            .run(args);
+    }
+
+    @StreamListener(Sink.INPUT)
+    public void listen(@Payload String in, @Header(KafkaHeaders.RECEIVED_PARTITION_ID) int partition) {
+        System.out.println(in + " received from partition " + partition);
+    }
+
+}
+
+
+
+
application.yml
+
+
spring:
+  cloud:
+    stream:
+      bindings:
+        input:
+          destination: partitioned.topic
+          group: myGroup
+
+
+
+

You can add instances as needed. +Kafka rebalances the partition allocations. +If the instance count (or instance count * concurrency) exceeds the number of partitions, some consumers are idle.

+
+
+
+ + + + + + + \ No newline at end of file diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/spring-cloud-stream-binder-kafka-aggregate.html b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/spring-cloud-stream-binder-kafka-aggregate.html new file mode 100644 index 00000000..66bd4849 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/spring-cloud-stream-binder-kafka-aggregate.html @@ -0,0 +1,1295 @@ + + + + + + + +Apache Kafka Binder + + + + + + + + + + +
+
+
+ +
+
+
+

Apache Kafka Binder

+
+

Usage

+
+

To use Apache Kafka binder, you need to add spring-cloud-stream-binder-kafka as a dependency to your Spring Cloud Stream application, as shown in the following example for Maven:

+
+
+
+
<dependency>
+  <groupId>org.springframework.cloud</groupId>
+  <artifactId>spring-cloud-stream-binder-kafka</artifactId>
+</dependency>
+
+
+
+

Alternatively, you can also use the Spring Cloud Stream Kafka Starter, as shown inn the following example for Maven:

+
+
+
+
<dependency>
+  <groupId>org.springframework.cloud</groupId>
+  <artifactId>spring-cloud-starter-stream-kafka</artifactId>
+</dependency>
+
+
+
+
+

Overview

+
+

The following image shows a simplified diagram of how the Apache Kafka binder operates:

+
+
+
+kafka binder +
+
Figure 1. Kafka Binder
+
+
+

The Apache Kafka Binder implementation maps each destination to an Apache Kafka topic. +The consumer group maps directly to the same Apache Kafka concept. +Partitioning also maps directly to Apache Kafka partitions as well.

+
+
+

The binder currently uses the Apache Kafka kafka-clients 1.0.0 jar and is designed to be used with a broker of at least that version. +This client can communicate with older brokers (see the Kafka documentation), but certain features may not be available. +For example, with versions earlier than 0.11.x.x, native headers are not supported. +Also, 0.11.x.x does not support the autoAddPartitions property.

+
+
+
+

Configuration Options

+
+

This section contains the configuration options used by the Apache Kafka binder.

+
+
+

For common configuration options and properties pertaining to binder, see the core documentation.

+
+
+
Kafka Binder Properties
+
+
+
spring.cloud.stream.kafka.binder.brokers
+
+

A list of brokers to which the Kafka binder connects.

+
+

Default: localhost.

+
+
+
spring.cloud.stream.kafka.binder.defaultBrokerPort
+
+

brokers allows hosts specified with or without port information (for example, host1,host2:port2). +This sets the default port when no port is configured in the broker list.

+
+

Default: 9092.

+
+
+
spring.cloud.stream.kafka.binder.configuration
+
+

Key/Value map of client properties (both producers and consumer) passed to all clients created by the binder. +Due to the fact that these properties are used by both producers and consumers, usage should be restricted to common properties — for example, security settings. +Unknown Kafka producer or consumer properties provided through this configuration are filtered out and not allowed to propagate. +Properties here supersede any properties set in boot.

+
+

Default: Empty map.

+
+
+
spring.cloud.stream.kafka.binder.consumerProperties
+
+

Key/Value map of arbitrary Kafka client consumer properties. +In addition to support known Kafka consumer properties, unknown consumer properties are allowed here as well. +Properties here supersede any properties set in boot and in the configuration property above.

+
+

Default: Empty map.

+
+
+
spring.cloud.stream.kafka.binder.headers
+
+

The list of custom headers that are transported by the binder. +Only required when communicating with older applications (⇐ 1.3.x) with a kafka-clients version < 0.11.0.0. Newer versions support headers natively.

+
+

Default: empty.

+
+
+
spring.cloud.stream.kafka.binder.healthTimeout
+
+

The time to wait to get partition information, in seconds. +Health reports as down if this timer expires.

+
+

Default: 10.

+
+
+
spring.cloud.stream.kafka.binder.requiredAcks
+
+

The number of required acks on the broker. +See the Kafka documentation for the producer acks property.

+
+

Default: 1.

+
+
+
spring.cloud.stream.kafka.binder.minPartitionCount
+
+

Effective only if autoCreateTopics or autoAddPartitions is set. +The global minimum number of partitions that the binder configures on topics on which it produces or consumes data. +It can be superseded by the partitionCount setting of the producer or by the value of instanceCount * concurrency settings of the producer (if either is larger).

+
+

Default: 1.

+
+
+
spring.cloud.stream.kafka.binder.producerProperties
+
+

Key/Value map of arbitrary Kafka client producer properties. +In addition to support known Kafka producer properties, unknown producer properties are allowed here as well. +Properties here supersede any properties set in boot and in the configuration property above.

+
+

Default: Empty map.

+
+
+
spring.cloud.stream.kafka.binder.replicationFactor
+
+

The replication factor of auto-created topics if autoCreateTopics is active. +Can be overridden on each binding.

+
+

Default: 1.

+
+
+
spring.cloud.stream.kafka.binder.autoCreateTopics
+
+

If set to true, the binder creates new topics automatically. +If set to false, the binder relies on the topics being already configured. +In the latter case, if the topics do not exist, the binder fails to start.

+
+ + + + + +
+ + +This setting is independent of the auto.create.topics.enable setting of the broker and does not influence it. +If the server is set to auto-create topics, they may be created as part of the metadata retrieval request, with default broker settings. +
+
+
+

Default: true.

+
+
+
spring.cloud.stream.kafka.binder.autoAddPartitions
+
+

If set to true, the binder creates new partitions if required. +If set to false, the binder relies on the partition size of the topic being already configured. +If the partition count of the target topic is smaller than the expected value, the binder fails to start.

+
+

Default: false.

+
+
+
spring.cloud.stream.kafka.binder.transaction.transactionIdPrefix
+
+

Enables transactions in the binder. See transaction.id in the Kafka documentation and Transactions in the spring-kafka documentation. +When transactions are enabled, individual producer properties are ignored and all producers use the spring.cloud.stream.kafka.binder.transaction.producer.* properties.

+
+

Default null (no transactions)

+
+
+
spring.cloud.stream.kafka.binder.transaction.producer.*
+
+

Global producer properties for producers in a transactional binder. +See spring.cloud.stream.kafka.binder.transaction.transactionIdPrefix and Kafka Producer Properties and the general producer properties supported by all binders.

+
+

Default: See individual producer properties.

+
+
+
spring.cloud.stream.kafka.binder.headerMapperBeanName
+
+

The bean name of a KafkaHeaderMapper used for mapping spring-messaging headers to and from Kafka headers. +Use this, for example, if you wish to customize the trusted packages in a DefaultKafkaHeaderMapper that uses JSON deserialization for the headers.

+
+

Default: none.

+
+
+
+
+
+
+
Kafka Consumer Properties
+
+ + + + + +
+ + +To avoid repetition, Spring Cloud Stream supports setting values for all channels, in the format of spring.cloud.stream.default.<property>=<value>. +
+
+
+

The following properties are available for Kafka consumers only and +must be prefixed with spring.cloud.stream.kafka.bindings.<channelName>.consumer..

+
+
+
+
admin.configuration
+
+

Since version 2.1.1, this property is deprecated in favor of topic.properties, and support for it will be removed in a future version.

+
+
admin.replicas-assignment
+
+

Since version 2.1.1, this property is deprecated in favor of topic.replicas-assignment, and support for it will be removed in a future version.

+
+
admin.replication-factor
+
+

Since version 2.1.1, this property is deprecated in favor of topic.replication-factor, and support for it will be removed in a future version.

+
+
autoRebalanceEnabled
+
+

When true, topic partitions is automatically rebalanced between the members of a consumer group. +When false, each consumer is assigned a fixed set of partitions based on spring.cloud.stream.instanceCount and spring.cloud.stream.instanceIndex. +This requires both the spring.cloud.stream.instanceCount and spring.cloud.stream.instanceIndex properties to be set appropriately on each launched instance. +The value of the spring.cloud.stream.instanceCount property must typically be greater than 1 in this case.

+
+

Default: true.

+
+
+
ackEachRecord
+
+

When autoCommitOffset is true, this setting dictates whether to commit the offset after each record is processed. +By default, offsets are committed after all records in the batch of records returned by consumer.poll() have been processed. +The number of records returned by a poll can be controlled with the max.poll.records Kafka property, which is set through the consumer configuration property. +Setting this to true may cause a degradation in performance, but doing so reduces the likelihood of redelivered records when a failure occurs. +Also, see the binder requiredAcks property, which also affects the performance of committing offsets.

+
+

Default: false.

+
+
+
autoCommitOffset
+
+

Whether to autocommit offsets when a message has been processed. +If set to false, a header with the key kafka_acknowledgment of the type org.springframework.kafka.support.Acknowledgment header is present in the inbound message. +Applications may use this header for acknowledging messages. +See the examples section for details. +When this property is set to false, Kafka binder sets the ack mode to org.springframework.kafka.listener.AbstractMessageListenerContainer.AckMode.MANUAL and the application is responsible for acknowledging records. +Also see ackEachRecord.

+
+

Default: true.

+
+
+
autoCommitOnError
+
+

Effective only if autoCommitOffset is set to true. +If set to false, it suppresses auto-commits for messages that result in errors and commits only for successful messages. It allows a stream to automatically replay from the last successfully processed message, in case of persistent failures. +If set to true, it always auto-commits (if auto-commit is enabled). +If not set (the default), it effectively has the same value as enableDlq, auto-committing erroneous messages if they are sent to a DLQ and not committing them otherwise.

+
+

Default: not set.

+
+
+
resetOffsets
+
+

Whether to reset offsets on the consumer to the value provided by startOffset. +Must be false if a KafkaRebalanceListener is provided; see Using a KafkaRebalanceListener.

+
+

Default: false.

+
+
+
startOffset
+
+

The starting offset for new groups. +Allowed values: earliest and latest. +If the consumer group is set explicitly for the consumer 'binding' (through spring.cloud.stream.bindings.<channelName>.group), 'startOffset' is set to earliest. Otherwise, it is set to latest for the anonymous consumer group. +Also see resetOffsets (earlier in this list).

+
+

Default: null (equivalent to earliest).

+
+
+
enableDlq
+
+

When set to true, it enables DLQ behavior for the consumer. +By default, messages that result in errors are forwarded to a topic named error.<destination>.<group>. +The DLQ topic name can be configurable by setting the dlqName property. +This provides an alternative option to the more common Kafka replay scenario for the case when the number of errors is relatively small and replaying the entire original topic may be too cumbersome. +See Dead-Letter Topic Processing processing for more information. +Starting with version 2.0, messages sent to the DLQ topic are enhanced with the following headers: x-original-topic, x-exception-message, and x-exception-stacktrace as byte[]. +Not allowed when destinationIsPattern is true.

+
+

Default: false.

+
+
+
configuration
+
+

Map with a key/value pair containing generic Kafka consumer properties. +In addition to having Kafka consumer properties, other configuration properties can be passed here. +For example some properties needed by the application such as spring.cloud.stream.kafka.bindings.input.consumer.configuration.foo=bar.

+
+

Default: Empty map.

+
+
+
dlqName
+
+

The name of the DLQ topic to receive the error messages.

+
+

Default: null (If not specified, messages that result in errors are forwarded to a topic named error.<destination>.<group>).

+
+
+
dlqProducerProperties
+
+

Using this, DLQ-specific producer properties can be set. +All the properties available through kafka producer properties can be set through this property.

+
+

Default: Default Kafka producer properties.

+
+
+
standardHeaders
+
+

Indicates which standard headers are populated by the inbound channel adapter. +Allowed values: none, id, timestamp, or both. +Useful if using native deserialization and the first component to receive a message needs an id (such as an aggregator that is configured to use a JDBC message store).

+
+

Default: none

+
+
+
converterBeanName
+
+

The name of a bean that implements RecordMessageConverter. Used in the inbound channel adapter to replace the default MessagingMessageConverter.

+
+

Default: null

+
+
+
idleEventInterval
+
+

The interval, in milliseconds, between events indicating that no messages have recently been received. +Use an ApplicationListener<ListenerContainerIdleEvent> to receive these events. +See Example: Pausing and Resuming the Consumer for a usage example.

+
+

Default: 30000

+
+
+
destinationIsPattern
+
+

When true, the destination is treated as a regular expression Pattern used to match topic names by the broker. +When true, topics are not provisioned, and enableDlq is not allowed, because the binder does not know the topic names during the provisioning phase. +Note, the time taken to detect new topics that match the pattern is controlled by the consumer property metadata.max.age.ms, which (at the time of writing) defaults to 300,000ms (5 minutes). +This can be configured using the configuration property above.

+
+

Default: false

+
+
+
topic.properties
+
+

A Map of Kafka topic properties used when provisioning new topics — for example, spring.cloud.stream.kafka.bindings.input.consumer.topic.properties.message.format.version=0.9.0.0

+
+

Default: none.

+
+
+
topic.replicas-assignment
+
+

A Map<Integer, List<Integer>> of replica assignments, with the key being the partition and the value being the assignments. +Used when provisioning new topics. +See the NewTopic Javadocs in the kafka-clients jar.

+
+

Default: none.

+
+
+
topic.replication-factor
+
+

The replication factor to use when provisioning topics. Overrides the binder-wide setting. +Ignored if replicas-assignments is present.

+
+

Default: none (the binder-wide default of 1 is used).

+
+
+
+
+
+
+
Kafka Producer Properties
+
+ + + + + +
+ + +To avoid repetition, Spring Cloud Stream supports setting values for all channels, in the format of spring.cloud.stream.default.<property>=<value>. +
+
+
+

The following properties are available for Kafka producers only and +must be prefixed with spring.cloud.stream.kafka.bindings.<channelName>.producer..

+
+
+
+
admin.configuration
+
+

Since version 2.1.1, this property is deprecated in favor of topic.properties, and support for it will be removed in a future version.

+
+
admin.replicas-assignment
+
+

Since version 2.1.1, this property is deprecated in favor of topic.replicas-assignment, and support for it will be removed in a future version.

+
+
admin.replication-factor
+
+

Since version 2.1.1, this property is deprecated in favor of topic.replication-factor, and support for it will be removed in a future version.

+
+
bufferSize
+
+

Upper limit, in bytes, of how much data the Kafka producer attempts to batch before sending.

+
+

Default: 16384.

+
+
+
sync
+
+

Whether the producer is synchronous.

+
+

Default: false.

+
+
+
batchTimeout
+
+

How long the producer waits to allow more messages to accumulate in the same batch before sending the messages. +(Normally, the producer does not wait at all and simply sends all the messages that accumulated while the previous send was in progress.) A non-zero value may increase throughput at the expense of latency.

+
+

Default: 0.

+
+
+
messageKeyExpression
+
+

A SpEL expression evaluated against the outgoing message used to populate the key of the produced Kafka message — for example, headers['myKey']. +With versions before 3.0, the payload could not be used unless native encoding was being used because, by the time this expression was evaluated, the payload was already in the form of a byte[]. +Now, the expression is evaluated before the payload is converted.

+
+

Default: none.

+
+
+
headerPatterns
+
+

A comma-delimited list of simple patterns to match Spring messaging headers to be mapped to the Kafka Headers in the ProducerRecord. +Patterns can begin or end with the wildcard character (asterisk). +Patterns can be negated by prefixing with !. +Matching stops after the first match (positive or negative). +For example !ask,as* will pass ash but not ask. +id and timestamp are never mapped.

+
+

Default: * (all headers - except the id and timestamp)

+
+
+
configuration
+
+

Map with a key/value pair containing generic Kafka producer properties.

+
+

Default: Empty map.

+
+
+
topic.properties
+
+

A Map of Kafka topic properties used when provisioning new topics — for example, spring.cloud.stream.kafka.bindings.output.producer.topic.properties.message.format.version=0.9.0.0

+
+
topic.replicas-assignment
+
+

A Map<Integer, List<Integer>> of replica assignments, with the key being the partition and the value being the assignments. +Used when provisioning new topics. +See the NewTopic Javadocs in the kafka-clients jar.

+
+

Default: none.

+
+
+
topic.replication-factor
+
+

The replication factor to use when provisioning topics. Overrides the binder-wide setting. +Ignored if replicas-assignments is present.

+
+

Default: none (the binder-wide default of 1 is used).

+
+
+
useTopicHeader
+
+

Set to true to override the default binding destination (topic name) with the value of the KafkaHeaders.TOPIC message header in the outbound message. +If the header is not present, the default binding destination is used. +Default: false.

+
+
recordMetadataChannel
+
+

The bean name of a MessageChannel to which successful send results should be sent; the bean must exist in the application context. +The message sent to the channel is the sent message (after conversion, if any) with an additional header KafkaHeaders.RECORD_METADATA. +The header contains a RecordMetadata object provided by the Kafka client; it includes the partition and offset where the record was written in the topic.

+
+
+
+
+

ResultMetadata meta = sendResultMsg.getHeaders().get(KafkaHeaders.RECORD_METADATA, RecordMetadata.class)

+
+
+

Failed sends go the producer error channel (if configured); see Error Channels. +Default: null

+
+
+

+

+
+
+ + + + + +
+ + +The Kafka binder uses the partitionCount setting of the producer as a hint to create a topic with the given partition count (in conjunction with the minPartitionCount, the maximum of the two being the value being used). +Exercise caution when configuring both minPartitionCount for a binder and partitionCount for an application, as the larger value is used. +If a topic already exists with a smaller partition count and autoAddPartitions is disabled (the default), the binder fails to start. +If a topic already exists with a smaller partition count and autoAddPartitions is enabled, new partitions are added. +If a topic already exists with a larger number of partitions than the maximum of (minPartitionCount or partitionCount), the existing partition count is used. +
+
+
+
+
compression
+
+

Set the compression.type producer property. +Supported values are none, gzip, snappy and lz4. +If you override the kafka-clients jar to 2.1.0 (or later), as discussed in the Spring for Apache Kafka documentation, and wish to use zstd compression, use spring.cloud.stream.kafka.bindings.<binding-name>.producer.configuration.compression.type=zstd.

+
+

Default: none.

+
+
+
+
+
+
+
Usage examples
+
+

In this section, we show the use of the preceding properties for specific scenarios.

+
+
+
Example: Setting autoCommitOffset to false and Relying on Manual Acking
+
+

This example illustrates how one may manually acknowledge offsets in a consumer application.

+
+
+

This example requires that spring.cloud.stream.kafka.bindings.input.consumer.autoCommitOffset be set to false. +Use the corresponding input channel name for your example.

+
+
+
+
@SpringBootApplication
+@EnableBinding(Sink.class)
+public class ManuallyAcknowdledgingConsumer {
+
+ public static void main(String[] args) {
+     SpringApplication.run(ManuallyAcknowdledgingConsumer.class, args);
+ }
+
+ @StreamListener(Sink.INPUT)
+ public void process(Message<?> message) {
+     Acknowledgment acknowledgment = message.getHeaders().get(KafkaHeaders.ACKNOWLEDGMENT, Acknowledgment.class);
+     if (acknowledgment != null) {
+         System.out.println("Acknowledgment provided");
+         acknowledgment.acknowledge();
+     }
+ }
+}
+
+
+
+
+
Example: Security Configuration
+
+

Apache Kafka 0.9 supports secure connections between client and brokers. +To take advantage of this feature, follow the guidelines in the Apache Kafka Documentation as well as the Kafka 0.9 security guidelines from the Confluent documentation. +Use the spring.cloud.stream.kafka.binder.configuration option to set security properties for all clients created by the binder.

+
+
+

For example, to set security.protocol to SASL_SSL, set the following property:

+
+
+
+
spring.cloud.stream.kafka.binder.configuration.security.protocol=SASL_SSL
+
+
+
+

All the other security properties can be set in a similar manner.

+
+
+

When using Kerberos, follow the instructions in the reference documentation for creating and referencing the JAAS configuration.

+
+
+

Spring Cloud Stream supports passing JAAS configuration information to the application by using a JAAS configuration file and using Spring Boot properties.

+
+
+Using JAAS Configuration Files +
+

The JAAS and (optionally) krb5 file locations can be set for Spring Cloud Stream applications by using system properties. +The following example shows how to launch a Spring Cloud Stream application with SASL and Kerberos by using a JAAS configuration file:

+
+
+
+
 java -Djava.security.auth.login.config=/path.to/kafka_client_jaas.conf -jar log.jar \
+   --spring.cloud.stream.kafka.binder.brokers=secure.server:9092 \
+   --spring.cloud.stream.bindings.input.destination=stream.ticktock \
+   --spring.cloud.stream.kafka.binder.configuration.security.protocol=SASL_PLAINTEXT
+
+
+
+
+Using Spring Boot Properties +
+

As an alternative to having a JAAS configuration file, Spring Cloud Stream provides a mechanism for setting up the JAAS configuration for Spring Cloud Stream applications by using Spring Boot properties.

+
+
+

The following properties can be used to configure the login context of the Kafka client:

+
+
+
+
spring.cloud.stream.kafka.binder.jaas.loginModule
+
+

The login module name. Not necessary to be set in normal cases.

+
+

Default: com.sun.security.auth.module.Krb5LoginModule.

+
+
+
spring.cloud.stream.kafka.binder.jaas.controlFlag
+
+

The control flag of the login module.

+
+

Default: required.

+
+
+
spring.cloud.stream.kafka.binder.jaas.options
+
+

Map with a key/value pair containing the login module options.

+
+

Default: Empty map.

+
+
+
+
+
+

The following example shows how to launch a Spring Cloud Stream application with SASL and Kerberos by using Spring Boot configuration properties:

+
+
+
+
 java --spring.cloud.stream.kafka.binder.brokers=secure.server:9092 \
+   --spring.cloud.stream.bindings.input.destination=stream.ticktock \
+   --spring.cloud.stream.kafka.binder.autoCreateTopics=false \
+   --spring.cloud.stream.kafka.binder.configuration.security.protocol=SASL_PLAINTEXT \
+   --spring.cloud.stream.kafka.binder.jaas.options.useKeyTab=true \
+   --spring.cloud.stream.kafka.binder.jaas.options.storeKey=true \
+   --spring.cloud.stream.kafka.binder.jaas.options.keyTab=/etc/security/keytabs/kafka_client.keytab \
+   --spring.cloud.stream.kafka.binder.jaas.options.principal=kafka-client-1@EXAMPLE.COM
+
+
+
+

The preceding example represents the equivalent of the following JAAS file:

+
+
+
+
KafkaClient {
+    com.sun.security.auth.module.Krb5LoginModule required
+    useKeyTab=true
+    storeKey=true
+    keyTab="/etc/security/keytabs/kafka_client.keytab"
+    principal="kafka-client-1@EXAMPLE.COM";
+};
+
+
+
+

If the topics required already exist on the broker or will be created by an administrator, autocreation can be turned off and only client JAAS properties need to be sent.

+
+
+ + + + + +
+ + +Do not mix JAAS configuration files and Spring Boot properties in the same application. +If the -Djava.security.auth.login.config system property is already present, Spring Cloud Stream ignores the Spring Boot properties. +
+
+
+ + + + + +
+ + +Be careful when using the autoCreateTopics and autoAddPartitions with Kerberos. +Usually, applications may use principals that do not have administrative rights in Kafka and Zookeeper. +Consequently, relying on Spring Cloud Stream to create/modify topics may fail. +In secure environments, we strongly recommend creating topics and managing ACLs administratively by using Kafka tooling. +
+
+
+
+
+
Example: Pausing and Resuming the Consumer
+
+

If you wish to suspend consumption but not cause a partition rebalance, you can pause and resume the consumer. +This is facilitated by adding the Consumer as a parameter to your @StreamListener. +To resume, you need an ApplicationListener for ListenerContainerIdleEvent instances. +The frequency at which events are published is controlled by the idleEventInterval property. +Since the consumer is not thread-safe, you must call these methods on the calling thread.

+
+
+

The following simple application shows how to pause and resume:

+
+
+
+
@SpringBootApplication
+@EnableBinding(Sink.class)
+public class Application {
+
+	public static void main(String[] args) {
+		SpringApplication.run(Application.class, args);
+	}
+
+	@StreamListener(Sink.INPUT)
+	public void in(String in, @Header(KafkaHeaders.CONSUMER) Consumer<?, ?> consumer) {
+		System.out.println(in);
+		consumer.pause(Collections.singleton(new TopicPartition("myTopic", 0)));
+	}
+
+	@Bean
+	public ApplicationListener<ListenerContainerIdleEvent> idleListener() {
+		return event -> {
+			System.out.println(event);
+			if (event.getConsumer().paused().size() > 0) {
+				event.getConsumer().resume(event.getConsumer().paused());
+			}
+		};
+	}
+
+}
+
+
+
+
+
+
+

Transactional Binder

+
+

Enable transactions by setting spring.cloud.stream.kafka.binder.transaction.transactionIdPrefix to a non-empty value, e.g. tx-. +When used in a processor application, the consumer starts the transaction; any records sent on the consumer thread participate in the same transaction. +When the listener exits normally, the listener container will send the offset to the transaction and commit it. +A common producer factory is used for all producer bindings configured using spring.cloud.stream.kafka.binder.transaction.producer.* properties; individual binding Kafka producer properties are ignored.

+
+
+

If you wish to use transactions in a source application, or from some arbitrary thread for producer-only transaction (e.g. @Scheduled method), you must get a reference to the transactional producer factory and define a KafkaTransactionManager bean using it.

+
+
+
+
+
+
@Bean
+public PlatformTransactionManager transactionManager(BinderFactory binders) {
+    ProducerFactory<byte[], byte[]> pf = ((KafkaMessageChannelBinder) binders.getBinder(null,
+            MessageChannel.class)).getTransactionalProducerFactory();
+    return new KafkaTransactionManager<>(pf);
+}
+
+
+
+
+
+

Notice that we get a reference to the binder using the BinderFactory; use null in the first argument when there is only one binder configured. +If more than one binder is configured, use the binder name to get the reference. +Once we have a reference to the binder, we can obtain a reference to the ProducerFactory and create a transaction manager.

+
+
+

Then you would use normal Spring transaction support, e.g. TransactionTemplate or @Transactional, for example:

+
+
+
+
+
+
public static class Sender {
+
+    @Transactional
+    public void doInTransaction(MessageChannel output, List<String> stuffToSend) {
+        stuffToSend.forEach(stuff -> output.send(new GenericMessage<>(stuff)));
+    }
+
+}
+
+
+
+
+
+

If you wish to synchronize producer-only transactions with those from some other transaction manager, use a ChainedTransactionManager.

+
+
+
+

Error Channels

+
+

Starting with version 1.3, the binder unconditionally sends exceptions to an error channel for each consumer destination and can also be configured to send async producer send failures to an error channel. +See [spring-cloud-stream-overview-error-handling] for more information.

+
+
+

The payload of the ErrorMessage for a send failure is a KafkaSendFailureException with properties:

+
+
+
    +
  • +

    failedMessage: The Spring Messaging Message<?> that failed to be sent.

    +
  • +
  • +

    record: The raw ProducerRecord that was created from the failedMessage

    +
  • +
+
+
+

There is no automatic handling of producer exceptions (such as sending to a Dead-Letter queue). +You can consume these exceptions with your own Spring Integration flow.

+
+
+
+

Kafka Metrics

+
+

Kafka binder module exposes the following metrics:

+
+
+

spring.cloud.stream.binder.kafka.offset: This metric indicates how many messages have not been yet consumed from a given binder’s topic by a given consumer group. +The metrics provided are based on the Mircometer metrics library. The metric contains the consumer group information, topic and the actual lag in committed offset from the latest offset on the topic. +This metric is particularly useful for providing auto-scaling feedback to a PaaS platform.

+
+
+
+

Tombstone Records (null record values)

+
+

When using compacted topics, a record with a null value (also called a tombstone record) represents the deletion of a key. +To receive such messages in a @StreamListener method, the parameter must be marked as not required to receive a null value argument.

+
+
+
+
+
+
@StreamListener(Sink.INPUT)
+public void in(@Header(KafkaHeaders.RECEIVED_MESSAGE_KEY) byte[] key,
+               @Payload(required = false) Customer customer) {
+    // customer is null if a tombstone record
+    ...
+}
+
+
+
+
+
+
+

Using a KafkaRebalanceListener

+
+

Applications may wish to seek topics/partitions to arbitrary offsets when the partitions are initially assigned, or perform other operations on the consumer. +Starting with version 2.1, if you provide a single KafkaRebalanceListener bean in the application context, it will be wired into all Kafka consumer bindings.

+
+
+
+
+
+
public interface KafkaBindingRebalanceListener {
+
+	/**
+	 * Invoked by the container before any pending offsets are committed.
+	 * @param bindingName the name of the binding.
+	 * @param consumer the consumer.
+	 * @param partitions the partitions.
+	 */
+	default void onPartitionsRevokedBeforeCommit(String bindingName, Consumer<?, ?> consumer,
+			Collection<TopicPartition> partitions) {
+
+	}
+
+	/**
+	 * Invoked by the container after any pending offsets are committed.
+	 * @param bindingName the name of the binding.
+	 * @param consumer the consumer.
+	 * @param partitions the partitions.
+	 */
+	default void onPartitionsRevokedAfterCommit(String bindingName, Consumer<?, ?> consumer, Collection<TopicPartition> partitions) {
+
+	}
+
+	/**
+	 * Invoked when partitions are initially assigned or after a rebalance.
+	 * Applications might only want to perform seek operations on an initial assignment.
+	 * @param bindingName the name of the binding.
+	 * @param consumer the consumer.
+	 * @param partitions the partitions.
+	 * @param initial true if this is the initial assignment.
+	 */
+	default void onPartitionsAssigned(String bindingName, Consumer<?, ?> consumer, Collection<TopicPartition> partitions,
+			boolean initial) {
+
+	}
+
+}
+
+
+
+
+
+

You cannot set the resetOffsets consumer property to true when you provide a rebalance listener.

+
+
+
+

Dead-Letter Topic Processing

+
+

Because you cannot anticipate how users would want to dispose of dead-lettered messages, the framework does not provide any standard mechanism to handle them. +If the reason for the dead-lettering is transient, you may wish to route the messages back to the original topic. +However, if the problem is a permanent issue, that could cause an infinite loop. +The sample Spring Boot application within this topic is an example of how to route those messages back to the original topic, but it moves them to a “parking lot” topic after three attempts. +The application is another spring-cloud-stream application that reads from the dead-letter topic. +It terminates when no messages are received for 5 seconds.

+
+
+

The examples assume the original destination is so8400out and the consumer group is so8400.

+
+
+

There are a couple of strategies to consider:

+
+
+
    +
  • +

    Consider running the rerouting only when the main application is not running. +Otherwise, the retries for transient errors are used up very quickly.

    +
  • +
  • +

    Alternatively, use a two-stage approach: Use this application to route to a third topic and another to route from there back to the main topic.

    +
  • +
+
+
+

The following code listings show the sample application:

+
+
+
application.properties
+
+
spring.cloud.stream.bindings.input.group=so8400replay
+spring.cloud.stream.bindings.input.destination=error.so8400out.so8400
+
+spring.cloud.stream.bindings.output.destination=so8400out
+
+spring.cloud.stream.bindings.parkingLot.destination=so8400in.parkingLot
+
+spring.cloud.stream.kafka.binder.configuration.auto.offset.reset=earliest
+
+spring.cloud.stream.kafka.binder.headers=x-retries
+
+
+
+
Application
+
+
@SpringBootApplication
+@EnableBinding(TwoOutputProcessor.class)
+public class ReRouteDlqKApplication implements CommandLineRunner {
+
+    private static final String X_RETRIES_HEADER = "x-retries";
+
+    public static void main(String[] args) {
+        SpringApplication.run(ReRouteDlqKApplication.class, args).close();
+    }
+
+    private final AtomicInteger processed = new AtomicInteger();
+
+    @Autowired
+    private MessageChannel parkingLot;
+
+    @StreamListener(Processor.INPUT)
+    @SendTo(Processor.OUTPUT)
+    public Message<?> reRoute(Message<?> failed) {
+        processed.incrementAndGet();
+        Integer retries = failed.getHeaders().get(X_RETRIES_HEADER, Integer.class);
+        if (retries == null) {
+            System.out.println("First retry for " + failed);
+            return MessageBuilder.fromMessage(failed)
+                    .setHeader(X_RETRIES_HEADER, new Integer(1))
+                    .setHeader(BinderHeaders.PARTITION_OVERRIDE,
+                            failed.getHeaders().get(KafkaHeaders.RECEIVED_PARTITION_ID))
+                    .build();
+        }
+        else if (retries.intValue() < 3) {
+            System.out.println("Another retry for " + failed);
+            return MessageBuilder.fromMessage(failed)
+                    .setHeader(X_RETRIES_HEADER, new Integer(retries.intValue() + 1))
+                    .setHeader(BinderHeaders.PARTITION_OVERRIDE,
+                            failed.getHeaders().get(KafkaHeaders.RECEIVED_PARTITION_ID))
+                    .build();
+        }
+        else {
+            System.out.println("Retries exhausted for " + failed);
+            parkingLot.send(MessageBuilder.fromMessage(failed)
+                    .setHeader(BinderHeaders.PARTITION_OVERRIDE,
+                            failed.getHeaders().get(KafkaHeaders.RECEIVED_PARTITION_ID))
+                    .build());
+        }
+        return null;
+    }
+
+    @Override
+    public void run(String... args) throws Exception {
+        while (true) {
+            int count = this.processed.get();
+            Thread.sleep(5000);
+            if (count == this.processed.get()) {
+                System.out.println("Idle, terminating");
+                return;
+            }
+        }
+    }
+
+    public interface TwoOutputProcessor extends Processor {
+
+        @Output("parkingLot")
+        MessageChannel parkingLot();
+
+    }
+
+}
+
+
+
+
+

Partitioning with the Kafka Binder

+
+

Apache Kafka supports topic partitioning natively.

+
+
+

Sometimes it is advantageous to send data to specific partitions — for example, when you want to strictly order message processing (all messages for a particular customer should go to the same partition).

+
+
+

The following example shows how to configure the producer and consumer side:

+
+
+
+
@SpringBootApplication
+@EnableBinding(Source.class)
+public class KafkaPartitionProducerApplication {
+
+    private static final Random RANDOM = new Random(System.currentTimeMillis());
+
+    private static final String[] data = new String[] {
+            "foo1", "bar1", "qux1",
+            "foo2", "bar2", "qux2",
+            "foo3", "bar3", "qux3",
+            "foo4", "bar4", "qux4",
+            };
+
+    public static void main(String[] args) {
+        new SpringApplicationBuilder(KafkaPartitionProducerApplication.class)
+            .web(false)
+            .run(args);
+    }
+
+    @InboundChannelAdapter(channel = Source.OUTPUT, poller = @Poller(fixedRate = "5000"))
+    public Message<?> generate() {
+        String value = data[RANDOM.nextInt(data.length)];
+        System.out.println("Sending: " + value);
+        return MessageBuilder.withPayload(value)
+                .setHeader("partitionKey", value)
+                .build();
+    }
+
+}
+
+
+
+
application.yml
+
+
spring:
+  cloud:
+    stream:
+      bindings:
+        output:
+          destination: partitioned.topic
+          producer:
+            partition-key-expression: headers['partitionKey']
+            partition-count: 12
+
+
+
+ + + + + +
+ + +The topic must be provisioned to have enough partitions to achieve the desired concurrency for all consumer groups. +The above configuration supports up to 12 consumer instances (6 if their concurrency is 2, 4 if their concurrency is 3, and so on). +It is generally best to “over-provision” the partitions to allow for future increases in consumers or concurrency. +
+
+
+ + + + + +
+ + +The preceding configuration uses the default partitioning (key.hashCode() % partitionCount). +This may or may not provide a suitably balanced algorithm, depending on the key values. +You can override this default by using the partitionSelectorExpression or partitionSelectorClass properties. +
+
+
+

Since partitions are natively handled by Kafka, no special configuration is needed on the consumer side. +Kafka allocates partitions across the instances.

+
+
+

The following Spring Boot application listens to a Kafka stream and prints (to the console) the partition ID to which each message goes:

+
+
+
+
@SpringBootApplication
+@EnableBinding(Sink.class)
+public class KafkaPartitionConsumerApplication {
+
+    public static void main(String[] args) {
+        new SpringApplicationBuilder(KafkaPartitionConsumerApplication.class)
+            .web(false)
+            .run(args);
+    }
+
+    @StreamListener(Sink.INPUT)
+    public void listen(@Payload String in, @Header(KafkaHeaders.RECEIVED_PARTITION_ID) int partition) {
+        System.out.println(in + " received from partition " + partition);
+    }
+
+}
+
+
+
+
application.yml
+
+
spring:
+  cloud:
+    stream:
+      bindings:
+        input:
+          destination: partitioned.topic
+          group: myGroup
+
+
+
+

You can add instances as needed. +Kafka rebalances the partition allocations. +If the instance count (or instance count * concurrency) exceeds the number of partitions, some consumers are idle.

+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/spring-cloud-stream-binder-kafka.html b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/spring-cloud-stream-binder-kafka.html new file mode 100644 index 00000000..08f91c60 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/html/spring-cloud-stream-binder-kafka.html @@ -0,0 +1,2987 @@ + + + + + + + + +Spring Cloud Stream Kafka Binder Reference Guide + + + + + + + + + + +
+
+
+
+

3.0.0.M3

+
+
+
+

Reference Guide

+
+
+
+

This guide describes the Apache Kafka implementation of the Spring Cloud Stream Binder. +It contains information about its design, usage, and configuration options, as well as information on how the Stream Cloud Stream concepts map onto Apache Kafka specific constructs. +In addition, this guide explains the Kafka Streams binding capabilities of Spring Cloud Stream.

+
+
+
+
+

1. Apache Kafka Binder

+
+
+

1.1. Usage

+
+

To use Apache Kafka binder, you need to add spring-cloud-stream-binder-kafka as a dependency to your Spring Cloud Stream application, as shown in the following example for Maven:

+
+
+
+
<dependency>
+  <groupId>org.springframework.cloud</groupId>
+  <artifactId>spring-cloud-stream-binder-kafka</artifactId>
+</dependency>
+
+
+
+

Alternatively, you can also use the Spring Cloud Stream Kafka Starter, as shown inn the following example for Maven:

+
+
+
+
<dependency>
+  <groupId>org.springframework.cloud</groupId>
+  <artifactId>spring-cloud-starter-stream-kafka</artifactId>
+</dependency>
+
+
+
+
+

1.2. Overview

+
+

The following image shows a simplified diagram of how the Apache Kafka binder operates:

+
+
+
+kafka binder +
+
Figure 1. Kafka Binder
+
+
+

The Apache Kafka Binder implementation maps each destination to an Apache Kafka topic. +The consumer group maps directly to the same Apache Kafka concept. +Partitioning also maps directly to Apache Kafka partitions as well.

+
+
+

The binder currently uses the Apache Kafka kafka-clients 1.0.0 jar and is designed to be used with a broker of at least that version. +This client can communicate with older brokers (see the Kafka documentation), but certain features may not be available. +For example, with versions earlier than 0.11.x.x, native headers are not supported. +Also, 0.11.x.x does not support the autoAddPartitions property.

+
+
+
+

1.3. Configuration Options

+
+

This section contains the configuration options used by the Apache Kafka binder.

+
+
+

For common configuration options and properties pertaining to binder, see the core documentation.

+
+
+

1.3.1. Kafka Binder Properties

+
+
+
spring.cloud.stream.kafka.binder.brokers
+
+

A list of brokers to which the Kafka binder connects.

+
+

Default: localhost.

+
+
+
spring.cloud.stream.kafka.binder.defaultBrokerPort
+
+

brokers allows hosts specified with or without port information (for example, host1,host2:port2). +This sets the default port when no port is configured in the broker list.

+
+

Default: 9092.

+
+
+
spring.cloud.stream.kafka.binder.configuration
+
+

Key/Value map of client properties (both producers and consumer) passed to all clients created by the binder. +Due to the fact that these properties are used by both producers and consumers, usage should be restricted to common properties — for example, security settings. +Unknown Kafka producer or consumer properties provided through this configuration are filtered out and not allowed to propagate. +Properties here supersede any properties set in boot.

+
+

Default: Empty map.

+
+
+
spring.cloud.stream.kafka.binder.consumerProperties
+
+

Key/Value map of arbitrary Kafka client consumer properties. +In addition to support known Kafka consumer properties, unknown consumer properties are allowed here as well. +Properties here supersede any properties set in boot and in the configuration property above.

+
+

Default: Empty map.

+
+
+
spring.cloud.stream.kafka.binder.headers
+
+

The list of custom headers that are transported by the binder. +Only required when communicating with older applications (⇐ 1.3.x) with a kafka-clients version < 0.11.0.0. Newer versions support headers natively.

+
+

Default: empty.

+
+
+
spring.cloud.stream.kafka.binder.healthTimeout
+
+

The time to wait to get partition information, in seconds. +Health reports as down if this timer expires.

+
+

Default: 10.

+
+
+
spring.cloud.stream.kafka.binder.requiredAcks
+
+

The number of required acks on the broker. +See the Kafka documentation for the producer acks property.

+
+

Default: 1.

+
+
+
spring.cloud.stream.kafka.binder.minPartitionCount
+
+

Effective only if autoCreateTopics or autoAddPartitions is set. +The global minimum number of partitions that the binder configures on topics on which it produces or consumes data. +It can be superseded by the partitionCount setting of the producer or by the value of instanceCount * concurrency settings of the producer (if either is larger).

+
+

Default: 1.

+
+
+
spring.cloud.stream.kafka.binder.producerProperties
+
+

Key/Value map of arbitrary Kafka client producer properties. +In addition to support known Kafka producer properties, unknown producer properties are allowed here as well. +Properties here supersede any properties set in boot and in the configuration property above.

+
+

Default: Empty map.

+
+
+
spring.cloud.stream.kafka.binder.replicationFactor
+
+

The replication factor of auto-created topics if autoCreateTopics is active. +Can be overridden on each binding.

+
+

Default: 1.

+
+
+
spring.cloud.stream.kafka.binder.autoCreateTopics
+
+

If set to true, the binder creates new topics automatically. +If set to false, the binder relies on the topics being already configured. +In the latter case, if the topics do not exist, the binder fails to start.

+
+ + + + + +
+ + +This setting is independent of the auto.create.topics.enable setting of the broker and does not influence it. +If the server is set to auto-create topics, they may be created as part of the metadata retrieval request, with default broker settings. +
+
+
+

Default: true.

+
+
+
spring.cloud.stream.kafka.binder.autoAddPartitions
+
+

If set to true, the binder creates new partitions if required. +If set to false, the binder relies on the partition size of the topic being already configured. +If the partition count of the target topic is smaller than the expected value, the binder fails to start.

+
+

Default: false.

+
+
+
spring.cloud.stream.kafka.binder.transaction.transactionIdPrefix
+
+

Enables transactions in the binder. See transaction.id in the Kafka documentation and Transactions in the spring-kafka documentation. +When transactions are enabled, individual producer properties are ignored and all producers use the spring.cloud.stream.kafka.binder.transaction.producer.* properties.

+
+

Default null (no transactions)

+
+
+
spring.cloud.stream.kafka.binder.transaction.producer.*
+
+

Global producer properties for producers in a transactional binder. +See spring.cloud.stream.kafka.binder.transaction.transactionIdPrefix and Kafka Producer Properties and the general producer properties supported by all binders.

+
+

Default: See individual producer properties.

+
+
+
spring.cloud.stream.kafka.binder.headerMapperBeanName
+
+

The bean name of a KafkaHeaderMapper used for mapping spring-messaging headers to and from Kafka headers. +Use this, for example, if you wish to customize the trusted packages in a DefaultKafkaHeaderMapper that uses JSON deserialization for the headers.

+
+

Default: none.

+
+
+
+
+
+
+

1.3.2. Kafka Consumer Properties

+
+ + + + + +
+ + +To avoid repetition, Spring Cloud Stream supports setting values for all channels, in the format of spring.cloud.stream.default.<property>=<value>. +
+
+
+

The following properties are available for Kafka consumers only and +must be prefixed with spring.cloud.stream.kafka.bindings.<channelName>.consumer..

+
+
+
+
admin.configuration
+
+

Since version 2.1.1, this property is deprecated in favor of topic.properties, and support for it will be removed in a future version.

+
+
admin.replicas-assignment
+
+

Since version 2.1.1, this property is deprecated in favor of topic.replicas-assignment, and support for it will be removed in a future version.

+
+
admin.replication-factor
+
+

Since version 2.1.1, this property is deprecated in favor of topic.replication-factor, and support for it will be removed in a future version.

+
+
autoRebalanceEnabled
+
+

When true, topic partitions is automatically rebalanced between the members of a consumer group. +When false, each consumer is assigned a fixed set of partitions based on spring.cloud.stream.instanceCount and spring.cloud.stream.instanceIndex. +This requires both the spring.cloud.stream.instanceCount and spring.cloud.stream.instanceIndex properties to be set appropriately on each launched instance. +The value of the spring.cloud.stream.instanceCount property must typically be greater than 1 in this case.

+
+

Default: true.

+
+
+
ackEachRecord
+
+

When autoCommitOffset is true, this setting dictates whether to commit the offset after each record is processed. +By default, offsets are committed after all records in the batch of records returned by consumer.poll() have been processed. +The number of records returned by a poll can be controlled with the max.poll.records Kafka property, which is set through the consumer configuration property. +Setting this to true may cause a degradation in performance, but doing so reduces the likelihood of redelivered records when a failure occurs. +Also, see the binder requiredAcks property, which also affects the performance of committing offsets.

+
+

Default: false.

+
+
+
autoCommitOffset
+
+

Whether to autocommit offsets when a message has been processed. +If set to false, a header with the key kafka_acknowledgment of the type org.springframework.kafka.support.Acknowledgment header is present in the inbound message. +Applications may use this header for acknowledging messages. +See the examples section for details. +When this property is set to false, Kafka binder sets the ack mode to org.springframework.kafka.listener.AbstractMessageListenerContainer.AckMode.MANUAL and the application is responsible for acknowledging records. +Also see ackEachRecord.

+
+

Default: true.

+
+
+
autoCommitOnError
+
+

Effective only if autoCommitOffset is set to true. +If set to false, it suppresses auto-commits for messages that result in errors and commits only for successful messages. It allows a stream to automatically replay from the last successfully processed message, in case of persistent failures. +If set to true, it always auto-commits (if auto-commit is enabled). +If not set (the default), it effectively has the same value as enableDlq, auto-committing erroneous messages if they are sent to a DLQ and not committing them otherwise.

+
+

Default: not set.

+
+
+
resetOffsets
+
+

Whether to reset offsets on the consumer to the value provided by startOffset. +Must be false if a KafkaRebalanceListener is provided; see Using a KafkaRebalanceListener.

+
+

Default: false.

+
+
+
startOffset
+
+

The starting offset for new groups. +Allowed values: earliest and latest. +If the consumer group is set explicitly for the consumer 'binding' (through spring.cloud.stream.bindings.<channelName>.group), 'startOffset' is set to earliest. Otherwise, it is set to latest for the anonymous consumer group. +Also see resetOffsets (earlier in this list).

+
+

Default: null (equivalent to earliest).

+
+
+
enableDlq
+
+

When set to true, it enables DLQ behavior for the consumer. +By default, messages that result in errors are forwarded to a topic named error.<destination>.<group>. +The DLQ topic name can be configurable by setting the dlqName property. +This provides an alternative option to the more common Kafka replay scenario for the case when the number of errors is relatively small and replaying the entire original topic may be too cumbersome. +See Dead-Letter Topic Processing processing for more information. +Starting with version 2.0, messages sent to the DLQ topic are enhanced with the following headers: x-original-topic, x-exception-message, and x-exception-stacktrace as byte[]. +Not allowed when destinationIsPattern is true.

+
+

Default: false.

+
+
+
configuration
+
+

Map with a key/value pair containing generic Kafka consumer properties. +In addition to having Kafka consumer properties, other configuration properties can be passed here. +For example some properties needed by the application such as spring.cloud.stream.kafka.bindings.input.consumer.configuration.foo=bar.

+
+

Default: Empty map.

+
+
+
dlqName
+
+

The name of the DLQ topic to receive the error messages.

+
+

Default: null (If not specified, messages that result in errors are forwarded to a topic named error.<destination>.<group>).

+
+
+
dlqProducerProperties
+
+

Using this, DLQ-specific producer properties can be set. +All the properties available through kafka producer properties can be set through this property.

+
+

Default: Default Kafka producer properties.

+
+
+
standardHeaders
+
+

Indicates which standard headers are populated by the inbound channel adapter. +Allowed values: none, id, timestamp, or both. +Useful if using native deserialization and the first component to receive a message needs an id (such as an aggregator that is configured to use a JDBC message store).

+
+

Default: none

+
+
+
converterBeanName
+
+

The name of a bean that implements RecordMessageConverter. Used in the inbound channel adapter to replace the default MessagingMessageConverter.

+
+

Default: null

+
+
+
idleEventInterval
+
+

The interval, in milliseconds, between events indicating that no messages have recently been received. +Use an ApplicationListener<ListenerContainerIdleEvent> to receive these events. +See Example: Pausing and Resuming the Consumer for a usage example.

+
+

Default: 30000

+
+
+
destinationIsPattern
+
+

When true, the destination is treated as a regular expression Pattern used to match topic names by the broker. +When true, topics are not provisioned, and enableDlq is not allowed, because the binder does not know the topic names during the provisioning phase. +Note, the time taken to detect new topics that match the pattern is controlled by the consumer property metadata.max.age.ms, which (at the time of writing) defaults to 300,000ms (5 minutes). +This can be configured using the configuration property above.

+
+

Default: false

+
+
+
topic.properties
+
+

A Map of Kafka topic properties used when provisioning new topics — for example, spring.cloud.stream.kafka.bindings.input.consumer.topic.properties.message.format.version=0.9.0.0

+
+

Default: none.

+
+
+
topic.replicas-assignment
+
+

A Map<Integer, List<Integer>> of replica assignments, with the key being the partition and the value being the assignments. +Used when provisioning new topics. +See the NewTopic Javadocs in the kafka-clients jar.

+
+

Default: none.

+
+
+
topic.replication-factor
+
+

The replication factor to use when provisioning topics. Overrides the binder-wide setting. +Ignored if replicas-assignments is present.

+
+

Default: none (the binder-wide default of 1 is used).

+
+
+
+
+
+
+

1.3.3. Kafka Producer Properties

+
+ + + + + +
+ + +To avoid repetition, Spring Cloud Stream supports setting values for all channels, in the format of spring.cloud.stream.default.<property>=<value>. +
+
+
+

The following properties are available for Kafka producers only and +must be prefixed with spring.cloud.stream.kafka.bindings.<channelName>.producer..

+
+
+
+
admin.configuration
+
+

Since version 2.1.1, this property is deprecated in favor of topic.properties, and support for it will be removed in a future version.

+
+
admin.replicas-assignment
+
+

Since version 2.1.1, this property is deprecated in favor of topic.replicas-assignment, and support for it will be removed in a future version.

+
+
admin.replication-factor
+
+

Since version 2.1.1, this property is deprecated in favor of topic.replication-factor, and support for it will be removed in a future version.

+
+
bufferSize
+
+

Upper limit, in bytes, of how much data the Kafka producer attempts to batch before sending.

+
+

Default: 16384.

+
+
+
sync
+
+

Whether the producer is synchronous.

+
+

Default: false.

+
+
+
batchTimeout
+
+

How long the producer waits to allow more messages to accumulate in the same batch before sending the messages. +(Normally, the producer does not wait at all and simply sends all the messages that accumulated while the previous send was in progress.) A non-zero value may increase throughput at the expense of latency.

+
+

Default: 0.

+
+
+
messageKeyExpression
+
+

A SpEL expression evaluated against the outgoing message used to populate the key of the produced Kafka message — for example, headers['myKey']. +With versions before 3.0, the payload could not be used unless native encoding was being used because, by the time this expression was evaluated, the payload was already in the form of a byte[]. +Now, the expression is evaluated before the payload is converted.

+
+

Default: none.

+
+
+
headerPatterns
+
+

A comma-delimited list of simple patterns to match Spring messaging headers to be mapped to the Kafka Headers in the ProducerRecord. +Patterns can begin or end with the wildcard character (asterisk). +Patterns can be negated by prefixing with !. +Matching stops after the first match (positive or negative). +For example !ask,as* will pass ash but not ask. +id and timestamp are never mapped.

+
+

Default: * (all headers - except the id and timestamp)

+
+
+
configuration
+
+

Map with a key/value pair containing generic Kafka producer properties.

+
+

Default: Empty map.

+
+
+
topic.properties
+
+

A Map of Kafka topic properties used when provisioning new topics — for example, spring.cloud.stream.kafka.bindings.output.producer.topic.properties.message.format.version=0.9.0.0

+
+
topic.replicas-assignment
+
+

A Map<Integer, List<Integer>> of replica assignments, with the key being the partition and the value being the assignments. +Used when provisioning new topics. +See the NewTopic Javadocs in the kafka-clients jar.

+
+

Default: none.

+
+
+
topic.replication-factor
+
+

The replication factor to use when provisioning topics. Overrides the binder-wide setting. +Ignored if replicas-assignments is present.

+
+

Default: none (the binder-wide default of 1 is used).

+
+
+
useTopicHeader
+
+

Set to true to override the default binding destination (topic name) with the value of the KafkaHeaders.TOPIC message header in the outbound message. +If the header is not present, the default binding destination is used. +Default: false.

+
+
recordMetadataChannel
+
+

The bean name of a MessageChannel to which successful send results should be sent; the bean must exist in the application context. +The message sent to the channel is the sent message (after conversion, if any) with an additional header KafkaHeaders.RECORD_METADATA. +The header contains a RecordMetadata object provided by the Kafka client; it includes the partition and offset where the record was written in the topic.

+
+
+
+
+

ResultMetadata meta = sendResultMsg.getHeaders().get(KafkaHeaders.RECORD_METADATA, RecordMetadata.class)

+
+
+

Failed sends go the producer error channel (if configured); see Error Channels. +Default: null

+
+
+

+

+
+
+ + + + + +
+ + +The Kafka binder uses the partitionCount setting of the producer as a hint to create a topic with the given partition count (in conjunction with the minPartitionCount, the maximum of the two being the value being used). +Exercise caution when configuring both minPartitionCount for a binder and partitionCount for an application, as the larger value is used. +If a topic already exists with a smaller partition count and autoAddPartitions is disabled (the default), the binder fails to start. +If a topic already exists with a smaller partition count and autoAddPartitions is enabled, new partitions are added. +If a topic already exists with a larger number of partitions than the maximum of (minPartitionCount or partitionCount), the existing partition count is used. +
+
+
+
+
compression
+
+

Set the compression.type producer property. +Supported values are none, gzip, snappy and lz4. +If you override the kafka-clients jar to 2.1.0 (or later), as discussed in the Spring for Apache Kafka documentation, and wish to use zstd compression, use spring.cloud.stream.kafka.bindings.<binding-name>.producer.configuration.compression.type=zstd.

+
+

Default: none.

+
+
+
+
+
+
+

1.3.4. Usage examples

+
+

In this section, we show the use of the preceding properties for specific scenarios.

+
+
+
Example: Setting autoCommitOffset to false and Relying on Manual Acking
+
+

This example illustrates how one may manually acknowledge offsets in a consumer application.

+
+
+

This example requires that spring.cloud.stream.kafka.bindings.input.consumer.autoCommitOffset be set to false. +Use the corresponding input channel name for your example.

+
+
+
+
@SpringBootApplication
+@EnableBinding(Sink.class)
+public class ManuallyAcknowdledgingConsumer {
+
+ public static void main(String[] args) {
+     SpringApplication.run(ManuallyAcknowdledgingConsumer.class, args);
+ }
+
+ @StreamListener(Sink.INPUT)
+ public void process(Message<?> message) {
+     Acknowledgment acknowledgment = message.getHeaders().get(KafkaHeaders.ACKNOWLEDGMENT, Acknowledgment.class);
+     if (acknowledgment != null) {
+         System.out.println("Acknowledgment provided");
+         acknowledgment.acknowledge();
+     }
+ }
+}
+
+
+
+
+
Example: Security Configuration
+
+

Apache Kafka 0.9 supports secure connections between client and brokers. +To take advantage of this feature, follow the guidelines in the Apache Kafka Documentation as well as the Kafka 0.9 security guidelines from the Confluent documentation. +Use the spring.cloud.stream.kafka.binder.configuration option to set security properties for all clients created by the binder.

+
+
+

For example, to set security.protocol to SASL_SSL, set the following property:

+
+
+
+
spring.cloud.stream.kafka.binder.configuration.security.protocol=SASL_SSL
+
+
+
+

All the other security properties can be set in a similar manner.

+
+
+

When using Kerberos, follow the instructions in the reference documentation for creating and referencing the JAAS configuration.

+
+
+

Spring Cloud Stream supports passing JAAS configuration information to the application by using a JAAS configuration file and using Spring Boot properties.

+
+
+
Using JAAS Configuration Files
+
+

The JAAS and (optionally) krb5 file locations can be set for Spring Cloud Stream applications by using system properties. +The following example shows how to launch a Spring Cloud Stream application with SASL and Kerberos by using a JAAS configuration file:

+
+
+
+
 java -Djava.security.auth.login.config=/path.to/kafka_client_jaas.conf -jar log.jar \
+   --spring.cloud.stream.kafka.binder.brokers=secure.server:9092 \
+   --spring.cloud.stream.bindings.input.destination=stream.ticktock \
+   --spring.cloud.stream.kafka.binder.configuration.security.protocol=SASL_PLAINTEXT
+
+
+
+
+
Using Spring Boot Properties
+
+

As an alternative to having a JAAS configuration file, Spring Cloud Stream provides a mechanism for setting up the JAAS configuration for Spring Cloud Stream applications by using Spring Boot properties.

+
+
+

The following properties can be used to configure the login context of the Kafka client:

+
+
+
+
spring.cloud.stream.kafka.binder.jaas.loginModule
+
+

The login module name. Not necessary to be set in normal cases.

+
+

Default: com.sun.security.auth.module.Krb5LoginModule.

+
+
+
spring.cloud.stream.kafka.binder.jaas.controlFlag
+
+

The control flag of the login module.

+
+

Default: required.

+
+
+
spring.cloud.stream.kafka.binder.jaas.options
+
+

Map with a key/value pair containing the login module options.

+
+

Default: Empty map.

+
+
+
+
+
+

The following example shows how to launch a Spring Cloud Stream application with SASL and Kerberos by using Spring Boot configuration properties:

+
+
+
+
 java --spring.cloud.stream.kafka.binder.brokers=secure.server:9092 \
+   --spring.cloud.stream.bindings.input.destination=stream.ticktock \
+   --spring.cloud.stream.kafka.binder.autoCreateTopics=false \
+   --spring.cloud.stream.kafka.binder.configuration.security.protocol=SASL_PLAINTEXT \
+   --spring.cloud.stream.kafka.binder.jaas.options.useKeyTab=true \
+   --spring.cloud.stream.kafka.binder.jaas.options.storeKey=true \
+   --spring.cloud.stream.kafka.binder.jaas.options.keyTab=/etc/security/keytabs/kafka_client.keytab \
+   --spring.cloud.stream.kafka.binder.jaas.options.principal=kafka-client-1@EXAMPLE.COM
+
+
+
+

The preceding example represents the equivalent of the following JAAS file:

+
+
+
+
KafkaClient {
+    com.sun.security.auth.module.Krb5LoginModule required
+    useKeyTab=true
+    storeKey=true
+    keyTab="/etc/security/keytabs/kafka_client.keytab"
+    principal="kafka-client-1@EXAMPLE.COM";
+};
+
+
+
+

If the topics required already exist on the broker or will be created by an administrator, autocreation can be turned off and only client JAAS properties need to be sent.

+
+
+ + + + + +
+ + +Do not mix JAAS configuration files and Spring Boot properties in the same application. +If the -Djava.security.auth.login.config system property is already present, Spring Cloud Stream ignores the Spring Boot properties. +
+
+
+ + + + + +
+ + +Be careful when using the autoCreateTopics and autoAddPartitions with Kerberos. +Usually, applications may use principals that do not have administrative rights in Kafka and Zookeeper. +Consequently, relying on Spring Cloud Stream to create/modify topics may fail. +In secure environments, we strongly recommend creating topics and managing ACLs administratively by using Kafka tooling. +
+
+
+
+
+
Example: Pausing and Resuming the Consumer
+
+

If you wish to suspend consumption but not cause a partition rebalance, you can pause and resume the consumer. +This is facilitated by adding the Consumer as a parameter to your @StreamListener. +To resume, you need an ApplicationListener for ListenerContainerIdleEvent instances. +The frequency at which events are published is controlled by the idleEventInterval property. +Since the consumer is not thread-safe, you must call these methods on the calling thread.

+
+
+

The following simple application shows how to pause and resume:

+
+
+
+
@SpringBootApplication
+@EnableBinding(Sink.class)
+public class Application {
+
+	public static void main(String[] args) {
+		SpringApplication.run(Application.class, args);
+	}
+
+	@StreamListener(Sink.INPUT)
+	public void in(String in, @Header(KafkaHeaders.CONSUMER) Consumer<?, ?> consumer) {
+		System.out.println(in);
+		consumer.pause(Collections.singleton(new TopicPartition("myTopic", 0)));
+	}
+
+	@Bean
+	public ApplicationListener<ListenerContainerIdleEvent> idleListener() {
+		return event -> {
+			System.out.println(event);
+			if (event.getConsumer().paused().size() > 0) {
+				event.getConsumer().resume(event.getConsumer().paused());
+			}
+		};
+	}
+
+}
+
+
+
+
+
+
+

1.4. Transactional Binder

+
+

Enable transactions by setting spring.cloud.stream.kafka.binder.transaction.transactionIdPrefix to a non-empty value, e.g. tx-. +When used in a processor application, the consumer starts the transaction; any records sent on the consumer thread participate in the same transaction. +When the listener exits normally, the listener container will send the offset to the transaction and commit it. +A common producer factory is used for all producer bindings configured using spring.cloud.stream.kafka.binder.transaction.producer.* properties; individual binding Kafka producer properties are ignored.

+
+
+

If you wish to use transactions in a source application, or from some arbitrary thread for producer-only transaction (e.g. @Scheduled method), you must get a reference to the transactional producer factory and define a KafkaTransactionManager bean using it.

+
+
+
+
+
+
@Bean
+public PlatformTransactionManager transactionManager(BinderFactory binders) {
+    ProducerFactory<byte[], byte[]> pf = ((KafkaMessageChannelBinder) binders.getBinder(null,
+            MessageChannel.class)).getTransactionalProducerFactory();
+    return new KafkaTransactionManager<>(pf);
+}
+
+
+
+
+
+

Notice that we get a reference to the binder using the BinderFactory; use null in the first argument when there is only one binder configured. +If more than one binder is configured, use the binder name to get the reference. +Once we have a reference to the binder, we can obtain a reference to the ProducerFactory and create a transaction manager.

+
+
+

Then you would use normal Spring transaction support, e.g. TransactionTemplate or @Transactional, for example:

+
+
+
+
+
+
public static class Sender {
+
+    @Transactional
+    public void doInTransaction(MessageChannel output, List<String> stuffToSend) {
+        stuffToSend.forEach(stuff -> output.send(new GenericMessage<>(stuff)));
+    }
+
+}
+
+
+
+
+
+

If you wish to synchronize producer-only transactions with those from some other transaction manager, use a ChainedTransactionManager.

+
+
+
+

1.5. Error Channels

+
+

Starting with version 1.3, the binder unconditionally sends exceptions to an error channel for each consumer destination and can also be configured to send async producer send failures to an error channel. +See [spring-cloud-stream-overview-error-handling] for more information.

+
+
+

The payload of the ErrorMessage for a send failure is a KafkaSendFailureException with properties:

+
+
+
    +
  • +

    failedMessage: The Spring Messaging Message<?> that failed to be sent.

    +
  • +
  • +

    record: The raw ProducerRecord that was created from the failedMessage

    +
  • +
+
+
+

There is no automatic handling of producer exceptions (such as sending to a Dead-Letter queue). +You can consume these exceptions with your own Spring Integration flow.

+
+
+
+

1.6. Kafka Metrics

+
+

Kafka binder module exposes the following metrics:

+
+
+

spring.cloud.stream.binder.kafka.offset: This metric indicates how many messages have not been yet consumed from a given binder’s topic by a given consumer group. +The metrics provided are based on the Mircometer metrics library. The metric contains the consumer group information, topic and the actual lag in committed offset from the latest offset on the topic. +This metric is particularly useful for providing auto-scaling feedback to a PaaS platform.

+
+
+
+

1.7. Tombstone Records (null record values)

+
+

When using compacted topics, a record with a null value (also called a tombstone record) represents the deletion of a key. +To receive such messages in a @StreamListener method, the parameter must be marked as not required to receive a null value argument.

+
+
+
+
+
+
@StreamListener(Sink.INPUT)
+public void in(@Header(KafkaHeaders.RECEIVED_MESSAGE_KEY) byte[] key,
+               @Payload(required = false) Customer customer) {
+    // customer is null if a tombstone record
+    ...
+}
+
+
+
+
+
+
+

1.8. Using a KafkaRebalanceListener

+
+

Applications may wish to seek topics/partitions to arbitrary offsets when the partitions are initially assigned, or perform other operations on the consumer. +Starting with version 2.1, if you provide a single KafkaRebalanceListener bean in the application context, it will be wired into all Kafka consumer bindings.

+
+
+
+
+
+
public interface KafkaBindingRebalanceListener {
+
+	/**
+	 * Invoked by the container before any pending offsets are committed.
+	 * @param bindingName the name of the binding.
+	 * @param consumer the consumer.
+	 * @param partitions the partitions.
+	 */
+	default void onPartitionsRevokedBeforeCommit(String bindingName, Consumer<?, ?> consumer,
+			Collection<TopicPartition> partitions) {
+
+	}
+
+	/**
+	 * Invoked by the container after any pending offsets are committed.
+	 * @param bindingName the name of the binding.
+	 * @param consumer the consumer.
+	 * @param partitions the partitions.
+	 */
+	default void onPartitionsRevokedAfterCommit(String bindingName, Consumer<?, ?> consumer, Collection<TopicPartition> partitions) {
+
+	}
+
+	/**
+	 * Invoked when partitions are initially assigned or after a rebalance.
+	 * Applications might only want to perform seek operations on an initial assignment.
+	 * @param bindingName the name of the binding.
+	 * @param consumer the consumer.
+	 * @param partitions the partitions.
+	 * @param initial true if this is the initial assignment.
+	 */
+	default void onPartitionsAssigned(String bindingName, Consumer<?, ?> consumer, Collection<TopicPartition> partitions,
+			boolean initial) {
+
+	}
+
+}
+
+
+
+
+
+

You cannot set the resetOffsets consumer property to true when you provide a rebalance listener.

+
+
+
+

1.9. Dead-Letter Topic Processing

+
+

Because you cannot anticipate how users would want to dispose of dead-lettered messages, the framework does not provide any standard mechanism to handle them. +If the reason for the dead-lettering is transient, you may wish to route the messages back to the original topic. +However, if the problem is a permanent issue, that could cause an infinite loop. +The sample Spring Boot application within this topic is an example of how to route those messages back to the original topic, but it moves them to a “parking lot” topic after three attempts. +The application is another spring-cloud-stream application that reads from the dead-letter topic. +It terminates when no messages are received for 5 seconds.

+
+
+

The examples assume the original destination is so8400out and the consumer group is so8400.

+
+
+

There are a couple of strategies to consider:

+
+
+
    +
  • +

    Consider running the rerouting only when the main application is not running. +Otherwise, the retries for transient errors are used up very quickly.

    +
  • +
  • +

    Alternatively, use a two-stage approach: Use this application to route to a third topic and another to route from there back to the main topic.

    +
  • +
+
+
+

The following code listings show the sample application:

+
+
+
application.properties
+
+
spring.cloud.stream.bindings.input.group=so8400replay
+spring.cloud.stream.bindings.input.destination=error.so8400out.so8400
+
+spring.cloud.stream.bindings.output.destination=so8400out
+
+spring.cloud.stream.bindings.parkingLot.destination=so8400in.parkingLot
+
+spring.cloud.stream.kafka.binder.configuration.auto.offset.reset=earliest
+
+spring.cloud.stream.kafka.binder.headers=x-retries
+
+
+
+
Application
+
+
@SpringBootApplication
+@EnableBinding(TwoOutputProcessor.class)
+public class ReRouteDlqKApplication implements CommandLineRunner {
+
+    private static final String X_RETRIES_HEADER = "x-retries";
+
+    public static void main(String[] args) {
+        SpringApplication.run(ReRouteDlqKApplication.class, args).close();
+    }
+
+    private final AtomicInteger processed = new AtomicInteger();
+
+    @Autowired
+    private MessageChannel parkingLot;
+
+    @StreamListener(Processor.INPUT)
+    @SendTo(Processor.OUTPUT)
+    public Message<?> reRoute(Message<?> failed) {
+        processed.incrementAndGet();
+        Integer retries = failed.getHeaders().get(X_RETRIES_HEADER, Integer.class);
+        if (retries == null) {
+            System.out.println("First retry for " + failed);
+            return MessageBuilder.fromMessage(failed)
+                    .setHeader(X_RETRIES_HEADER, new Integer(1))
+                    .setHeader(BinderHeaders.PARTITION_OVERRIDE,
+                            failed.getHeaders().get(KafkaHeaders.RECEIVED_PARTITION_ID))
+                    .build();
+        }
+        else if (retries.intValue() < 3) {
+            System.out.println("Another retry for " + failed);
+            return MessageBuilder.fromMessage(failed)
+                    .setHeader(X_RETRIES_HEADER, new Integer(retries.intValue() + 1))
+                    .setHeader(BinderHeaders.PARTITION_OVERRIDE,
+                            failed.getHeaders().get(KafkaHeaders.RECEIVED_PARTITION_ID))
+                    .build();
+        }
+        else {
+            System.out.println("Retries exhausted for " + failed);
+            parkingLot.send(MessageBuilder.fromMessage(failed)
+                    .setHeader(BinderHeaders.PARTITION_OVERRIDE,
+                            failed.getHeaders().get(KafkaHeaders.RECEIVED_PARTITION_ID))
+                    .build());
+        }
+        return null;
+    }
+
+    @Override
+    public void run(String... args) throws Exception {
+        while (true) {
+            int count = this.processed.get();
+            Thread.sleep(5000);
+            if (count == this.processed.get()) {
+                System.out.println("Idle, terminating");
+                return;
+            }
+        }
+    }
+
+    public interface TwoOutputProcessor extends Processor {
+
+        @Output("parkingLot")
+        MessageChannel parkingLot();
+
+    }
+
+}
+
+
+
+
+

1.10. Partitioning with the Kafka Binder

+
+

Apache Kafka supports topic partitioning natively.

+
+
+

Sometimes it is advantageous to send data to specific partitions — for example, when you want to strictly order message processing (all messages for a particular customer should go to the same partition).

+
+
+

The following example shows how to configure the producer and consumer side:

+
+
+
+
@SpringBootApplication
+@EnableBinding(Source.class)
+public class KafkaPartitionProducerApplication {
+
+    private static final Random RANDOM = new Random(System.currentTimeMillis());
+
+    private static final String[] data = new String[] {
+            "foo1", "bar1", "qux1",
+            "foo2", "bar2", "qux2",
+            "foo3", "bar3", "qux3",
+            "foo4", "bar4", "qux4",
+            };
+
+    public static void main(String[] args) {
+        new SpringApplicationBuilder(KafkaPartitionProducerApplication.class)
+            .web(false)
+            .run(args);
+    }
+
+    @InboundChannelAdapter(channel = Source.OUTPUT, poller = @Poller(fixedRate = "5000"))
+    public Message<?> generate() {
+        String value = data[RANDOM.nextInt(data.length)];
+        System.out.println("Sending: " + value);
+        return MessageBuilder.withPayload(value)
+                .setHeader("partitionKey", value)
+                .build();
+    }
+
+}
+
+
+
+
application.yml
+
+
spring:
+  cloud:
+    stream:
+      bindings:
+        output:
+          destination: partitioned.topic
+          producer:
+            partition-key-expression: headers['partitionKey']
+            partition-count: 12
+
+
+
+ + + + + +
+ + +The topic must be provisioned to have enough partitions to achieve the desired concurrency for all consumer groups. +The above configuration supports up to 12 consumer instances (6 if their concurrency is 2, 4 if their concurrency is 3, and so on). +It is generally best to “over-provision” the partitions to allow for future increases in consumers or concurrency. +
+
+
+ + + + + +
+ + +The preceding configuration uses the default partitioning (key.hashCode() % partitionCount). +This may or may not provide a suitably balanced algorithm, depending on the key values. +You can override this default by using the partitionSelectorExpression or partitionSelectorClass properties. +
+
+
+

Since partitions are natively handled by Kafka, no special configuration is needed on the consumer side. +Kafka allocates partitions across the instances.

+
+
+

The following Spring Boot application listens to a Kafka stream and prints (to the console) the partition ID to which each message goes:

+
+
+
+
@SpringBootApplication
+@EnableBinding(Sink.class)
+public class KafkaPartitionConsumerApplication {
+
+    public static void main(String[] args) {
+        new SpringApplicationBuilder(KafkaPartitionConsumerApplication.class)
+            .web(false)
+            .run(args);
+    }
+
+    @StreamListener(Sink.INPUT)
+    public void listen(@Payload String in, @Header(KafkaHeaders.RECEIVED_PARTITION_ID) int partition) {
+        System.out.println(in + " received from partition " + partition);
+    }
+
+}
+
+
+
+
application.yml
+
+
spring:
+  cloud:
+    stream:
+      bindings:
+        input:
+          destination: partitioned.topic
+          group: myGroup
+
+
+
+

You can add instances as needed. +Kafka rebalances the partition allocations. +If the instance count (or instance count * concurrency) exceeds the number of partitions, some consumers are idle.

+
+
+
+
+
+

2. Kafka Streams Binder

+
+
+

2.1. Usage

+
+

For using the Kafka Streams binder, you just need to add it to your Spring Cloud Stream application, using the following +Maven coordinates:

+
+
+
+
<dependency>
+  <groupId>org.springframework.cloud</groupId>
+  <artifactId>spring-cloud-stream-binder-kafka-streams</artifactId>
+</dependency>
+
+
+
+

A quick way to bootstrap a new project for Kafka Streams binder is to use Spring Initializr and then select "Cloud Streams" and "Spring for Kafka Streams" as shown below

+
+
+
+spring initializr kafka streams +
+
+
+
+

2.2. Overview

+
+

Spring Cloud Stream includes a binder implementation designed explicitly for Apache Kafka Streams binding. +With this native integration, a Spring Cloud Stream "processor" application can directly use the +Apache Kafka Streams APIs in the core business logic.

+
+
+

Kafka Streams binder implementation builds on the foundations provided by the Spring for Apache Kafka project.

+
+
+

Kafka Streams binder provides binding capabilities for the three major types in Kafka Streams - KStream, KTable and GlobalKTable.

+
+
+

Kafka Streams applications typically follow a model in which the records are read from an inbound topic, apply business logic, and then write the transformed records to an outbound topic. +Alternatively, a Processor application with no outbound destination can be defined as well.

+
+
+

In the following sections, we are going to look at the details of Spring Cloud Stream’s integration with Kafka Streams.

+
+
+
+

2.3. Programming Model

+
+

When using the programming model provided by Kafka Streams binder, both the high-level Streams DSL and the lower level Processor-API can be used as options.

+
+
+

2.3.1. Functional Style

+
+

Starting with Spring Cloud Stream 3.0, Kafka Streams binder allows the applications to be designed and developed using the functional programming style that is available in Java 8. +This means that the applications can be concisely represented as a lambda expression of types java.util.function.Function or java.util.function.Consumer.

+
+
+

Let’s take a very basic example.

+
+
+
+
@SpringBootApplication
+public class SimpleConsumerApplication {
+
+    @Bean
+    public java.util.function.Consumer<KStream<Object, String>> process() {
+
+        return input ->
+                input.foreach((key, value) -> {
+                    System.out.println("Key: " + key + " Value: " + value);
+                });
+    }
+}
+
+
+
+

Albeit simple, this is a complete standalone Spring Boot application that is leveraging Kafka Streams for stream processing. +This is a consumer application with no outbound binding and only a single inbound binding. +The application consumes data and it simply logs the transformation as standard output. +The application contains the SpringBootApplication annotation and a method that is marked as Bean. +The bean method is of type java.util.function.Consumer which is parameterized with KStream. +Then in the implementation, we are returning a Consumer object that is essentially a lambda expression. +Inside the lambda expression, the code for processing the data is provided.

+
+
+

In this application, there is a single input binding that is of type KStream. +The binder creates this binding for the application with a name process_in, i.e. the name of the function bean name followed by an underscore and the literal in. +You use this binding name to set other properties such as destination. +For example, spring.cloud.stream.bindings.process_in.destinaion=my-topic.

+
+
+

Once built as a uber-jar (e.g., kstream-consumer-app.jar), you can run the above example like the following.

+
+
+
+
java -jar `kstream-consumer-app.jar --spring.cloud.stream.bindings.process_in.destinaion=my-topic --spring.cloud.stream.bindings.output.destination=count
+
+
+
+

Here is another example, where it is a full processor with both input and output bindings. +This is the classic word-count example in which the application receives data from a topic, the number of occurrences for each word is then computed in a tumbling time-window.

+
+
+
+
@SpringBootApplication
+public class WordCountProcessorApplication {
+
+  @Bean
+  public Function<KStream<Object, String>, KStream<?, WordCount>> process() {
+
+    return input -> input
+        .flatMapValues(value -> Arrays.asList(value.toLowerCase().split("\\W+")))
+        .map((key, value) -> new KeyValue<>(value, value))
+        .groupByKey(Serialized.with(Serdes.String(), Serdes.String()))
+        .windowedBy(TimeWindows.of(5000))
+        .count(Materialized.as("word-counts-state-store"))
+        .toStream()
+        .map((key, value) -> new KeyValue<>(null, new WordCount(key.key(), value,
+            new Date(key.window().start()), new Date(key.window().end()))));
+  }
+
+	public static void main(String[] args) {
+		SpringApplication.run(WordCountProcessorApplication.class, args);
+	}
+}
+
+
+
+

Here again, this is a complete Spring Boot application. The difference here from the first application, though, the bean method is of type java.util.function.Function. +The first parameterized type for the Function is for the input KStream and the second one is for the output. +In the method body, a lambda expression is provided that is of type Function and as implementation, the actual business logic is given. +Similar to the previously discussed Consumer based application, the input binding here is named as process_in by default. For the output, the binding name is automatically also set to process_out.

+
+
+

Once built as a uber-jar (e.g., wordcount-processor.jar), you can run the above example like the following.

+
+
+
+
java -jar wordcount-processor.jar  --spring.cloud.stream.bindings.process_in.destination=words --spring.cloud.stream.bindings.process_out.destination=counts
+
+
+
+

This application will consume messages from the Kafka topic words and the computed results are published to an output +topic counts.

+
+
+

Spring Cloud Stream will ensure that the messages from both the incoming and outgoing topics are automatically bound as +KStream objects. As a developer, you can exclusively focus on the business aspects of the code, i.e. writing the logic +required in the processor. Setting up the Streams DSL specific configuration required by the Kafka Streams infrastructure +is automatically handled by the framework.

+
+
+

The two examples we saw above have a single KStream input binding. In both cases, the bindings received the records from a single topic. +If you want to multiplex multiple topics into a single KStream binding, you can provide comma separated Kafka topics as destinations below.

+
+
+

spring.cloud.stream.bindings.process_in.destination=topic-1,topic-2,topic-3

+
+
+
Multiple Input Bindings
+
+

Any non-trivial Kafka Streams applications often consume data from more than one topic through multiple bindings. +For instance, one topic is consumed as Kstream and another as KTable or GlobalKTable. +There are many reasons why an application might want to receive data as a table type. +Think of a use-case where the underlying topic is populated through a change data capture (CDC) mechanism from a database or perhaps the application only cares about the latest updates for downstream processing. +If the application specifies that the data needs to be bound as KTable or GlobalKTable, then Kafka Streams binder will properly bind the destination to a KTable or GlobalKTable and make them available for the application to operate upon. +We will look at a few different scenarios how multiple input bindings are handled in the Kafka Streams binder.

+
+
+
BiFunction in Kafka Streams Binder
+
+

Here is an example where we have two inputs and an output. In this case, the application can leverage on java.util.function.BiFunction.

+
+
+
+
@Bean
+public BiFunction<KStream<String, Long>, KTable<String, String>, KStream<String, Long>> process() {
+    return (userClicksStream, userRegionsTable) -> (userClicksStream
+            .leftJoin(userRegionsTable, (clicks, region) -> new RegionWithClicks(region == null ?
+                            "UNKNOWN" : region, clicks),
+                    Joined.with(Serdes.String(), Serdes.Long(), null))
+            .map((user, regionWithClicks) -> new KeyValue<>(regionWithClicks.getRegion(),
+                    regionWithClicks.getClicks()))
+            .groupByKey(Serialized.with(Serdes.String(), Serdes.Long()))
+            .reduce(Long::sum)
+            .toStream());
+}
+
+
+
+

Here again, the basic theme is the same as previous examples, the difference, though, you have two inputs and the Java’s BiFunction support is used to bind the inputs to the desired destinations. +The default binding names generated by the binder for the inputs are process_in_0 and process_in_1 respectively. The default output binding remains to be process_out. +In this example, the first parameter of BiFunction is bound as a KStream for the first input and the second parameter is bound as a KTable.

+
+
+
+
BiConsumer in Kafka Streams Binder
+
+

If there are two inputs, but no outputs, in that case we can use java.util.funcion.BiConsumer. +Here is a blueprint for such an application.

+
+
+
+
@Bean
+public BiConsumer<KStream<String, Long>, KTable<String, String>> process() {
+    return (userClicksStream, userRegionsTable) -> {}
+}
+
+
+
+

What if you have more than two inputs? +There are situations in which you need more than two inputs. In that case, the binder allows you to chain partial functions. In functional programming jargon, this technique is generally known as currying. +With the functional programming support added as part of Java 8, Java now enables you to write curried functions. +The Kafka Streams binder can make use of this feature to enable multiple input bindings.

+
+
+

Let’s see an example.

+
+
+
+
@Bean
+public Function<KStream<Long, Order>,
+        Function<GlobalKTable<Long, Customer>,
+                Function<GlobalKTable<Long, Product>, KStream<Long, EnrichedOrder>>>> process() {
+
+    return orders -> (
+              customers -> (
+                    products -> (
+                        orders.join(customers,
+                            (orderId, order) -> order.getCustomerId(),
+                                (order, customer) -> new CustomerOrder(customer, order))
+                                .join(products,
+                                        (orderId, customerOrder) -> customerOrder
+                                                .productId(),
+                                        (customerOrder, product) -> {
+                                            EnrichedOrder enrichedOrder = new EnrichedOrder();
+                                            enrichedOrder.setProduct(product);
+                                            enrichedOrder.setCustomer(customerOrder.customer);
+                                            enrichedOrder.setOrder(customerOrder.order);
+                                            return enrichedOrder;
+                                        })
+                        )
+                )
+    );
+}
+
+
+
+

In this model, we have 3 partial functions as inputs. The first function has the first input binding of the application (Order) and its output is another function. +This output function’s input is the second input binding for the application (Customer) and its output is another function. +This output function’s input is the third input for the application (Product) and its output is a KStream which is final output binding for the application. +The input from the three partial functions which are KStream, GlobalKTable, GlobalKTable respectively are available for you in the method body for implementing the business logic as part of the lambda expression.

+
+
+

Input bindings are named as process_in_0, process_in_1 and process_in_2 respectively. Output binding is named as process_out.

+
+
+

With curried functions, you can virtually have any number of inputs. However, keep in mind that, anything more than a smaller number of inputs and partially applied functions for them as above in Java might lead to unreadable code. +Therefore if your Kafka Streams application requires more than a reasonably smaller number of input bindings and you want to use this functional model, then you may want to rethink your design and decompose the application appropriately.

+
+
+
+
+
Multiple Output Bindings
+
+

Kafka Streams allows to write outbound data into multiple topics. This feature is known as branching in Kafka Streams. +When using multiple output bindings, you need to provide an array of KStream (KStream[]) as the outbound return type.

+
+
+

Here is an example:

+
+
+
+
@Bean
+public Function<KStream<Object, String>, KStream<?, WordCount>[]> process() {
+
+    Predicate<Object, WordCount> isEnglish = (k, v) -> v.word.equals("english");
+    Predicate<Object, WordCount> isFrench = (k, v) -> v.word.equals("french");
+    Predicate<Object, WordCount> isSpanish = (k, v) -> v.word.equals("spanish");
+
+    return input -> input
+            .flatMapValues(value -> Arrays.asList(value.toLowerCase().split("\\W+")))
+            .groupBy((key, value) -> value)
+            .windowedBy(TimeWindows.of(5000))
+            .count(Materialized.as("WordCounts-branch"))
+            .toStream()
+            .map((key, value) -> new KeyValue<>(null, new WordCount(key.key(), value,
+                    new Date(key.window().start()), new Date(key.window().end()))))
+            .branch(isEnglish, isFrench, isSpanish);
+}
+
+
+
+

The programming model remains the same, however the outbound parameterized type is KStream[]. +The default output binding names are process_out_0, process_out_1, process_out_2 respectively.

+
+
+
+
Function based Programming Styles for Kafka Streams
+
+

In summary, the following table shows the various options that can be used in the functional paradigm.

+
+ +++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Number of InputsNumber of OutputsComponent to use

1

0

java.util.function.Consumer

2

0

java.util.function.BiConsumer

1

1..n

java.util.function.Function

2

1..n

java.util.function.BiFunction

>= 3

0..n

Use curried functions

+
+
    +
  • +

    In the case of more than one output in this table, the type simply becomes KStream[].

    +
  • +
+
+
+
+
+

2.3.2. Imperative programming model.

+
+

Although the functional programming model outlined above is the preferred approach, you can still use the classic StreamListener based approach if you prefer.

+
+
+

Here are some examples.

+
+
+

Following is the equivalent of the Word count example using StreamListener.

+
+
+
+
@SpringBootApplication
+@EnableBinding(KafkaStreamsProcessor.class)
+public class WordCountProcessorApplication {
+
+    @StreamListener("input")
+    @SendTo("output")
+    public KStream<?, WordCount> process(KStream<?, String> input) {
+        return input
+                .flatMapValues(value -> Arrays.asList(value.toLowerCase().split("\\W+")))
+                .groupBy((key, value) -> value)
+                .windowedBy(TimeWindows.of(5000))
+                .count(Materialized.as("WordCounts-multi"))
+                .toStream()
+                .map((key, value) -> new KeyValue<>(null, new WordCount(key.key(), value, new Date(key.window().start()), new Date(key.window().end()))));
+    }
+
+    public static void main(String[] args) {
+        SpringApplication.run(WordCountProcessorApplication.class, args);
+    }
+
+
+
+

As you can see, this is a bit more verbose since you need to provide EnableBinding and the other extra annotations like StreamListener and SendTo to make it a complete application. +EnableBinding is where you specify your binding interface that contains your bindings. +In this case, we are using the stock KafkaStreamsProcessor binding interface that has the following contracts.

+
+
+
+
public interface KafkaStreamsProcessor {
+
+	@Input("input")
+	KStream<?, ?> input();
+
+	@Output("output")
+	KStream<?, ?> output();
+
+}
+
+
+
+

Binder will create bindings for the input KStream and output KStream since you are using a binding interface that contains those declarations.

+
+
+

In addition to the obvious differences in the programming model offered in the functional style, one particular thing that needs to be mentioned here is that the binding names are what you specify in the binding interface. +For example, in the above application, since we are using KafkaStreamsProcessor, the binding names are input and output. +Binding properties need to use those names. For instance spring.cloud.stream.bindings.input.destination, spring.cloud.stream.bindings.output.destination etc. +Keep in mind that this is fundamentally different from the functional style since there the binder generates binding names for the application. +This is because the application does not provide any binding interfaces in the functional model using EnableBinding.

+
+
+

Here is another example of a sink where we have two inputs.

+
+
+
+
@EnableBinding(KStreamKTableBinding.class)
+.....
+.....
+@StreamListener
+public void process(@Input("inputStream") KStream<String, PlayEvent> playEvents,
+                    @Input("inputTable") KTable<Long, Song> songTable) {
+                    ....
+                    ....
+}
+
+interface KStreamKTableBinding {
+
+    @Input("inputStream")
+    KStream<?, ?> inputStream();
+
+    @Input("inputTable")
+    KTable<?, ?> inputTable();
+}
+
+
+
+

Following is the StreamListener equivalent of the same BiFunction based processor that we saw above.

+
+
+
+
@EnableBinding(KStreamKTableBinding.class)
+....
+....
+
+@StreamListener
+@SendTo("output")
+public KStream<String, Long> process(@Input("input") KStream<String, Long> userClicksStream,
+                                     @Input("inputTable") KTable<String, String> userRegionsTable) {
+....
+....
+}
+
+interface KStreamKTableBinding extends KafkaStreamsProcessor {
+
+    @Input("inputX")
+    KTable<?, ?> inputTable();
+}
+
+
+
+

Finally, here is the StreamListener equivalent of the application with three inputs and curried functions.

+
+
+
+
@EnableBinding(CustomGlobalKTableProcessor.class)
+...
+...
+    @StreamListener
+		@SendTo("output")
+		public KStream<Long, EnrichedOrder> process(
+				@Input("input-1") KStream<Long, Order> ordersStream,
+				@Input("input-"2) GlobalKTable<Long, Customer> customers,
+				@Input("input-3") GlobalKTable<Long, Product> products) {
+
+			KStream<Long, CustomerOrder> customerOrdersStream = ordersStream.join(
+					customers, (orderId, order) -> order.getCustomerId(),
+					(order, customer) -> new CustomerOrder(customer, order));
+
+			return customerOrdersStream.join(products,
+					(orderId, customerOrder) -> customerOrder.productId(),
+					(customerOrder, product) -> {
+						EnrichedOrder enrichedOrder = new EnrichedOrder();
+						enrichedOrder.setProduct(product);
+						enrichedOrder.setCustomer(customerOrder.customer);
+						enrichedOrder.setOrder(customerOrder.order);
+						return enrichedOrder;
+					});
+		}
+
+    interface CustomGlobalKTableProcessor {
+
+            @Input("input-1")
+            KStream<?, ?> input1();
+
+            @Input("input-2")
+            GlobalKTable<?, ?> input2();
+
+            @Input("input-3")
+            GlobalKTable<?, ?> input3();
+
+            @Output("output")
+            KStream<?, ?> output();
+    }
+
+
+
+

You might notice that the above two examples are even more verbose since in addition to provide EnableBinding, you also need to write your own custom binding interface as well. +Using the functional model, you can avoid all those ceremonial details.

+
+
+

Before we move on looking at the general programming model offered by Kafka Streams binder, here is the StreamListener version of multiple output bindings.

+
+
+
+
EnableBinding(KStreamProcessorWithBranches.class)
+public static class WordCountProcessorApplication {
+
+    @Autowired
+    private TimeWindows timeWindows;
+
+    @StreamListener("input")
+    @SendTo({"output1","output2","output3})
+    public KStream<?, WordCount>[] process(KStream<Object, String> input) {
+
+			Predicate<Object, WordCount> isEnglish = (k, v) -> v.word.equals("english");
+			Predicate<Object, WordCount> isFrench =  (k, v) -> v.word.equals("french");
+			Predicate<Object, WordCount> isSpanish = (k, v) -> v.word.equals("spanish");
+
+			return input
+					.flatMapValues(value -> Arrays.asList(value.toLowerCase().split("\\W+")))
+					.groupBy((key, value) -> value)
+					.windowedBy(timeWindows)
+					.count(Materialized.as("WordCounts-1"))
+					.toStream()
+					.map((key, value) -> new KeyValue<>(null, new WordCount(key.key(), value, new Date(key.window().start()), new Date(key.window().end()))))
+					.branch(isEnglish, isFrench, isSpanish);
+    }
+
+    interface KStreamProcessorWithBranches {
+
+    		@Input("input")
+    		KStream<?, ?> input();
+
+    		@Output("output1")
+    		KStream<?, ?> output1();
+
+    		@Output("output2")
+    		KStream<?, ?> output2();
+
+    		@Output("output3")
+    		KStream<?, ?> output3();
+    	}
+}
+
+
+
+

To recap, we have reviewed the various programming model choices when using the Kafka Streams binder.

+
+
+

The binder provides binding capabilities for KStream, KTable and GlobalKTable on the input. +KTable and GlobalKTable bindings are only available on the input. +Binder supports both input and output bindings for KStream.

+
+
+

The upshot of the programming model of Kafka Streams binder is that the binder provides you the flexibility of going with a fully functional programming model or using the StreamListener based imperative approach.

+
+
+
+
+

2.4. Ancillary to the programming model

+
+

2.4.1. Kafka Streams Application ID

+
+

Application id is a mandatory property that you need to provide for a Kafka Streams application. +Spring Cloud Stream Kafka Streams binder allows you to configure this application id in multiple ways.

+
+
+

If you only have one single processor in the application, then you can set this at the binder level using the following property:

+
+
+

spring.cloud.stream.kafka.streams.binder.applicationId.

+
+
+

As a convenience, if you only have a single processor, you can also use spring.application.name as the property to delegate the application id.

+
+
+

If you have multiple Kafka Streams processors in the application, then you need to set the application id per processor. +You can set this on the input binding on each processor.

+
+
+

For e.g. imagine that you have to two following functions.

+
+
+
+
@Bean
+public java.util.function.Consumer<KStream<Object, String>> process() {
+   ...
+}
+
+
+
+

and

+
+
+
+
@Bean
+public java.util.function.Consumer<KStream<Object, String>> anotherProcess() {
+  ...
+}
+
+
+
+

Then you must set the application id for each, using the following binding properties.

+
+
+

spring.cloud.stream.kafka.streams.bindings.process_in.applicationId

+
+
+

and

+
+
+

spring.cloud.stream.kafka.streams.bindings.anotherProcess_in.applicationId

+
+
+

For production deployments, it is highly recommended to explicitly specify the application ID through configuration. +This is especially going to be very critical if you are auto scaling your application in which case you need to make sure that you are deploying each instance with the same application ID.

+
+
+

If the application does not provide an application ID, then in that case the binder will auto generate a random application ID for you. +This is convenient in development scenarios as it avoids the need for explicitly providing the application ID. +Please keep in mind that when you rely on this, each time you start the application, it starts with a brand new application id. +In the case of functional model, the generated application ID will be the function bean name followed by a UUID which is then postfixed with the literal applicationID. +In the case of StreamListener, instead of using the function bean name, the generated application ID will be use the containing class name followed by the method name.

+
+
+
Summary of setting Application ID
+
+
    +
  • +

    Auto generated by the binder per processor in the application. This can be overridden by setting at the binding level such as spring.cloud.stream.kafka.streams.bindings.process_in.applicationId. +When you have more than one processor, then you have to choose one of these options - either fall back to the defaults or override per input binding.

    +
  • +
  • +

    If you have a single processor, then you can use spring.kafka.streams.applicationId, spring.application.name or spring.cloud.stream.binder.kafka.streams.applicationId.

    +
  • +
+
+
+
+
+

2.4.2. Custom bindings in the functional style

+
+

By default, the binder uses the strategy discussed out above to generate the binding name when using the functional style, i.e. <function-bean-name>_<in>|<out>_[0..n], for e.g. process_in, process_in_0 etc. +If you want to override those binding names, you can do that by specifying the following properties.

+
+
+

spring.cloud.stream.function.inputBindings.<function-bean-name>.

+
+
+

For e.g. lets say, you have this function.

+
+
+
+
@Bean
+public BiFunction<KStream<String, Long>, KTable<String, String>, KStream<String, Long>> process() {
+...
+}
+
+
+
+

Binder will generate bindings with names, process_in_0, process_in_1 and process_out. +Now, if you want to change them to something else completely, maybe more domain specific binding names. You can do so, as below.

+
+
+

springc.cloud.stream.function.inputBindings.process=users,regions

+
+
+

and

+
+
+

spring.cloud.stream.function.outputBindings.process=clicks

+
+
+

After that, you must set all the binding level properties on these new binding names.

+
+
+

Please keep in mind that with the functional programming model described above, sticking with the default binding names make sense in most situations. +The only reason you may still want to do this overriding is when you have larger number of configuration properties and you want to map the bindings to something more domain friendly.

+
+
+
+

2.4.3. Setting up bootstrap server configuration

+
+

When running Kafka Streams applications, you must provide the Kafka broker server information. +If you don’t provide this information, the binder expects that you are running the broker at the default localhost:9092. +If that is not the case, then you need to override that. There are a couple of ways to do that.

+
+
+
    +
  • +

    Using the boot property - spring.kafka.bootstrapServers

    +
  • +
  • +

    Binder level property - spring.cloud.stream.kafka.streams.binder.brokers

    +
  • +
+
+
+

When it comes to the binder level property, it doesn’t matter if you use the broker property provided through the regular Kafka binder - spring.cloud.stream.kafka.binder.brokers. +Kafka Streams binder will first check if Kafka Streams binder specific broker property is set (spring.cloud.stream.kafka.streams.binder.brokers) and if nothing found, it looks for spring.cloud.stream.kafka.binder.brokers.

+
+
+
+
+

2.5. Record serialization and deserialization

+
+

Kafka Streams binder allows you to serialize and deserialize records in two ways. +One is the native serialization and deserialization facilities provided by Kafka and the other one is the message conversion capabilities of Spring Cloud Stream framework. +Lets look at some details.

+
+
+

2.5.1. Inbound deserialization

+
+

Keys are always deserialized by native Serdes.

+
+
+

By default, for values, deserialization on the inbound is natively performed by Kafka. +Please note that this is a major change on default behavior from previous versions of Kafka Streams binder in which case the deserialization was done by the framework.

+
+
+

Kafka Streams binder will try to infer matching Serde types by looking at the type signature of java.util.function.Function|Consumer or StreamListener. +Here is the order that it matches Serdes.

+
+
+
    +
  • +

    First it looks at the types and see if they are one of the types exposed by Kafka Streams. If so, use them. +Here are the Serde types that the binder will try to match from Kafka Streams.

    +
    +
    +
    Integer, Long, Short, Double, Float, byte[] and String.
    +
    +
    +
  • +
  • +

    If none of the Serdes provided by Kafka Streams don’t match the types, then it will use JsonSerde provided by Spring Kafka. In this case, the binder assumes that the types are JSON friendly. +This is useful if you have multiple value objects as inputs since the binder will internally infer them to correct json Serde objects. Otherwise, you have to configure Serde and target types on them individually.

    +
  • +
+
+
+

If none of the above strategies worked, then the applications must provide the Serdes through configuration. +This can be configured in two ways - binding or default.

+
+
+

First the binder will look if a Serde is provided at the binding level. +For e.g. if you have the following processor,

+
+
+
+
@Bean
+public BiFunction<KStream<CustomKey, AvroIn1>, KTable<CustomKey, AvroIn2>, KStream<CustomKey, AvroOutput>> process() {...}
+
+
+
+

then, you can provide a binding level Serde using the following:

+
+
+
+
spring.cloud.stream.kafka.streams.bindings.process_in_0.keySerde=CustomKeySerde
+spring.cloud.stream.kafka.streams.bindings.process_in_0.valueSerde=io.confluent.kafka.streams.serdes.avro.SpecificAvroSerde
+
+spring.cloud.stream.kafka.streams.bindings.process_in_1.keySerde=CustomKeySerde
+spring.cloud.stream.kafka.streams.bindings.process_in_1.valueSerde=io.confluent.kafka.streams.serdes.avro.SpecificAvroSerde
+
+
+
+

If you want the default key/value Serdes to be used for inbound deserialization, you can do so at the binder level.

+
+
+
+
spring.cloud.stream.kafka.streams.binder.configuration.default.key.serde
+spring.cloud.stream.kafka.streams.binder.configuration.default.value.serde
+
+
+
+

If you don’t want the native decoding provided by Kafka, you can rely on the message conversion features that Spring Cloud Stream provides. +Since native decoding is the default, in order to let Spring Cloud Stream deserialze the inbound value object, you need to explicitly disable native decoding.

+
+
+

For e.g. if you have the same BiFunction processor as above, then spring.cloud.stream.bindings.process_in_0.nativeDecoding: false +You need to disable native decoding for all the inputs individually. Otherwise, native decoding will still be applied for those you don’t disable.

+
+
+

By default, Spring Cloud Stream will use application/json as the content type and use an appropriate json message converter. +You can use custom message converters by using the following property.

+
+
+
+
spring.cloud.stream.bindings.process_in_0.contentType
+
+
+
+
+

2.5.2. Outbound serialization

+
+

Outbound serialization pretty much follows the same rules as above for inbound deserialization. +As with the inbound deserialization, one major change from the previous versions of Spring Cloud Stream is that the serialization on the outbound is handled by Kafka natively. +Before 3.0 versions of the binder, this was done by the framework itself.

+
+
+

Keys on the outbound are always serialized by Kafka using a matching Serde that is inferred by the binder. +If it can’t infer the type of the key, then that needs to be specified using configuration.

+
+
+

Value serdes are inferred using the same rules used for inbound deserialization. +First it matches to see if the outbound type is of a Serde exposed by Kafka such as - Long, Short, Double, Float, byte[] and String. +If that doesnt’t work, then fall back to JsonSerde provided by the Spring Kafka project. +Keep in mind that all these happen transparently to the application. +If none of these work, then the user has to provide the Serde to use by configuration.

+
+
+

Lets say you are using the same BiFunction processor as above. Then you can configure outbound key/value Serdes as following.

+
+
+
+
spring.cloud.stream.kafka.streams.bindings.process_out.keySerde=CustomKeySerde
+spring.cloud.stream.kafka.streams.bindings.process_out.valueSerde=io.confluent.kafka.streams.serdes.avro.SpecificAvroSerde
+
+
+
+

However, falling back to default Serdes for both input deserialization and output serialization is the last resort. +This may or may not work. Therefore, you need to ensure that you have a path forward for the application to correctly retrive the Serde.

+
+
+

If Serde inference fails, no binding level Serdes are provided, then the binder falls back to the default Serdes.

+
+
+

spring.cloud.stream.kafka.streams.binder.configuration.default.key.serde +spring.cloud.stream.kafka.streams.binder.configuration.default.value.serde

+
+
+

If your application uses the branching feature and has multiple output bindings, then these have to be configured per binding. +Once again, if the binder is capable of inferring the Serde types, you don’t need to do this configuration.

+
+
+

If you don’t want the native encoding provided by Kafka, but want to use the framework provided message conversion, then you need to explicitly disable native decoding since since native decoding is the default. +For e.g. if you have the same BiFunction processor as above, then spring.cloud.stream.bindings.process_out.nativeEncoding: false +You need to disable native encoding for all the output individually in the case of branching. Otherwise, native encoding will still be applied for those you don’t disable.

+
+
+

By default, Spring Cloud Stream will use application/json as the content type and use an appropriate json message converter. +You can use custom message converters by using the following property.

+
+
+
+
spring.cloud.stream.bindings.process_output.contentType
+
+
+
+

When native encoding/decoding is disabled, binder will not do any inference as in the case of native Serdes. +Applications need to explicitly provide all the configuration options. +For that reason, it is generally advised to stay with the default options for de/serialization and stick with native de/serialization provided by Kafka Streams when you write Spring Cloud Stream Kafka Streams applications. +The one scenario in which you must use message conversion capabilities provided by the framework is when your upstream producer is using a specific serialization strategy. +In that case, you want to use a matching deserialization strategy as native mechanisms may fail.

+
+
+
+
+

2.6. Configuration Options

+
+

This section contains the configuration options used by the Kafka Streams binder.

+
+
+

For common configuration options and properties pertaining to binder, refer to the core documentation.

+
+
+

2.6.1. Kafka Streams Properties

+
+

The following properties are available at the binder level and must be prefixed with spring.cloud.stream.kafka.streams.binder.

+
+
+
+
configuration
+
+

Map with a key/value pair containing properties pertaining to Apache Kafka Streams API. + This property must be prefixed with spring.cloud.stream.kafka.streams.binder.. +Following are some examples of using this property.

+
+
+
+
+
+
spring.cloud.stream.kafka.streams.binder.configuration.default.key.serde=org.apache.kafka.common.serialization.Serdes$StringSerde
+spring.cloud.stream.kafka.streams.binder.configuration.default.value.serde=org.apache.kafka.common.serialization.Serdes$StringSerde
+spring.cloud.stream.kafka.streams.binder.configuration.commit.interval.ms=1000
+
+
+
+

For more information about all the properties that may go into streams configuration, see StreamsConfig JavaDocs in +Apache Kafka Streams docs.

+
+
+
+
brokers
+
+

Broker URL

+
+

Default: localhost

+
+
+
zkNodes
+
+

Zookeeper URL

+
+

Default: localhost

+
+
+
serdeError
+
+

Deserialization error handler type. +Possible values are - logAndContinue, logAndFail or sendToDlq

+
+

Default: logAndFail

+
+
+
applicationId
+
+

Convenient way to set the application.id for the Kafka Streams application globally at the binder level. +If the application contains multiple functions or StreamListener methods, then the application id should be set at the binding level per input binding. +See above where setting the application id is discussed in detail.

+
+

Default: none

+
+
+
+
+
+

The following properties are only available for Kafka Streams producers and must be prefixed with spring.cloud.stream.kafka.streams.bindings.<binding name>.producer. +For convenience, if there multiple output bindings and they all require a common value, that can be configured by using the prefix spring.cloud.stream.kafka.streams.default.producer..

+
+
+
+
keySerde
+
+

key serde to use

+
+

Default: See the above discussion on message de/serialization

+
+
+
valueSerde
+
+

value serde to use

+
+

Default: See the above discussion on message de/serialization

+
+
+
useNativeEncoding
+
+

flag to enable/disable native encoding

+
+

Default: true.

+
+
+
+
+
+

The following properties are available for Kafka Streams consumers and must be prefixed with spring.cloud.stream.kafka.streams.bindings.<binding-name>.consumer. +For convenience, if there are multiple input bindings and they all require a common value, that can be configured by using the prefix spring.cloud.stream.kafka.streams.default.consumer..

+
+
+
+
applicationId
+
+

Setting application.id per input binding.

+
+

Default: none

+
+
+
keySerde
+
+

key serde to use

+
+

Default: See the above discussion on message de/serialization

+
+
+
valueSerde
+
+

value serde to use

+
+

Default: See the above discussion on message de/serialization

+
+
+
materializedAs
+
+

state store to materialize when using incoming KTable types

+
+

Default: none.

+
+
+
useNativeDecoding
+
+

flag to enable/disable native decoding

+
+

Default: true.

+
+
+
dlqName
+
+

DLQ topic name.

+
+

Default: none.

+
+
+
startOffset
+
+

Offset to start from if there is no committed offset to consume from. +This is mostly used when the consumer is consuming from a topic for the first time. Kafka Streams uses earliest as the default strategy and +the binder uses the same default. This can be overridden to latest using this property.

+
+

Default: earliest.

+
+
+
+
+
+

Note: Using resetOffsets on the consumer does not have any effect on Kafka Streams binder. +Unlike the message channel based binder, Kafka Streams binder does not seek to beginning or end on demand.

+
+
+
+
+

2.7. Materializing KTable as a State Store.

+
+

Lets say you have the following function.

+
+
+
+
@Bean
+public BiFunction<KStream<String, Long>, KTable<String, String>, KStream<String, Long>> process() {
+   ...
+}
+
+
+
+

In the case of incoming KTable, if you want to materialize the computations to a state store, you have to express it +through the following property.

+
+
+
+
spring.cloud.stream.kafka.streams.bindings.process_in_1.consumer.materializedAs: incoming-store
+
+
+
+
+

2.8. Error Handling

+
+

Apache Kafka Streams provide the capability for natively handling exceptions from deserialization errors. +For details on this support, please see this +Out of the box, Apache Kafka Streams provide two kinds of deserialization exception handlers - logAndContinue and logAndFail. +As the name indicates, the former will log the error and continue processing the next records and the latter will log the +error and fail. LogAndFail is the default deserialization exception handler.

+
+
+
+

2.9. Handling Deserialization Exceptions

+
+

Kafka Streams binder supports a selection of exception handlers through the following properties.

+
+
+
+
spring.cloud.stream.kafka.streams.binder.serdeError: logAndContinue
+
+
+
+

In addition to the above two deserialization exception handlers, the binder also provides a third one for sending the erroneous +records (poison pills) to a DLQ topic. Here is how you enable this DLQ exception handler.

+
+
+
+
spring.cloud.stream.kafka.streams.binder.serdeError: sendToDlq
+
+
+
+

When the above property is set, all the deserialization error records are automatically sent to the DLQ topic.

+
+
+
+
spring.cloud.stream.kafka.streams.bindings.input.consumer.dlqName: foo-dlq
+
+
+
+

If this is set, then the error records are sent to the topic foo-dlq. If this is not set, then it will create a DLQ +topic with the name error.<input-topic-name>.<group-name>.

+
+
+

A couple of things to keep in mind when using the exception handling feature in Kafka Streams binder.

+
+
+
    +
  • +

    The property spring.cloud.stream.kafka.streams.binder.serdeError is applicable for the entire application. This implies +that if there are multiple StreamListener methods in the same application, this property is applied to all of them.

    +
  • +
  • +

    The exception handling for deserialization works consistently with native deserialization and framework provided message +conversion.

    +
  • +
+
+
+

2.9.1. Handling Non-Deserialization Exceptions

+
+

For general error handling in Kafka Streams binder, it is up to the end user applications to handle application level errors. +As a side effect of providing a DLQ for deserialization exception handlers, Kafka Streams binder provides a way to get +access to the DLQ sending bean directly from your application. +Once you get access to that bean, you can programmatically send any exception records from your application to the DLQ.

+
+
+

It continues to remain hard to robust error handling using the high-level DSL; Kafka Streams doesn’t natively support error +handling yet.

+
+
+

However, when you use the low-level Processor API in your application, there are options to control this behavior. See +below.

+
+
+
+
@Autowired
+private SendToDlqAndContinue dlqHandler;
+
+@StreamListener("input")
+@SendTo("output")
+public KStream<?, WordCount> process(KStream<Object, String> input) {
+
+    input.process(() -> new Processor() {
+    			ProcessorContext context;
+
+    			@Override
+    			public void init(ProcessorContext context) {
+    				this.context = context;
+    			}
+
+    			@Override
+    			public void process(Object o, Object o2) {
+
+    			    try {
+    			        .....
+    			        .....
+    			    }
+    			    catch(Exception e) {
+    			        //explicitly provide the kafka topic corresponding to the input binding as the first argument.
+                        //DLQ handler will correctly map to the dlq topic from the actual incoming destination.
+                        dlqHandler.sendToDlq("topic-name", (byte[]) o1, (byte[]) o2, context.partition());
+    			    }
+    			}
+
+    			.....
+    			.....
+    });
+}
+
+
+
+
+
+

2.10. State Store

+
+

State store is created automatically by Kafka Streams when the DSL is used. +When processor API is used, you need to register a state store manually. In order to do so, you can use KafkaStreamsStateStore annotation. +You can specify the name and type of the store, flags to control log and disabling cache, etc. +Once the store is created by the binder during the bootstrapping phase, you can access this state store through the processor API. +Below are some primitives for doing this.

+
+
+

Creating a state store:

+
+
+
+
@KafkaStreamsStateStore(name="mystate", type= KafkaStreamsStateStoreProperties.StoreType.WINDOW, lengthMs=300000)
+public void process(KStream<Object, Product> input) {
+    ...
+}
+
+
+
+

Accessing the state store:

+
+
+
+
Processor<Object, Product>() {
+
+    WindowStore<Object, String> state;
+
+    @Override
+    public void init(ProcessorContext processorContext) {
+        state = (WindowStore)processorContext.getStateStore("mystate");
+    }
+    ...
+}
+
+
+
+
+

2.11. Interactive Queries

+
+

As part of the public Kafka Streams binder API, we expose a class called InteractiveQueryService. +You can access this as a Spring bean in your application. An easy way to get access to this bean from your application is to "autowire" the bean.

+
+
+
+
@Autowired
+private InteractiveQueryService interactiveQueryService;
+
+
+
+

Once you gain access to this bean, then you can query for the particular state-store that you are interested. See below.

+
+
+
+
ReadOnlyKeyValueStore<Object, Object> keyValueStore =
+						interactiveQueryService.getQueryableStoreType("my-store", QueryableStoreTypes.keyValueStore());
+
+
+
+

If there are multiple instances of the kafka streams application running, then before you can query them interactively, you need to identify which application instance hosts the key. +InteractiveQueryService API provides methods for identifying the host information.

+
+
+

In order for this to work, you must configure the property application.server as below:

+
+
+
+
spring.cloud.stream.kafka.streams.binder.configuration.application.server: <server>:<port>
+
+
+
+

Here are some code snippets:

+
+
+
+
org.apache.kafka.streams.state.HostInfo hostInfo = interactiveQueryService.getHostInfo("store-name",
+						key, keySerializer);
+
+if (interactiveQueryService.getCurrentHostInfo().equals(hostInfo)) {
+
+    //query from the store that is locally available
+}
+else {
+    //query from the remote host
+}
+
+
+
+
+

2.12. Accessing the underlying KafkaStreams object

+
+

StreamBuilderFactoryBean from spring-kafka that is responsible for constructing the KafkaStreams object can be accessed programmatically. +Each StreamBuilderFactoryBean is registered as stream-builder and appended with the StreamListener method name. +If your StreamListener method is named as process for example, the stream builder bean is named as stream-builder-process. +Since this is a factory bean, it should be accessed by prepending an ampersand (&) when accessing it programmatically. +Following is an example and it assumes the StreamListener method is named as process

+
+
+
+
StreamsBuilderFactoryBean streamsBuilderFactoryBean = context.getBean("&stream-builder-process", StreamsBuilderFactoryBean.class);
+			KafkaStreams kafkaStreams = streamsBuilderFactoryBean.getKafkaStreams();
+
+
+
+
+

2.13. State Cleanup

+
+

By default, the Kafkastreams.cleanup() method is called when the binding is stopped. +See the Spring Kafka documentation. +To modify this behavior simply add a single CleanupConfig @Bean (configured to clean up on start, stop, or neither) to the application context; the bean will be detected and wired into the factory bean.

+
+
+
+

2.14. Health Indicator

+
+

The health indicator requires the dependency spring-boot-starter-actuator. For maven use:

+
+
+
+
<dependency>
+  <groupId>org.springframework.boot</groupId>
+  <artifactId>spring-boot-starter-actuator</artifactId>
+</dependency>
+
+
+
+

Spring Cloud Stream Binder Kafka Streams provides a health indicator to check the state of the underlying Kafka threads. +Spring Cloud Stream defines a property management.health.binders.enabled to enable the health indicator. See the +Spring Cloud Stream documentation.

+
+
+

The health indicator provides the following details for each Kafka threads:

+
+
+
    +
  • +

    Thread name

    +
  • +
  • +

    Thread state: CREATED, RUNNING, PARTITIONS_REVOKED, PARTITIONS_ASSIGNED, PENDING_SHUTDOWN or DEAD

    +
  • +
  • +

    Active tasks: task ID and partitions

    +
  • +
  • +

    Standby tasks: task ID and partitions

    +
  • +
+
+
+

By default, only the global status is visible (UP or DOWN). To show the details, the property management.endpoint.health.show-details must be set to ALWAYS or WHEN_AUTHORIZED. +For more details about the health information, see the +Spring Boot Actuator documentation.

+
+
+ + + + + +
+ + +The status of the health indicator is UP if all the Kafka threads registered are in the RUNNING state. +
+
+
+

2.14.1. Using custom state stores in functional applications

+
+

You can define custom state stores as beans in your application and those will be detected and added to the Kafka Streams builder by the binder. +Note that, for regular StreamListener based processors, you still need to use the KafkaStreamsStateStore annotation for custom state stores. +Here is an example of using custom state stores with functional style described in this section.

+
+
+
+
@Bean
+		public StoreBuilder myStore() {
+			return Stores.keyValueStoreBuilder(
+					Stores.persistentKeyValueStore("my-store"), Serdes.Long(),
+					Serdes.Long());
+		}
+
+		@Bean
+		public StoreBuilder otherStore() {
+			return Stores.windowStoreBuilder(
+					Stores.persistentWindowStore("other-store",
+							1L, 3, 3L, false), Serdes.Long(),
+					Serdes.Long());
+		}
+
+
+
+

These state stores can be then accessed by the applications directly.

+
+
+
+
+
+

Appendices

+
+

Appendix A: Building

+
+
+

A.1. Basic Compile and Test

+
+

To build the source you will need to install JDK 1.7.

+
+
+

The build uses the Maven wrapper so you don’t have to install a specific +version of Maven. To enable the tests, you should have Kafka server 0.9 or above running +before building. See below for more information on running the servers.

+
+
+

The main build command is

+
+
+
+
$ ./mvnw clean install
+
+
+
+

You can also add '-DskipTests' if you like, to avoid running the tests.

+
+
+ + + + + +
+ + +You can also install Maven (>=3.3.3) yourself and run the mvn command +in place of ./mvnw in the examples below. If you do that you also +might need to add -P spring if your local Maven settings do not +contain repository declarations for spring pre-release artifacts. +
+
+
+ + + + + +
+ + +Be aware that you might need to increase the amount of memory +available to Maven by setting a MAVEN_OPTS environment variable with +a value like -Xmx512m -XX:MaxPermSize=128m. We try to cover this in +the .mvn configuration, so if you find you have to do it to make a +build succeed, please raise a ticket to get the settings added to +source control. +
+
+
+

The projects that require middleware generally include a +docker-compose.yml, so consider using +Docker Compose to run the middeware servers +in Docker containers.

+
+
+
+

A.2. Documentation

+
+

There is a "full" profile that will generate documentation.

+
+
+
+

A.3. Working with the code

+
+

If you don’t have an IDE preference we would recommend that you use +Spring Tools Suite or +Eclipse when working with the code. We use the +m2eclipe eclipse plugin for maven support. Other IDEs and tools +should also work without issue.

+
+
+

A.3.1. Importing into eclipse with m2eclipse

+
+

We recommend the m2eclipe eclipse plugin when working with +eclipse. If you don’t already have m2eclipse installed it is available from the "eclipse +marketplace".

+
+
+

Unfortunately m2e does not yet support Maven 3.3, so once the projects +are imported into Eclipse you will also need to tell m2eclipse to use +the .settings.xml file for the projects. If you do not do this you +may see many different errors related to the POMs in the +projects. Open your Eclipse preferences, expand the Maven +preferences, and select User Settings. In the User Settings field +click Browse and navigate to the Spring Cloud project you imported +selecting the .settings.xml file in that project. Click Apply and +then OK to save the preference changes.

+
+
+ + + + + +
+ + +Alternatively you can copy the repository settings from .settings.xml into your own ~/.m2/settings.xml. +
+
+
+
+

A.3.2. Importing into eclipse without m2eclipse

+
+

If you prefer not to use m2eclipse you can generate eclipse project metadata using the +following command:

+
+
+
+
$ ./mvnw eclipse:eclipse
+
+
+
+

The generated eclipse projects can be imported by selecting import existing projects +from the file menu.

+
+
+

[[contributing] +== Contributing

+
+
+

Spring Cloud is released under the non-restrictive Apache 2.0 license, +and follows a very standard Github development process, using Github +tracker for issues and merging pull requests into master. If you want +to contribute even something trivial please do not hesitate, but +follow the guidelines below.

+
+
+
+
+

A.4. Sign the Contributor License Agreement

+
+

Before we accept a non-trivial patch or pull request we will need you to sign the +contributor’s agreement. +Signing the contributor’s agreement does not grant anyone commit rights to the main +repository, but it does mean that we can accept your contributions, and you will get an +author credit if we do. Active contributors might be asked to join the core team, and +given the ability to merge pull requests.

+
+
+
+

A.5. Code Conventions and Housekeeping

+
+

None of these is essential for a pull request, but they will all help. They can also be +added after the original pull request but before a merge.

+
+
+
    +
  • +

    Use the Spring Framework code format conventions. If you use Eclipse +you can import formatter settings using the +eclipse-code-formatter.xml file from the +Spring +Cloud Build project. If using IntelliJ, you can use the +Eclipse Code Formatter +Plugin to import the same file.

    +
  • +
  • +

    Make sure all new .java files to have a simple Javadoc class comment with at least an +@author tag identifying you, and preferably at least a paragraph on what the class is +for.

    +
  • +
  • +

    Add the ASF license header comment to all new .java files (copy from existing files +in the project)

    +
  • +
  • +

    Add yourself as an @author to the .java files that you modify substantially (more +than cosmetic changes).

    +
  • +
  • +

    Add some Javadocs and, if you change the namespace, some XSD doc elements.

    +
  • +
  • +

    A few unit tests would help a lot as well — someone has to do it.

    +
  • +
  • +

    If no-one else is using your branch, please rebase it against the current master (or +other target branch in the main project).

    +
  • +
  • +

    When writing a commit message please follow these conventions, +if you are fixing an existing issue please add Fixes gh-XXXX at the end of the commit +message (where XXXX is the issue number).

    +
  • +
+
+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/Guardfile b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/Guardfile new file mode 100644 index 00000000..bdd4d729 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/Guardfile @@ -0,0 +1,20 @@ +require 'asciidoctor' +require 'erb' + +guard 'shell' do + watch(/.*\.adoc$/) {|m| + Asciidoctor.render_file('index.adoc', \ + :in_place => true, \ + :safe => Asciidoctor::SafeMode::UNSAFE, \ + :attributes=> { \ + 'source-highlighter' => 'prettify', \ + 'icons' => 'font', \ + 'linkcss'=> 'true', \ + 'copycss' => 'true', \ + 'doctype' => 'book'}) + } +end + +guard 'livereload' do + watch(%r{^.+\.(css|js|html)$}) +end diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/css/spring.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/css/spring.css new file mode 100644 index 00000000..40821db3 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/css/spring.css @@ -0,0 +1 @@ +@import url("https://fonts.googleapis.com/css?family=Karla:400,700|Montserrat:400,700");/*! normalize.css v2.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}script{display:none !important}html,body{font-size:100%}html{font-family:Karla, sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}body{background:white;color:#000;padding:0;margin:0;font-size:16px;font-family:Karla, sans-serif;font-weight:normal;font-style:normal;line-height:1.6em;position:relative;cursor:auto}a:hover{cursor:pointer}img,object,embed{max-width:100%;height:auto}object,embed{height:100%}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}.text-justify{text-align:justify !important}.hide{display:none}.antialiased{-webkit-font-smoothing:antialiased}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}object,svg{display:inline-block;vertical-align:middle}.center{margin-left:auto;margin-right:auto}.spread{width:100%}p.lead,.paragraph.lead>p,#preamble>.sectionbody>.paragraph:first-of-type p{line-height:1.6}.subheader,.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{line-height:1.45;color:#0b0a0a;font-weight:bold;margin-top:0;margin-bottom:0.8em}div,dl,dt,dd,ul,ol,li,h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0;direction:ltr}a{color:#097dff;line-height:inherit;text-decoration:none}a:hover,a:focus{color:#016be2;text-decoration:underline}a img{border:none}p{font-family:inherit;font-weight:normal;font-size:1em;line-height:1.6;margin-bottom:1.25em;text-rendering:optimizeLegibility}p aside{font-size:0.875em;line-height:1.35;font-style:italic}h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{font-family:Montserrat, sans-serif;font-weight:400;font-style:normal;color:#000;text-rendering:optimizeLegibility;margin-top:1em;margin-bottom:0.5em;line-height:1.0125em}h1 small,h2 small,h3 small,#toctitle small,.sidebarblock>.content>.title small,h4 small,h5 small,h6 small{font-size:60%;color:#867c74;line-height:0}h1{font-size:2.125em}h2{font-size:1.6875em}h3,#toctitle,.sidebarblock>.content>.title{font-size:1.375em}h4{font-size:1.125em}h5{font-size:1.125em}h6{font-size:1em}hr{border:solid #ddddd8;border-width:1px 0 0;clear:both;margin:1.25em 0 1.1875em;height:0}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:bold;line-height:inherit}small{font-size:60%;line-height:inherit}code{font-family:Monaco, Menlo, Consolas, "Courier New", monospace;font-weight:normal;color:#3d3d3c;word-break:break-word}ul,ol,dl{font-size:1em;line-height:1.6;margin-bottom:1.25em;list-style-position:outside;font-family:inherit}ul,ol{margin-left:1.5em}ul.no-bullet,ol.no-bullet{margin-left:1.5em}ul li ul,ul li ol{margin-left:1.25em;margin-bottom:0;font-size:1em}ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit}ul.square{list-style-type:square}ul.circle{list-style-type:circle}ul.disc{list-style-type:disc}ul.no-bullet{list-style:none}ol li ul,ol li ol{margin-left:1.25em;margin-bottom:0}dl dt{margin-bottom:0.3125em;font-weight:bold}dl dd{margin-bottom:1.25em}abbr,acronym{text-transform:uppercase;font-size:90%;color:#000;border-bottom:1px dotted #dddddd;cursor:help}abbr{text-transform:none}blockquote{margin:0 0 1.25em;padding:0.5625em 1.25em 0 1.1875em;border-left:1px solid #dddddd}blockquote cite{display:block;font-size:0.9375em;color:rgba(0,0,0,0.6)}blockquote cite:before{content:"\2014 \0020"}blockquote cite a,blockquote cite a:visited{color:rgba(0,0,0,0.6)}blockquote,blockquote p{line-height:1.6;color:rgba(0,0,0,0.85)}.vcard{display:inline-block;margin:0 0 1.25em 0;border:1px solid #dddddd;padding:0.625em 0.75em}.vcard li{margin:0;display:block}.vcard .fn{font-weight:bold;font-size:0.9375em}.vevent .summary{font-weight:bold}.vevent abbr{cursor:auto;text-decoration:none;font-weight:bold;border:none;padding:0 0.0625em}#tocbot{padding:0 0 1rem 0;line-height:1.5rem;padding-left:25px}.mobile-toc{padding:0 0 1rem 0;line-height:1.5rem}.mobile-toc li a{display:block;padding:.3rem 0}#tocbot ol li{list-style:none;padding:0;margin:0}#tocbot ol{margin:0;padding:0;padding-left:0.6rem}#tocbot .toc-link{display:block;padding-top:4px;padding-bottom:4px;outline:none}table{background:white;margin-bottom:1.25em;border:solid 1px #cacaca;border-spacing:0}table thead,table tfoot{background:#f7f8f7;font-weight:bold}table thead tr th,table thead tr td,table tfoot tr th,table tfoot tr td{padding:0.5em 0.625em 0.625em;font-size:inherit;color:#000;text-align:left}table tr th,table tr td{padding:0.5625em 0.625em;font-size:inherit;color:#000}table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td{display:table-cell;line-height:1.6}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;tab-size:4}h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2;word-spacing:-0.05em}.clearfix:before,.clearfix:after,.float-group:before,.float-group:after{content:" ";display:table}.clearfix:after,.float-group:after{clear:both}*:not(pre)>code{font-size:0.8525em;font-style:normal !important;letter-spacing:0;padding:0.1em 0.3em 0.2em;background-color:rgba(0,0,0,0.05);border-radius:4px;text-rendering:optimizeSpeed}pre,pre>code{line-height:1.85;color:rgba(0,0,0,0.9);font-family:Monaco, Menlo, Consolas, "Courier New", monospace;font-weight:normal;text-rendering:optimizeSpeed;word-break:normal}pre{overflow:auto}em em{font-style:normal}strong strong{font-weight:normal}.keyseq{color:#6b625c}kbd{font-family:Monaco, Menlo, Consolas, "Courier New", monospace;display:inline-block;color:#000;font-size:0.65em;line-height:1.45;background-color:#f7f7f7;border:1px solid #ccc;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 0.1em white inset;box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 0.1em white inset;margin:0 0.15em;padding:0.2em 0.5em;vertical-align:middle;position:relative;top:-0.1em;white-space:nowrap}.keyseq kbd:first-child{margin-left:0}.keyseq kbd:last-child{margin-right:0}.menuseq,.menu{color:#191715}b.button:before,b.button:after{position:relative;top:-1px;font-weight:normal}b.button:before{content:"[";padding:0 3px 0 2px}b.button:after{content:"]";padding:0 2px 0 3px}p a>code:hover{color:rgba(0,0,0,0.9)}#toc{border-bottom:1px solid #ddddd8;padding-bottom:0.5em}#toc>ul{margin-left:0.125em}#toc ul.sectlevel0>li>a{font-style:italic}#toc ul.sectlevel0 ul.sectlevel1{margin:0.5em 0}#toc ul{list-style-type:none}#toc li{line-height:1.3334}#toc a{text-decoration:none}#toc a:active{text-decoration:underline}#toctitle{color:#0b0a0a;font-size:1.2em;display:none}body.toc2{padding-top:90px;text-rendering:optimizeLegibility}#content #toc{border-style:solid;border-width:1px;border-color:#d7d7d7;margin-bottom:1.25em;padding:1.25em;background:#f1f1f1;-webkit-border-radius:4px;border-radius:4px}#content #toc>:first-child{margin-top:0}#content #toc>:last-child{margin-bottom:0}#footer{padding-bottom:2rem}#footer #footer-text{padding:2rem 0;border-top:1px solid #efefed}#footer-text{color:rgba(0,0,0,0.6);line-height:1.44}.sect1{padding-bottom:0.625em}.sect1+.sect1{border-top:1px solid #efefed}#content h1>a.anchor,h2>a.anchor,h3>a.anchor,#toctitle>a.anchor,.sidebarblock>.content>.title>a.anchor,h4>a.anchor,h5>a.anchor,h6>a.anchor{position:absolute;z-index:1001;width:1.5ex;margin-left:-1.5ex;margin-top:0.1rem;display:block;visibility:hidden;text-align:center;font-weight:normal;color:rgba(0,0,0,0.2)}#content h1>a.anchor:hover,h2>a.anchor:hover,h3>a.anchor:hover,#toctitle>a.anchor:hover,.sidebarblock>.content>.title>a.anchor:hover,h4>a.anchor:hover,h5>a.anchor:hover,h6>a.anchor:hover{color:#097dff;text-decoration:none}#content h1>a.anchor:before,h2>a.anchor:before,h3>a.anchor:before,#toctitle>a.anchor:before,.sidebarblock>.content>.title>a.anchor:before,h4>a.anchor:before,h5>a.anchor:before,h6>a.anchor:before{content:"\0023";font-size:0.85em;display:block;padding-top:0.1em}#content h1:hover>a.anchor,#content h1>a.anchor:hover,h2:hover>a.anchor,h2>a.anchor:hover,h3:hover>a.anchor,#toctitle:hover>a.anchor,.sidebarblock>.content>.title:hover>a.anchor,h3>a.anchor:hover,#toctitle>a.anchor:hover,.sidebarblock>.content>.title>a.anchor:hover,h4:hover>a.anchor,h4>a.anchor:hover,h5:hover>a.anchor,h5>a.anchor:hover,h6:hover>a.anchor,h6>a.anchor:hover{visibility:visible}#content h1>a.link,h2>a.link,h3>a.link,#toctitle>a.link,.sidebarblock>.content>.title>a.link,h4>a.link,h5>a.link,h6>a.link{color:#000;text-decoration:none}#content h1>a.link:hover,h2>a.link:hover,h3>a.link:hover,#toctitle>a.link:hover,.sidebarblock>.content>.title>a.link:hover,h4>a.link:hover,h5>a.link:hover,h6>a.link:hover{color:#262321}.audioblock,.imageblock,.literalblock,.listingblock,.stemblock,.videoblock{margin-bottom:1.25em}.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{text-rendering:optimizeLegibility;text-align:left;font-family:Karla, sans-serif;font-size:1rem}table.tableblock>caption.title{white-space:nowrap;overflow:visible;max-width:0;padding:0.6rem 0}table.tableblock #preamble>.sectionbody>.paragraph:first-of-type p{font-size:inherit}.admonitionblock>table{border-collapse:separate;border:0;background:none;width:100%}.admonitionblock>table td.icon{text-align:center;vertical-align:top;padding-top:0.8em;width:80px}.admonitionblock>table td.icon img{max-width:initial}.admonitionblock>table td.icon .title{font-weight:bold;font-family:Montserrat, sans-serif;text-transform:uppercase}.admonitionblock>table td.content{padding-left:0em;padding-right:1.25em;border-left:1px solid #ddddd8}.admonitionblock>table td.content>:last-child>:last-child{margin-bottom:0}.exampleblock>.content{border-style:solid;border-width:0;border-color:#e6e6e6;margin-bottom:1.25em;padding:1.25em;background:#f1f1f1;border-radius:4px}.exampleblock>.content>:first-child{margin-top:0}.exampleblock>.content>:last-child{margin-bottom:0}.sidebarblock{border-style:solid;border-width:0;border-color:#d7d7d7;margin-bottom:1.25em;padding:1.25em;background:#f1f1f1;border-radius:4px;overflow:scroll}.sidebarblock>:first-child{margin-top:0}.sidebarblock>:last-child{margin-bottom:0}.sidebarblock>.content>.title{color:#0b0a0a;margin-top:0;text-align:center}.exampleblock>.content>:last-child>:last-child,.exampleblock>.content .olist>ol>li:last-child>:last-child,.exampleblock>.content .ulist>ul>li:last-child>:last-child,.exampleblock>.content .qlist>ol>li:last-child>:last-child,.sidebarblock>.content>:last-child>:last-child,.sidebarblock>.content .olist>ol>li:last-child>:last-child,.sidebarblock>.content .ulist>ul>li:last-child>:last-child,.sidebarblock>.content .qlist>ol>li:last-child>:last-child{margin-bottom:0}.literalblock pre,.listingblock pre:not(.highlight),.listingblock pre[class="highlight"],.listingblock pre[class^="highlight "],.listingblock pre.CodeRay,.listingblock pre.prettyprint{background:#282c33;color:#e6e1dc;border-radius:4px}.sidebarblock .literalblock pre,.sidebarblock .listingblock pre:not(.highlight),.sidebarblock .listingblock pre[class="highlight"],.sidebarblock .listingblock pre[class^="highlight "],.sidebarblock .listingblock pre.CodeRay,.sidebarblock .listingblock pre.prettyprint{background:#282c33;color:#e6e1dc}.literalblock pre,.literalblock pre[class],.listingblock pre,.listingblock pre[class],.listingblock pre:not(.highlight){padding:1em 1.5rem;font-size:0.8125em}.literalblock pre.nowrap,.literalblock pre[class].nowrap,.listingblock pre.nowrap,.listingblock pre[class].nowrap{overflow-x:auto}.literalblock.output pre{color:whitesmoke;background-color:rgba(0,0,0,0.9)}.listingblock{white-space:nowrap}.listingblock pre.highlightjs{padding:0.2rem 0}.listingblock pre.highlightjs>code{padding:1em 1.5rem;border-radius:4px}.listingblock>.content{position:relative}.listingblock code[data-lang]:before{display:none;content:attr(data-lang);position:absolute;font-size:0.8em;font-weight:bold;top:0.425rem;right:0.5rem;line-height:1;text-transform:uppercase;color:#999}.listingblock code[data-lang]:before{display:block}.listingblock.terminal pre .command:before{content:attr(data-prompt);padding-right:0.5em;color:#999}.listingblock.terminal pre .command:not([data-prompt]):before{content:"$"}table.pyhltable{border-collapse:separate;border:0;margin-bottom:0;background:none}table.pyhltable td{vertical-align:top;padding-top:0;padding-bottom:0;line-height:1.45}table.pyhltable td.code{padding-left:.75em;padding-right:0}pre.pygments .lineno,table.pyhltable td:not(.code){color:#999;padding-left:0;padding-right:.5em;border-right:1px solid #ddddd8}pre.pygments .lineno{display:block;margin-right:.25em}table.pyhltable .linenodiv{background:none !important;padding-right:0 !important}.quoteblock{margin:0 1em 1.25em 1.5em;display:block;text-align:left;padding-left:20px}.quoteblock blockquote,.quoteblock blockquote p{color:rgba(0,0,0,0.85);line-height:1.75;letter-spacing:0}.quoteblock blockquote{margin:0;padding:0;border:0;position:relative}.quoteblock blockquote:before{content:"\201c";font-size:2.75em;font-weight:bold;line-height:0.6em;margin-left:0em;margin-right:1rem;margin-top:0.8rem;color:rgba(0,0,0,0.1);position:absolute;top:0;left:-30px}.quoteblock blockquote>.paragraph:last-child p{margin-bottom:0}.quoteblock .attribution{margin-right:0.5ex}.quoteblock .quoteblock{margin-left:0;margin-right:0;padding:0.5em 0;border-left:3px solid rgba(0,0,0,0.6)}.quoteblock .quoteblock blockquote{padding:0 0 0 0.75em}.quoteblock .quoteblock blockquote:before{display:none}.verseblock{margin:0 1em 1.25em 0;background-color:#f1f1f1;padding:1rem 1.4rem;border-radius:4px}.verseblock pre{font-family:Monaco, Menlo, Consolas, "Courier New", monospace;font-size:0.9rem;color:rgba(0,0,0,0.85);font-weight:300;text-rendering:optimizeLegibility}.verseblock pre strong{font-weight:400}.verseblock .attribution{margin-top:1.25rem;margin-left:0.5ex}.quoteblock .attribution,.verseblock .attribution{font-size:0.9375em;line-height:1.45;font-style:italic}.quoteblock .attribution br,.verseblock .attribution br{display:none}.quoteblock .attribution cite,.verseblock .attribution cite{display:block;letter-spacing:-0.025em;color:rgba(0,0,0,0.6)}.quoteblock.abstract{margin:0 0 1.25em 0;display:block}.quoteblock.abstract blockquote,.quoteblock.abstract blockquote p{text-align:left;word-spacing:0}.quoteblock.abstract blockquote:before,.quoteblock.abstract blockquote p:first-of-type:before{display:none}table.tableblock{max-width:100%;border-collapse:separate;overflow-x:scroll}table.tableblock td>.paragraph:last-child p>p:last-child,table.tableblock th>p:last-child,table.tableblock td>p:last-child{margin-bottom:0}table.tableblock,th.tableblock,td.tableblock{border:0 solid #cacaca;background:white}table.grid-all th.tableblock,table.grid-all td.tableblock{border-width:0 1px 1px 0}table.grid-all tfoot>tr>th.tableblock,table.grid-all tfoot>tr>td.tableblock{border-width:1px 1px 0 0}table.grid-cols th.tableblock,table.grid-cols td.tableblock{border-width:0 1px 0 0}table.grid-all *>tr>.tableblock:last-child,table.grid-cols *>tr>.tableblock:last-child{border-right-width:0}table.grid-rows th.tableblock,table.grid-rows td.tableblock{border-width:0 0 1px 0}table.grid-all tbody>tr:last-child>th.tableblock,table.grid-all tbody>tr:last-child>td.tableblock,table.grid-all thead:last-child>tr>th.tableblock,table.grid-rows tbody>tr:last-child>th.tableblock,table.grid-rows tbody>tr:last-child>td.tableblock,table.grid-rows thead:last-child>tr>th.tableblock{border-bottom-width:0}table.grid-rows tfoot>tr>th.tableblock,table.grid-rows tfoot>tr>td.tableblock{border-width:1px 0 0 0}table.frame-all{border-width:1px}table.frame-sides{border-width:0 1px}table.frame-topbot{border-width:1px 0}th.halign-left,td.halign-left{text-align:left}th.halign-right,td.halign-right{text-align:right}th.halign-center,td.halign-center{text-align:center}th.valign-top,td.valign-top{vertical-align:top}th.valign-bottom,td.valign-bottom{vertical-align:bottom}th.valign-middle,td.valign-middle{vertical-align:middle}table thead th,table tfoot th{font-weight:bold}tbody tr th{display:table-cell;line-height:1.6;background:#f7f8f7}tbody tr th,tbody tr th p,tfoot tr th,tfoot tr th p{color:#34302d;font-weight:bold}p.tableblock>code:only-child{background:none;padding:0}p.tableblock{font-size:1em}td>div.verse{white-space:pre}ol{margin-left:1.75em}ul li ol{margin-left:1.5em}dl dd{margin-left:1.125em}dl dd:last-child,dl dd:last-child>:last-child{margin-bottom:0}ol>li p,ul>li p,ul dd,ol dd,.olist .olist,.ulist .ulist,.ulist .olist,.olist .ulist{margin-bottom:0.625em}ul.unstyled,ol.unnumbered,ul.checklist,ul.none{list-style-type:none}ul.unstyled,ol.unnumbered,ul.checklist{margin-left:0.625em}ul.checklist li>p:first-child>.fa-square-o:first-child,ul.checklist li>p:first-child>.fa-check-square-o:first-child{width:1em;font-size:0.85em}ul.checklist li>p:first-child>input[type="checkbox"]:first-child{width:1em;position:relative;top:1px}ul.inline{margin:0 auto 0.625em auto;margin-left:-1.375em;margin-right:0;padding:0;list-style:none;overflow:hidden}ul.inline>li{list-style:none;float:left;margin-left:1.375em;display:block}ul.inline>li>*{display:block}.unstyled dl dt{font-weight:normal;font-style:normal}ol.arabic{list-style-type:decimal}ol.decimal{list-style-type:decimal-leading-zero}ol.loweralpha{list-style-type:lower-alpha}ol.upperalpha{list-style-type:upper-alpha}ol.lowerroman{list-style-type:lower-roman}ol.upperroman{list-style-type:upper-roman}ol.lowergreek{list-style-type:lower-greek}.hdlist>table,.colist>table{border:0;background:none}.hdlist>table>tbody>tr,.colist>table>tbody>tr{background:none}td.hdlist1,td.hdlist2{vertical-align:top;padding:0 0.625em}td.hdlist1{font-weight:bold;padding-bottom:1.25em}.literalblock+.colist,.listingblock+.colist{margin-top:-0.5em}.colist>table tr>td:first-of-type{padding:0 0.75em;line-height:1}.colist>table tr>td:first-of-type img{max-width:initial}.colist>table tr>td:last-of-type{padding:0.25em 0}.thumb,.th{line-height:0;display:inline-block;border:solid 4px white;-webkit-box-shadow:0 0 0 1px #dddddd;box-shadow:0 0 0 1px #dddddd}.imageblock.left,.imageblock[style*="float: left"]{margin:0.25em 0.625em 1.25em 0}.imageblock.right,.imageblock[style*="float: right"]{margin:0.25em 0 1.25em 0.625em}.imageblock>.title{margin-bottom:0}.imageblock.thumb,.imageblock.th{border-width:6px}.imageblock.thumb>.title,.imageblock.th>.title{padding:0 0.125em}.image.left,.image.right{margin-top:0.25em;margin-bottom:0.25em;display:inline-block;line-height:0}.image.left{margin-right:0.625em}.image.right{margin-left:0.625em}a.image{text-decoration:none;display:inline-block}a.image object{pointer-events:none}sup.footnote,sup.footnoteref{font-size:0.875em;position:static;vertical-align:super}sup.footnote a,sup.footnoteref a{text-decoration:none}sup.footnote a:active,sup.footnoteref a:active{text-decoration:underline}#footnotes{padding-top:0.75em;padding-bottom:0.75em;margin-bottom:0.625em}#footnotes hr{width:20%;min-width:6.25em;margin:-0.25em 0 0.75em 0;border-width:1px 0 0 0}#footnotes .footnote{padding:0 0.375em 0 0.225em;line-height:1.3334;font-size:0.875em;margin-left:1.2em;text-indent:-1.05em;margin-bottom:0.2em}#footnotes .footnote a:first-of-type{font-weight:bold;text-decoration:none}#footnotes .footnote:last-of-type{margin-bottom:0}#content #footnotes{margin-top:-0.625em;margin-bottom:0;padding:0.75em 0}.gist .file-data>table{border:0;background:#fff;width:100%;margin-bottom:0}.gist .file-data>table td.line-data{width:99%}div.unbreakable{page-break-inside:avoid}.big{font-size:larger}.small{font-size:smaller}.underline{text-decoration:underline}.overline{text-decoration:overline}.line-through{text-decoration:line-through}.aqua{color:#00bfbf}.aqua-background{background-color:#00fafa}.black{color:black}.black-background{background-color:black}.blue{color:#0000bf}.blue-background{background-color:#0000fa}.fuchsia{color:#bf00bf}.fuchsia-background{background-color:#fa00fa}.gray{color:#606060}.gray-background{background-color:#7d7d7d}.green{color:#006000}.green-background{background-color:#007d00}.lime{color:#00bf00}.lime-background{background-color:#00fa00}.maroon{color:#600000}.maroon-background{background-color:#7d0000}.navy{color:#000060}.navy-background{background-color:#00007d}.olive{color:#606000}.olive-background{background-color:#7d7d00}.purple{color:#600060}.purple-background{background-color:#7d007d}.red{color:#bf0000}.red-background{background-color:#fa0000}.silver{color:#909090}.silver-background{background-color:#bcbcbc}.teal{color:#006060}.teal-background{background-color:#007d7d}.white{color:#bfbfbf}.white-background{background-color:#fafafa}.yellow{color:#bfbf00}.yellow-background{background-color:#fafa00}span.icon>.fa{cursor:default}.admonitionblock td.icon [class^="fa icon-"]{font-size:2.5em;cursor:default}.admonitionblock td.icon .icon-note:before{content:"\f05a";color:#3f6a22}.admonitionblock td.icon .icon-tip:before{content:"\f0eb";color:#0077b9}.admonitionblock td.icon .icon-warning:before{content:"\f071";color:#d88400}.admonitionblock td.icon .icon-caution:before{content:"\f06d";color:#bf3400}.admonitionblock td.icon .icon-important:before{content:"\f06a";color:#bf0000}.conum[data-value]{display:inline-block;color:#000 !important;background-color:#ffe157;-webkit-border-radius:100px;border-radius:100px;text-align:center;font-size:0.75em;width:1.67em;height:1.67em;line-height:1.67em;font-family:"Open Sans", "DejaVu Sans", sans-serif;font-style:normal;font-weight:bold}.conum[data-value] *{color:#fff !important}.conum[data-value]+b{display:none}.conum[data-value]:after{content:attr(data-value)}pre .conum[data-value]{position:relative;top:0;color:#000 !important;background-color:#ffe157;font-size:12px}b.conum *{color:inherit !important}.conum:not([data-value]):empty{display:none}.admonitionblock{background-color:#ecf1e8;padding:0.8em 0;margin:30px 0;width:auto;border-radius:4px;overflow-x:scroll}.admonitionblock.important{border-left:0px solid #e20000;background-color:#f9ebeb}.admonitionblock.warning{border-left:0px solid #d88400;background-color:#fff9e4}.admonitionblock.tip{border-left:0px solid #0077b9;background-color:#e9f1f6}.admonitionblock.caution{border-left:0px solid #e20000;background-color:#f9ebeb}.admonitionblock .exampleblock>.content{border:0 none;background-color:#fff}#toc a:hover{text-decoration:underline}.admonitionblock>table{margin-bottom:0}.admonitionblock>table td.content{border-left:none}@media print{#tocbot a.toc-link.node-name--H4{display:none}}.is-collapsible{max-height:1000px;overflow:hidden;transition:all 200ms ease-in-out}.is-collapsed{max-height:0}div.back-action,#toc.toc2 div.back-action{padding:0.8rem 0 0 0}div.back-action a,#toc.toc2 div.back-action a{position:relative;display:inline-block;padding:0.6rem 1.2rem;padding-left:35px}div.back-action a span,#toc.toc2 div.back-action a span{position:absolute;left:5px;top:5px;display:block;color:#333;height:26px;width:26px;border-radius:13px}div.back-action a i,#toc.toc2 div.back-action a i{position:absolute;top:5px;left:5px}div.back-action a:hover span,#toc.toc2 div.back-action a:hover span{color:#000}#tocbot.desktop-toc{padding-top:0.8rem}#header-spring{position:absolute;text-rendering:optimizeLegibility;top:0;left:0;right:0;height:90px;margin:0 1rem;padding:0 1rem;border-bottom:1px solid #ddddd8;border-top:3px solid #6BB344}#header-spring h1{margin:0;padding:0;font-size:22px;text-align:left;line-height:86px;padding-left:0.6rem}#header-spring h1 svg{width:200px}#header-spring h1 svg .st0{fill:#6BB344}#header-spring h1 svg .st2{fill:#444}body.book #header-spring{position:relative;top:auto;left:auto;right:auto;margin:0}body.book #header>h1:only-child{border:0 none;padding-bottom:1.2rem;font-size:1.8rem}body.book #header,body.book #content,body.book #footnotes,body.book #footer{margin:0 auto}body.toc2 #header-spring{position:absolute;left:0;right:0;top:0}body.toc2 #header>h1:only-child{font-size:2.2rem}body.toc2 #header,body.toc2 #content,body.toc2 #footnotes,body.toc2 #footer{margin:0 auto}body.toc2 #content{padding-top:2rem}#header,#content,#footnotes,#footer{width:100%;margin-right:auto;margin-top:0;margin-bottom:0;max-width:62.5em;*zoom:1;position:relative;padding-left:0.9375em;padding-right:0.9375em}#header:before,#header:after,#content:before,#content:after,#footnotes:before,#footnotes:after,#footer:before,#footer:after{content:" ";display:table}#header:after,#content:after,#footnotes:after,#footer:after{clear:both}#content{margin-top:1.25em}#content:before{content:none}#header>h1:first-child{margin-top:2.55rem;margin-bottom:0.5em;margin-bottom:0.5em}#header>h1:first-child+#toc{margin-top:8px;border-top:0 none}#header>h1:only-child,body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #ddddd8;padding-bottom:8px}#header .details{border-bottom:1px solid #ddddd8;line-height:1.45;padding-top:0;padding-bottom:2.25em;padding-left:0.25em;color:rgba(0,0,0,0.6);display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-flow:row wrap;-webkit-flex-flow:row wrap;flex-flow:row wrap}#header .details span:first-child{margin-left:-0.125em}#header .details span.email a{color:rgba(0,0,0,0.85)}#header .details br{display:none}#header .details br+span:before{content:"\00a0\2013\00a0"}#header .details br+span.author:before{content:"\00a0\22c5\00a0";color:rgba(0,0,0,0.85)}#header .details br+span#revremark:before{content:"\00a0|\00a0"}#header #revnumber{text-transform:capitalize}#header #revnumber:after{content:"\00a0"}#content>h1:first-child:not([class]){color:rgba(0,0,0,0.85);border-bottom:1px solid #ddddd8;padding-bottom:8px;margin-top:0;padding-top:1.5rem;margin-bottom:1.25rem}h1{font-size:2.2rem;letter-spacing:-1px}h1,h2,h3,h4,h5,h6{font-weight:normal;font-family:Montserrat, Arial, Helvetica, sans-serif}h1:focus,h2:focus,h3:focus,h4:focus,h5:focus,h6:focus{box-shadow:none;outline:none}h2,h3,h4,h5,h6{padding:.8rem 0 .4rem}h1{font-size:1.75em}h2{font-size:1.6rem;letter-spacing:-1px}h3{font-size:1.5rem}h4{font-size:1.4rem}h5{font-size:1.3rem}h6{font-size:1.2rem}pre.highlight{background:#232323;color:#e6e1dc;border-radius:4px}pre.highlight code{color:#e6e1dc}pre.highlight a,#toc.toc2 a{color:#000;font-size:1rem}pre.highlight ul.sectlevel1,#toc.toc2 ul.sectlevel1{padding-left:0.2rem}pre.highlight ul.sectlevel1 li,#toc.toc2 ul.sectlevel1 li{line-height:1.4rem}::selection{background-color:#d1ff79}.literalblock pre::selection,.listingblock pre[class="highlight"]::selection,.highlight::selection,pre::selection,.highlight code::selection,.highlight code span::selection{background:rgba(255,255,255,0.2) !important}body.book #header{margin-bottom:2rem}body.toc2 #header{margin-bottom:0}.desktop-toc{display:none}.admonitionblock td.icon{display:none}.admonitionblock>table td.content{padding-left:1.25em}@media only screen and (min-width: 768px){#toctitle{font-size:1.375em}.sect1{padding-bottom:1.25em}.mobile-toc{display:none}.desktop-toc{display:block}.literalblock pre,.literalblock pre[class],.listingblock pre,.listingblock pre[class]{font-size:0.90625em}.admonitionblock td.icon{display:table-cell}.admonitionblock>table td.content{padding-left:0}body.toc2{padding-right:0}body.toc2 #toc.toc2{position:absolute;margin-top:0 !important;width:15em;top:0;border-top-width:0 !important;border-bottom-width:0 !important;margin-left:-15.9375em;z-index:1000;padding:0 1em 1.25em 0em;overflow:auto}body.toc2 #toc.toc2 #toctitle{margin-top:0;margin-bottom:0.8rem;font-size:1.2em}body.toc2 #toc.toc2>ul{font-size:0.9em;margin-bottom:0}body.toc2 #toc.toc2 ul ul{margin-left:0;padding-left:1em}body.toc2 #toc.toc2 ul.sectlevel0 ul.sectlevel1{padding-left:0;margin-top:0.5em;margin-bottom:0.5em}body.toc2 #header,body.toc2 #content,body.toc2 #footnotes,body.toc2 #footer{padding-left:15.9375em;max-width:none}body.book #header-spring h1{max-width:1400px;margin:0 auto}body.book #header,body.book #content,body.book #footnotes,body.book #footer{max-width:1400px}body.is-position-fixed #toc.toc2{position:fixed;height:100%}h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2}h1{font-size:1.75em}h2{font-size:1.6em}h3,#toctitle,.sidebarblock>.content>.title{font-size:1.5em}h4{font-size:1.4em}h5{font-size:1.2em}h6{font-size:1.2em}#tocbot a.toc-link.node-name--H1{font-style:italic}#tocbot ol{margin:0;padding:0;padding-left:0.6rem}#tocbot ol li{list-style:none;padding:0 0;margin:0;display:block}#tocbot{z-index:999}#tocbot .toc-link{position:relative;display:block;z-index:999;padding-right:5px;padding-top:4px;padding-bottom:4px}#tocbot .is-active-link{padding-right:3px;border-right:3px solid #6BB344}}@media only screen and (min-width: 768px){#tocbot>ul.toc-list{margin-bottom:0.5em;margin-left:0.125em}#tocbot ul.sectlevel0,#tocbot a.toc-link.node-name--H1+ul{padding-left:0}#tocbot a.toc-link{height:100%}.is-collapsible{max-height:3000px;overflow:hidden}.is-collapsed{max-height:0}.is-active-link{font-weight:700}}@media only screen and (min-width: 768px){body.toc2 #header,body.toc2 #content,body.toc2 #footer{background-repeat:repeat-y;background-position:14em 0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDE0NUNENzNGMTVGMTFFODk5RjI5ODk3QURGRjcxMkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDE0NUNENzRGMTVGMTFFODk5RjI5ODk3QURGRjcxMkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMTQ1Q0Q3MUYxNUYxMUU4OTlGMjk4OTdBREZGNzEyQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMTQ1Q0Q3MkYxNUYxMUU4OTlGMjk4OTdBREZGNzEyQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjmGxxYAAAAGUExURd3d2AAAAJlCnKAAAAAMSURBVHjaYmAACDAAAAIAAU9tWeEAAAAASUVORK5CYII=)}}@media only screen and (min-width: 1280px){body.toc2{padding-right:0}body.toc2 #toc.toc2{width:25em;left:auto;margin-left:-26.9375em}body.toc2 #toc.toc2 #toctitle{font-size:1.375em}body.toc2 #toc.toc2>ul{font-size:0.95em}body.toc2 #toc.toc2 ul ul{padding-left:1.25em}body.toc2 body.toc2.toc-right{padding-left:0;padding-right:20em}body.toc2 #header,body.toc2 #content,body.toc2 #footnotes,body.toc2 #footer{padding-left:26.9375em;max-width:1400px}body.toc2 #header-spring h1{margin:0 auto;max-width:1400px}.literalblock pre,.literalblock pre[class],.listingblock pre,.listingblock pre[class]{font-size:0.8125em}body.toc2 #header,body.toc2 #content,body.toc2 #footer{background-repeat:repeat-y;background-position:24em 0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDE0NUNENzNGMTVGMTFFODk5RjI5ODk3QURGRjcxMkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDE0NUNENzRGMTVGMTFFODk5RjI5ODk3QURGRjcxMkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMTQ1Q0Q3MUYxNUYxMUU4OTlGMjk4OTdBREZGNzEyQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMTQ1Q0Q3MkYxNUYxMUU4OTlGMjk4OTdBREZGNzEyQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjmGxxYAAAAGUExURd3d2AAAAJlCnKAAAAAMSURBVHjaYmAACDAAAAIAAU9tWeEAAAAASUVORK5CYII=)}} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/favicon.ico b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..1a4956e64705230122da8c19d762a7f8e6971533 GIT binary patch literal 111804 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 Pn5$LYDwgECM&W5?C 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 literal 0 HcmV?d00001 diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/images/kafka-streams-initializr.png b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/images/kafka-streams-initializr.png new file mode 100644 index 0000000000000000000000000000000000000000..3f1014895b2dba40b7cca1c373b8eb41ea2dc94c GIT binary patch literal 121574 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 literal 0 HcmV?d00001 diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/images/spring-initializr-kafka-streams.png b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/images/spring-initializr-kafka-streams.png new file mode 100644 index 0000000000000000000000000000000000000000..f629e9dfc6aa654b405cbe5c7476891b74b5c838 GIT binary patch literal 119579 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/g,">")}function t(e){return e.nodeName.toLowerCase()}function r(e,n){var t=e&&e.exec(n);return t&&0===t.index}function a(e){return k.test(e)}function i(e){var n,t,r,i,o=e.className+" ";if(o+=e.parentNode?e.parentNode.className:"",t=M.exec(o))return w(t[1])?t[1]:"no-highlight";for(o=o.split(/\s+/),n=0,r=o.length;r>n;n++)if(i=o[n],a(i)||w(i))return i}function o(e){var n,t={},r=Array.prototype.slice.call(arguments,1);for(n in e)t[n]=e[n];return r.forEach(function(e){for(n in e)t[n]=e[n]}),t}function c(e){var n=[];return function r(e,a){for(var i=e.firstChild;i;i=i.nextSibling)3===i.nodeType?a+=i.nodeValue.length:1===i.nodeType&&(n.push({event:"start",offset:a,node:i}),a=r(i,a),t(i).match(/br|hr|img|input/)||n.push({event:"stop",offset:a,node:i}));return a}(e,0),n}function u(e,r,a){function i(){return e.length&&r.length?e[0].offset!==r[0].offset?e[0].offset"}function c(e){l+=""}function u(e){("start"===e.event?o:c)(e.node)}for(var s=0,l="",f=[];e.length||r.length;){var g=i();if(l+=n(a.substring(s,g[0].offset)),s=g[0].offset,g===e){f.reverse().forEach(c);do u(g.splice(0,1)[0]),g=i();while(g===e&&g.length&&g[0].offset===s);f.reverse().forEach(o)}else"start"===g[0].event?f.push(g[0].node):f.pop(),u(g.splice(0,1)[0])}return l+n(a.substr(s))}function s(e){return e.v&&!e.cached_variants&&(e.cached_variants=e.v.map(function(n){return o(e,{v:null},n)})),e.cached_variants||e.eW&&[o(e)]||[e]}function l(e){function n(e){return e&&e.source||e}function t(t,r){return new RegExp(n(t),"m"+(e.cI?"i":"")+(r?"g":""))}function r(a,i){if(!a.compiled){if(a.compiled=!0,a.k=a.k||a.bK,a.k){var o={},c=function(n,t){e.cI&&(t=t.toLowerCase()),t.split(" ").forEach(function(e){var t=e.split("|");o[t[0]]=[n,t[1]?Number(t[1]):1]})};"string"==typeof a.k?c("keyword",a.k):B(a.k).forEach(function(e){c(e,a.k[e])}),a.k=o}a.lR=t(a.l||/\w+/,!0),i&&(a.bK&&(a.b="\\b("+a.bK.split(" ").join("|")+")\\b"),a.b||(a.b=/\B|\b/),a.bR=t(a.b),a.endSameAsBegin&&(a.e=a.b),a.e||a.eW||(a.e=/\B|\b/),a.e&&(a.eR=t(a.e)),a.tE=n(a.e)||"",a.eW&&i.tE&&(a.tE+=(a.e?"|":"")+i.tE)),a.i&&(a.iR=t(a.i)),null==a.r&&(a.r=1),a.c||(a.c=[]),a.c=Array.prototype.concat.apply([],a.c.map(function(e){return s("self"===e?a:e)})),a.c.forEach(function(e){r(e,a)}),a.starts&&r(a.starts,i);var u=a.c.map(function(e){return e.bK?"\\.?("+e.b+")\\.?":e.b}).concat([a.tE,a.i]).map(n).filter(Boolean);a.t=u.length?t(u.join("|"),!0):{exec:function(){return null}}}}r(e)}function f(e,t,a,i){function o(e){return new RegExp(e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")}function c(e,n){var t,a;for(t=0,a=n.c.length;a>t;t++)if(r(n.c[t].bR,e))return n.c[t].endSameAsBegin&&(n.c[t].eR=o(n.c[t].bR.exec(e)[0])),n.c[t]}function u(e,n){if(r(e.eR,n)){for(;e.endsParent&&e.parent;)e=e.parent;return e}return e.eW?u(e.parent,n):void 0}function s(e,n){return!a&&r(n.iR,e)}function p(e,n){var t=R.cI?n[0].toLowerCase():n[0];return e.k.hasOwnProperty(t)&&e.k[t]}function d(e,n,t,r){var a=r?"":j.classPrefix,i='',i+n+o}function h(){var e,t,r,a;if(!E.k)return n(k);for(a="",t=0,E.lR.lastIndex=0,r=E.lR.exec(k);r;)a+=n(k.substring(t,r.index)),e=p(E,r),e?(M+=e[1],a+=d(e[0],n(r[0]))):a+=n(r[0]),t=E.lR.lastIndex,r=E.lR.exec(k);return a+n(k.substr(t))}function b(){var e="string"==typeof E.sL;if(e&&!L[E.sL])return n(k);var t=e?f(E.sL,k,!0,B[E.sL]):g(k,E.sL.length?E.sL:void 0);return E.r>0&&(M+=t.r),e&&(B[E.sL]=t.top),d(t.language,t.value,!1,!0)}function v(){y+=null!=E.sL?b():h(),k=""}function m(e){y+=e.cN?d(e.cN,"",!0):"",E=Object.create(e,{parent:{value:E}})}function N(e,n){if(k+=e,null==n)return v(),0;var t=c(n,E);if(t)return t.skip?k+=n:(t.eB&&(k+=n),v(),t.rB||t.eB||(k=n)),m(t,n),t.rB?0:n.length;var r=u(E,n);if(r){var a=E;a.skip?k+=n:(a.rE||a.eE||(k+=n),v(),a.eE&&(k=n));do E.cN&&(y+=I),E.skip||E.sL||(M+=E.r),E=E.parent;while(E!==r.parent);return r.starts&&(r.endSameAsBegin&&(r.starts.eR=r.eR),m(r.starts,"")),a.rE?0:n.length}if(s(n,E))throw new Error('Illegal lexeme "'+n+'" for mode "'+(E.cN||"")+'"');return k+=n,n.length||1}var R=w(e);if(!R)throw new Error('Unknown language: "'+e+'"');l(R);var x,E=i||R,B={},y="";for(x=E;x!==R;x=x.parent)x.cN&&(y=d(x.cN,"",!0)+y);var k="",M=0;try{for(var C,A,S=0;;){if(E.t.lastIndex=S,C=E.t.exec(t),!C)break;A=N(t.substring(S,C.index),C[0]),S=C.index+A}for(N(t.substr(S)),x=E;x.parent;x=x.parent)x.cN&&(y+=I);return{r:M,value:y,language:e,top:E}}catch(O){if(O.message&&-1!==O.message.indexOf("Illegal"))return{r:0,value:n(t)};throw O}}function g(e,t){t=t||j.languages||B(L);var r={r:0,value:n(e)},a=r;return t.filter(w).filter(x).forEach(function(n){var t=f(n,e,!1);t.language=n,t.r>a.r&&(a=t),t.r>r.r&&(a=r,r=t)}),a.language&&(r.second_best=a),r}function p(e){return j.tabReplace||j.useBR?e.replace(C,function(e,n){return j.useBR&&"\n"===e?"
":j.tabReplace?n.replace(/\t/g,j.tabReplace):""}):e}function d(e,n,t){var r=n?y[n]:t,a=[e.trim()];return e.match(/\bhljs\b/)||a.push("hljs"),-1===e.indexOf(r)&&a.push(r),a.join(" ").trim()}function h(e){var n,t,r,o,s,l=i(e);a(l)||(j.useBR?(n=document.createElementNS("http://www.w3.org/1999/xhtml","div"),n.innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n")):n=e,s=n.textContent,r=l?f(l,s,!0):g(s),t=c(n),t.length&&(o=document.createElementNS("http://www.w3.org/1999/xhtml","div"),o.innerHTML=r.value,r.value=u(t,c(o),s)),r.value=p(r.value),e.innerHTML=r.value,e.className=d(e.className,l,r.language),e.result={language:r.language,re:r.r},r.second_best&&(e.second_best={language:r.second_best.language,re:r.second_best.r}))}function b(e){j=o(j,e)}function v(){if(!v.called){v.called=!0;var e=document.querySelectorAll("pre code");E.forEach.call(e,h)}}function m(){addEventListener("DOMContentLoaded",v,!1),addEventListener("load",v,!1)}function N(n,t){var r=L[n]=t(e);r.aliases&&r.aliases.forEach(function(e){y[e]=n})}function R(){return B(L)}function w(e){return e=(e||"").toLowerCase(),L[e]||L[y[e]]}function x(e){var n=w(e);return n&&!n.disableAutodetect}var E=[],B=Object.keys,L={},y={},k=/^(no-?highlight|plain|text)$/i,M=/\blang(?:uage)?-([\w-]+)\b/i,C=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,I="
",j={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0};return e.highlight=f,e.highlightAuto=g,e.fixMarkup=p,e.highlightBlock=h,e.configure=b,e.initHighlighting=v,e.initHighlightingOnLoad=m,e.registerLanguage=N,e.listLanguages=R,e.getLanguage=w,e.autoDetection=x,e.inherit=o,e.IR="[a-zA-Z]\\w*",e.UIR="[a-zA-Z_]\\w*",e.NR="\\b\\d+(\\.\\d+)?",e.CNR="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",e.BNR="\\b(0b[01]+)",e.RSR="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",e.BE={b:"\\\\[\\s\\S]",r:0},e.ASM={cN:"string",b:"'",e:"'",i:"\\n",c:[e.BE]},e.QSM={cN:"string",b:'"',e:'"',i:"\\n",c:[e.BE]},e.PWM={b:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},e.C=function(n,t,r){var a=e.inherit({cN:"comment",b:n,e:t,c:[]},r||{});return a.c.push(e.PWM),a.c.push({cN:"doctag",b:"(?:TODO|FIXME|NOTE|BUG|XXX):",r:0}),a},e.CLCM=e.C("//","$"),e.CBCM=e.C("/\\*","\\*/"),e.HCM=e.C("#","$"),e.NM={cN:"number",b:e.NR,r:0},e.CNM={cN:"number",b:e.CNR,r:0},e.BNM={cN:"number",b:e.BNR,r:0},e.CSSNM={cN:"number",b:e.NR+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",r:0},e.RM={cN:"regexp",b:/\//,e:/\/[gimuy]*/,i:/\n/,c:[e.BE,{b:/\[/,e:/\]/,r:0,c:[e.BE]}]},e.TM={cN:"title",b:e.IR,r:0},e.UTM={cN:"title",b:e.UIR,r:0},e.METHOD_GUARD={b:"\\.\\s*"+e.UIR,r:0},e});hljs.registerLanguage("bash",function(e){var t={cN:"variable",v:[{b:/\$[\w\d#@][\w\d_]*/},{b:/\$\{(.*?)}/}]},s={cN:"string",b:/"/,e:/"/,c:[e.BE,t,{cN:"variable",b:/\$\(/,e:/\)/,c:[e.BE]}]},a={cN:"string",b:/'/,e:/'/};return{aliases:["sh","zsh"],l:/\b-?[a-z\._]+\b/,k:{keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp",_:"-ne -eq -lt -gt -f -d -e -s -l -a"},c:[{cN:"meta",b:/^#![^\n]+sh\s*$/,r:10},{cN:"function",b:/\w[\w\d_]*\s*\(\s*\)\s*\{/,rB:!0,c:[e.inherit(e.TM,{b:/\w[\w\d_]*/})],r:0},e.HCM,s,a,t]}});hljs.registerLanguage("dockerfile",function(e){return{aliases:["docker"],cI:!0,k:"from maintainer expose env arg user onbuild stopsignal",c:[e.HCM,e.ASM,e.QSM,e.NM,{bK:"run cmd entrypoint volume add copy workdir label healthcheck shell",starts:{e:/[^\\]\n/,sL:"bash"}}],i:")?[^\s\(]+(\s+[^\s\(]+)\s*=/,r:5,c:[{b:e.UIR+"\\s*\\(",rB:!0,r:0,c:[e.UTM]},{cN:"type",b://,k:"reified",r:0},{cN:"params",b:/\(/,e:/\)/,endsParent:!0,k:t,r:0,c:[{b:/:/,e:/[=,\/]/,eW:!0,c:[{cN:"type",b:e.UIR},e.CLCM,e.CBCM],r:0},e.CLCM,e.CBCM,s,l,c,e.CNM]},e.CBCM]},{cN:"class",bK:"class interface trait",e:/[:\{(]|$/,eE:!0,i:"extends implements",c:[{bK:"public protected internal private constructor"},e.UTM,{cN:"type",b://,eB:!0,eE:!0,r:0},{cN:"type",b:/[,:]\s*/,e:/[<\(,]|$/,eB:!0,rE:!0},s,l]},c,{cN:"meta",b:"^#!/usr/bin/env",e:"$",i:"\n"},o]}});hljs.registerLanguage("java",function(e){var a="[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*",t=a+"(<"+a+"(\\s*,\\s*"+a+")*>)?",r="false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do",s="\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",c={cN:"number",b:s,r:0};return{aliases:["jsp"],k:r,i:/<\/|#/,c:[e.C("/\\*\\*","\\*/",{r:0,c:[{b:/\w+@/,r:0},{cN:"doctag",b:"@[A-Za-z]+"}]}),e.CLCM,e.CBCM,e.ASM,e.QSM,{cN:"class",bK:"class interface",e:/[{;=]/,eE:!0,k:"class interface",i:/[:"\[\]]/,c:[{bK:"extends implements"},e.UTM]},{bK:"new throw return else",r:0},{cN:"function",b:"("+t+"\\s+)+"+e.UIR+"\\s*\\(",rB:!0,e:/[{;=]/,eE:!0,k:r,c:[{b:e.UIR+"\\s*\\(",rB:!0,r:0,c:[e.UTM]},{cN:"params",b:/\(/,e:/\)/,k:r,r:0,c:[e.ASM,e.QSM,e.CNM,e.CBCM]},e.CLCM,e.CBCM]},c,{cN:"meta",b:"@[A-Za-z]+"}]}});hljs.registerLanguage("xml",function(s){var e="[A-Za-z0-9\\._:-]+",t={eW:!0,i:/`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist"],cI:!0,c:[{cN:"meta",b:"",r:10,c:[{b:"\\[",e:"\\]"}]},s.C("",{r:10}),{b:"<\\!\\[CDATA\\[",e:"\\]\\]>",r:10},{cN:"meta",b:/<\?xml/,e:/\?>/,r:10},{b:/<\?(php)?/,e:/\?>/,sL:"php",c:[{b:"/\\*",e:"\\*/",skip:!0},{b:'b"',e:'"',skip:!0},{b:"b'",e:"'",skip:!0},s.inherit(s.ASM,{i:null,cN:null,c:null,skip:!0}),s.inherit(s.QSM,{i:null,cN:null,c:null,skip:!0})]},{cN:"tag",b:"|$)",e:">",k:{name:"style"},c:[t],starts:{e:"",rE:!0,sL:["css","xml"]}},{cN:"tag",b:"|$)",e:">",k:{name:"script"},c:[t],starts:{e:"",rE:!0,sL:["actionscript","javascript","handlebars","xml"]}},{cN:"tag",b:"",c:[{cN:"name",b:/[^\/><\s]+/,r:0},t]}]}});hljs.registerLanguage("properties",function(r){var t="[ \\t\\f]*",e="[ \\t\\f]+",s="("+t+"[:=]"+t+"|"+e+")",n="([^\\\\\\W:= \\t\\f\\n]|\\\\.)+",a="([^\\\\:= \\t\\f\\n]|\\\\.)+",c={e:s,r:0,starts:{cN:"string",e:/$/,r:0,c:[{b:"\\\\\\n"}]}};return{cI:!0,i:/\S/,c:[r.C("^\\s*[!#]","$"),{b:n+s,rB:!0,c:[{cN:"attr",b:n,endsParent:!0,r:0}],starts:c},{b:a+s,rB:!0,r:0,c:[{cN:"meta",b:a,endsParent:!0,r:0}],starts:c},{cN:"attr",r:0,b:a+t+"$"}]}});hljs.registerLanguage("diff",function(e){return{aliases:["patch"],c:[{cN:"meta",r:10,v:[{b:/^@@ +\-\d+,\d+ +\+\d+,\d+ +@@$/},{b:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{b:/^\-\-\- +\d+,\d+ +\-\-\-\-$/}]},{cN:"comment",v:[{b:/Index: /,e:/$/},{b:/={3,}/,e:/$/},{b:/^\-{3}/,e:/$/},{b:/^\*{3} /,e:/$/},{b:/^\+{3}/,e:/$/},{b:/\*{5}/,e:/\*{5}$/}]},{cN:"addition",b:"^\\+",e:"$"},{cN:"deletion",b:"^\\-",e:"$"},{cN:"addition",b:"^\\!",e:"$"}]}});hljs.registerLanguage("shell",function(s){return{aliases:["console"],c:[{cN:"meta",b:"^\\s{0,3}[\\w\\d\\[\\]()@-]*[>%$#]",starts:{e:"$",sL:"bash"}}]}});hljs.registerLanguage("asciidoc",function(e){return{aliases:["adoc"],c:[e.C("^/{4,}\\n","\\n/{4,}$",{r:10}),e.C("^//","$",{r:0}),{cN:"title",b:"^\\.\\w.*$"},{b:"^[=\\*]{4,}\\n",e:"\\n^[=\\*]{4,}$",r:10},{cN:"section",r:10,v:[{b:"^(={1,5}) .+?( \\1)?$"},{b:"^[^\\[\\]\\n]+?\\n[=\\-~\\^\\+]{2,}$"}]},{cN:"meta",b:"^:.+?:",e:"\\s",eE:!0,r:10},{cN:"meta",b:"^\\[.+?\\]$",r:0},{cN:"quote",b:"^_{4,}\\n",e:"\\n_{4,}$",r:10},{cN:"code",b:"^[\\-\\.]{4,}\\n",e:"\\n[\\-\\.]{4,}$",r:10},{b:"^\\+{4,}\\n",e:"\\n\\+{4,}$",c:[{b:"<",e:">",sL:"xml",r:0}],r:10},{cN:"bullet",b:"^(\\*+|\\-+|\\.+|[^\\n]+?::)\\s+"},{cN:"symbol",b:"^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\s+",r:10},{cN:"strong",b:"\\B\\*(?![\\*\\s])",e:"(\\n{2}|\\*)",c:[{b:"\\\\*\\w",r:0}]},{cN:"emphasis",b:"\\B'(?!['\\s])",e:"(\\n{2}|')",c:[{b:"\\\\'\\w",r:0}],r:0},{cN:"emphasis",b:"_(?![_\\s])",e:"(\\n{2}|_)",r:0},{cN:"string",v:[{b:"``.+?''"},{b:"`.+?'"}]},{cN:"code",b:"(`.+?`|\\+.+?\\+)",r:0},{cN:"code",b:"^[ \\t]",e:"$",r:0},{b:"^'{3,}[ \\t]*$",r:10},{b:"(link:)?(http|https|ftp|file|irc|image:?):\\S+\\[.*?\\]",rB:!0,c:[{b:"(link|image:?):",r:0},{cN:"link",b:"\\w",e:"[^\\[]+",r:0},{cN:"string",b:"\\[",e:"\\]",eB:!0,eE:!0,r:0}],r:10}]}});hljs.registerLanguage("aspectj",function(e){var t="false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else extends implements break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws privileged aspectOf adviceexecution proceed cflowbelow cflow initialization preinitialization staticinitialization withincode target within execution getWithinTypeName handler thisJoinPoint thisJoinPointStaticPart thisEnclosingJoinPointStaticPart declare parents warning error soft precedence thisAspectInstance",i="get set args call";return{k:t,i:/<\/|#/,c:[e.C("/\\*\\*","\\*/",{r:0,c:[{b:/\w+@/,r:0},{cN:"doctag",b:"@[A-Za-z]+"}]}),e.CLCM,e.CBCM,e.ASM,e.QSM,{cN:"class",bK:"aspect",e:/[{;=]/,eE:!0,i:/[:;"\[\]]/,c:[{bK:"extends implements pertypewithin perthis pertarget percflowbelow percflow issingleton"},e.UTM,{b:/\([^\)]*/,e:/[)]+/,k:t+" "+i,eE:!1}]},{cN:"class",bK:"class interface",e:/[{;=]/,eE:!0,r:0,k:"class interface",i:/[:"\[\]]/,c:[{bK:"extends implements"},e.UTM]},{bK:"pointcut after before around throwing returning",e:/[)]/,eE:!1,i:/["\[\]]/,c:[{b:e.UIR+"\\s*\\(",rB:!0,c:[e.UTM]}]},{b:/[:]/,rB:!0,e:/[{;]/,r:0,eE:!1,k:t,i:/["\[\]]/,c:[{b:e.UIR+"\\s*\\(",k:t+" "+i,r:0},e.QSM]},{bK:"new throw",r:0},{cN:"function",b:/\w+ +\w+(\.)?\w+\s*\([^\)]*\)\s*((throws)[\w\s,]+)?[\{;]/,rB:!0,e:/[{;=]/,k:t,eE:!0,c:[{b:e.UIR+"\\s*\\(",rB:!0,r:0,c:[e.UTM]},{cN:"params",b:/\(/,e:/\)/,r:0,k:t,c:[e.ASM,e.QSM,e.CNM,e.CBCM]},e.CLCM,e.CBCM]},e.CNM,{cN:"meta",b:"@[A-Za-z]+"}]}});hljs.registerLanguage("gradle",function(e){return{cI:!0,k:{keyword:"task project allprojects subprojects artifacts buildscript configurations dependencies repositories sourceSets description delete from into include exclude source classpath destinationDir includes options sourceCompatibility targetCompatibility group flatDir doLast doFirst flatten todir fromdir ant def abstract break case catch continue default do else extends final finally for if implements instanceof native new private protected public return static switch synchronized throw throws transient try volatile while strictfp package import false null super this true antlrtask checkstyle codenarc copy boolean byte char class double float int interface long short void compile runTime file fileTree abs any append asList asWritable call collect compareTo count div dump each eachByte eachFile eachLine every find findAll flatten getAt getErr getIn getOut getText grep immutable inject inspect intersect invokeMethods isCase join leftShift minus multiply newInputStream newOutputStream newPrintWriter newReader newWriter next plus pop power previous print println push putAt read readBytes readLines reverse reverseEach round size sort splitEachLine step subMap times toInteger toList tokenize upto waitForOrKill withPrintWriter withReader withStream withWriter withWriterAppend write writeLine"},c:[e.CLCM,e.CBCM,e.ASM,e.QSM,e.NM,e.RM]}});hljs.registerLanguage("json",function(e){var i={literal:"true false null"},n=[e.QSM,e.CNM],r={e:",",eW:!0,eE:!0,c:n,k:i},t={b:"{",e:"}",c:[{cN:"attr",b:/"/,e:/"/,c:[e.BE],i:"\\n"},e.inherit(r,{b:/:/})],i:"\\S"},c={b:"\\[",e:"\\]",c:[e.inherit(r)],i:"\\S"};return n.splice(n.length,0,t,c),{c:n,k:i,i:"\\S"}});hljs.registerLanguage("sql",function(e){var t=e.C("--","$");return{cI:!0,i:/[<>{}*]/,c:[{bK:"begin end start commit rollback savepoint lock alter create drop rename call delete do handler insert load replace select truncate update set show pragma grant merge describe use explain help declare prepare execute deallocate release unlock purge reset change stop analyze cache flush optimize repair kill install uninstall checksum restore check backup revoke comment with",e:/;/,eW:!0,l:/[\w\.]+/,k:{keyword:"as abort abs absolute acc acce accep accept access accessed accessible account acos action activate add addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias allocate allow alter always analyze ancillary and any anydata anydataset anyschema anytype apply archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound buffer_cache buffer_pool build bulk by byte byteordermark bytes cache caching call calling cancel capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base char_length character_length characters characterset charindex charset charsetform charsetid check checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation collect colu colum column column_value columns columns_updated comment commit compact compatibility compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection consider consistent constant constraint constraints constructor container content contents context contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user cursor curtime customdatum cycle data database databases datafile datafiles datalength date_add date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor deterministic diagnostics difference dimension direct_load directory disable disable_all disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div do document domain dotnet double downgrade drop dumpfile duplicate duration each edition editionable editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding execu execut execute exempt exists exit exp expire explain export export_set extended extent external external_1 external_2 externally extract failed failed_login_attempts failover failure far fast feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final finish first first_value fixed flash_cache flashback floor flush following follows for forall force foreign form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ftp full function general generated get get_format get_lock getdate getutcdate global global_name globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex hierarchy high high_priority hosts hour http id ident_current ident_incr ident_seed identified identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile initial initialized initially initrans inmemory inner innodb input insert install instance instantiable instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists keep keep_duplicates key keys kill language large last last_day last_insert_id last_value lax lcase lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call logoff logon logs long loop low low_priority lower lpad lrtrim ltrim main make_set makedate maketime managed management manual map mapping mask master master_pos_wait match matched materialized max maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans md5 measures median medium member memcompress memory merge microsecond mid migration min minextents minimum mining minus minute minvalue missing mod mode model modification modify module monitoring month months mount move movement multiset mutex name name_const names nan national native natural nav nchar nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck noswitch not nothing notice notnull notrim novalidate now nowait nth_value nullif nulls num numb numbe nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary out outer outfile outline output over overflow overriding package pad parallel parallel_enable parameters parent parse partial partition partitions pascal passing password password_grace_time password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction prediction_cost prediction_details prediction_probability prediction_set prepare present preserve prior priority private private_sga privileges procedural procedure procedure_analyze processlist profiles project prompt protection public publishingservername purge quarter query quick quiesce quota quotename radians raise rand range rank raw read reads readsize rebuild record records recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename repair repeat replace replicate replication required reset resetlogs resize resource respect restore restricted result result_cache resumable resume retention return returning returns reuse reverse revoke right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll sdo_georaster sdo_topo_geometry search sec_to_time second section securefile security seed segment select self sequence sequential serializable server servererror session session_user sessions_per_user set sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone standby start starting startup statement static statistics stats_binomial_test stats_crosstab stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime table tables tablespace tan tdo template temporary terminated tertiary_weights test than then thread through tier ties time time_format time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unnest unpivot unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear wellformed when whene whenev wheneve whenever where while whitespace with within without work wrapped xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek",literal:"true false null unknown",built_in:"array bigint binary bit blob bool boolean char character date dec decimal float int int8 integer interval number numeric real record serial serial8 smallint text time timestamp varchar varying void"},c:[{cN:"string",b:"'",e:"'",c:[e.BE,{b:"''"}]},{cN:"string",b:'"',e:'"',c:[e.BE,{b:'""'}]},{cN:"string",b:"`",e:"`",c:[e.BE]},e.CNM,e.CBCM,t,e.HCM]},e.CBCM,t,e.HCM]}});hljs.registerLanguage("go",function(e){var t={keyword:"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune",literal:"true false iota nil",built_in:"append cap close complex copy imag len make new panic print println real recover delete"};return{aliases:["golang"],k:t,i:"",rB:!0,e:"\\s*=>",c:[{cN:"params",v:[{b:r},{b:/\(\s*\)/},{b:/\(/,e:/\)/,eB:!0,eE:!0,k:t,c:s}]}]},{b://,sL:"xml",c:[{b:/<\w+\s*\/>/,skip:!0},{b:/<\w+/,e:/(\/\w+|\w+\/)>/,skip:!0,c:[{b:/<\w+\s*\/>/,skip:!0},"self"]}]}],r:0},{cN:"function",bK:"function",e:/\{/,eE:!0,c:[e.inherit(e.TM,{b:r}),{cN:"params",b:/\(/,e:/\)/,eB:!0,eE:!0,c:s}],i:/\[|%/},{b:/\$[(.]/},e.METHOD_GUARD,{cN:"class",bK:"class",e:/[{;=]/,eE:!0,i:/[:"\[\]]/,c:[{bK:"extends"},e.UTM]},{bK:"constructor",e:/\{/,eE:!0}],i:/#(?!!)/}}); \ No newline at end of file diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/a11y-dark.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/a11y-dark.min.css new file mode 100644 index 00000000..b93b742a --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/a11y-dark.min.css @@ -0,0 +1,99 @@ +/* a11y-dark theme */ +/* Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css */ +/* @author: ericwbailey */ + +/* Comment */ +.hljs-comment, +.hljs-quote { + color: #d4d0ab; +} + +/* Red */ +.hljs-variable, +.hljs-template-variable, +.hljs-tag, +.hljs-name, +.hljs-selector-id, +.hljs-selector-class, +.hljs-regexp, +.hljs-deletion { + color: #ffa07a; +} + +/* Orange */ +.hljs-number, +.hljs-built_in, +.hljs-builtin-name, +.hljs-literal, +.hljs-type, +.hljs-params, +.hljs-meta, +.hljs-link { + color: #f5ab35; +} + +/* Yellow */ +.hljs-attribute { + color: #ffd700; +} + +/* Green */ +.hljs-string, +.hljs-symbol, +.hljs-bullet, +.hljs-addition { + color: #abe338; +} + +/* Blue */ +.hljs-title, +.hljs-section { + color: #00e0e0; +} + +/* Purple */ +.hljs-keyword, +.hljs-selector-tag { + color: #dcc6e0; +} + +.hljs { + display: block; + overflow-x: auto; + background: #2b2b2b; + color: #f8f8f2; + padding: 0.5em; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} + +@media screen and (-ms-high-contrast: active) { + .hljs-addition, + .hljs-attribute, + .hljs-built_in, + .hljs-builtin-name, + .hljs-bullet, + .hljs-comment, + .hljs-link, + .hljs-literal, + .hljs-meta, + .hljs-number, + .hljs-params, + .hljs-string, + .hljs-symbol, + .hljs-type, + .hljs-quote { + color: highlight; + } + + .hljs-keyword, + .hljs-selector-tag { + font-weight: bold; + } +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/an-old-hope.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/an-old-hope.min.css new file mode 100644 index 00000000..a6d56f4b --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/an-old-hope.min.css @@ -0,0 +1,89 @@ +/* + +An Old Hope – Star Wars Syntax (c) Gustavo Costa +Original theme - Ocean Dark Theme – by https://github.com/gavsiu +Based on Jesse Leite's Atom syntax theme 'An Old Hope' – https://github.com/JesseLeite/an-old-hope-syntax-atom + +*/ + +/* Death Star Comment */ +.hljs-comment, +.hljs-quote +{ + color: #B6B18B; +} + +/* Darth Vader */ +.hljs-variable, +.hljs-template-variable, +.hljs-tag, +.hljs-name, +.hljs-selector-id, +.hljs-selector-class, +.hljs-regexp, +.hljs-deletion +{ + color: #EB3C54; +} + +/* Threepio */ +.hljs-number, +.hljs-built_in, +.hljs-builtin-name, +.hljs-literal, +.hljs-type, +.hljs-params, +.hljs-meta, +.hljs-link +{ + color: #E7CE56; +} + +/* Luke Skywalker */ +.hljs-attribute +{ + color: #EE7C2B; +} + +/* Obi Wan Kenobi */ +.hljs-string, +.hljs-symbol, +.hljs-bullet, +.hljs-addition +{ + color: #4FB4D7; +} + +/* Yoda */ +.hljs-title, +.hljs-section +{ + color: #78BB65; +} + +/* Mace Windu */ +.hljs-keyword, +.hljs-selector-tag +{ + color: #B45EA4; +} + +/* Millenium Falcon */ +.hljs +{ + display: block; + overflow-x: auto; + background: #1C1D21; + color: #c0c5ce; + padding: 0.5em; +} + +.hljs-emphasis +{ + font-style: italic; +} + +.hljs-strong +{ + font-weight: bold; +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/atom-one-dark-reasonable.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/atom-one-dark-reasonable.min.css new file mode 100644 index 00000000..fd41c996 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/atom-one-dark-reasonable.min.css @@ -0,0 +1,77 @@ +/* + +Atom One Dark With support for ReasonML by Gidi Morris, based off work by Daniel Gamage + +Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax + +*/ +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + line-height: 1.3em; + color: #abb2bf; + background: #282c34; + border-radius: 5px; +} +.hljs-keyword, .hljs-operator { + color: #F92672; +} +.hljs-pattern-match { + color: #F92672; +} +.hljs-pattern-match .hljs-constructor { + color: #61aeee; +} +.hljs-function { + color: #61aeee; +} +.hljs-function .hljs-params { + color: #A6E22E; +} +.hljs-function .hljs-params .hljs-typing { + color: #FD971F; +} +.hljs-module-access .hljs-module { + color: #7e57c2; +} +.hljs-constructor { + color: #e2b93d; +} +.hljs-constructor .hljs-string { + color: #9CCC65; +} +.hljs-comment, .hljs-quote { + color: #b18eb1; + font-style: italic; +} +.hljs-doctag, .hljs-formula { + color: #c678dd; +} +.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst { + color: #e06c75; +} +.hljs-literal { + color: #56b6c2; +} +.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string { + color: #98c379; +} +.hljs-built_in, .hljs-class .hljs-title { + color: #e6c07b; +} +.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number { + color: #d19a66; +} +.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title { + color: #61aeee; +} +.hljs-emphasis { + font-style: italic; +} +.hljs-strong { + font-weight: bold; +} +.hljs-link { + text-decoration: underline; +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/atom-one-dark.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/atom-one-dark.min.css new file mode 100644 index 00000000..1616aafe --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/atom-one-dark.min.css @@ -0,0 +1,96 @@ +/* + +Atom One Dark by Daniel Gamage +Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax + +base: #282c34 +mono-1: #abb2bf +mono-2: #818896 +mono-3: #5c6370 +hue-1: #56b6c2 +hue-2: #61aeee +hue-3: #c678dd +hue-4: #98c379 +hue-5: #e06c75 +hue-5-2: #be5046 +hue-6: #d19a66 +hue-6-2: #e6c07b + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + color: #abb2bf; + background: #282c34; +} + +.hljs-comment, +.hljs-quote { + color: #5c6370; + font-style: italic; +} + +.hljs-doctag, +.hljs-keyword, +.hljs-formula { + color: #c678dd; +} + +.hljs-section, +.hljs-name, +.hljs-selector-tag, +.hljs-deletion, +.hljs-subst { + color: #e06c75; +} + +.hljs-literal { + color: #56b6c2; +} + +.hljs-string, +.hljs-regexp, +.hljs-addition, +.hljs-attribute, +.hljs-meta-string { + color: #98c379; +} + +.hljs-built_in, +.hljs-class .hljs-title { + color: #e6c07b; +} + +.hljs-attr, +.hljs-variable, +.hljs-template-variable, +.hljs-type, +.hljs-selector-class, +.hljs-selector-attr, +.hljs-selector-pseudo, +.hljs-number { + color: #d19a66; +} + +.hljs-symbol, +.hljs-bullet, +.hljs-link, +.hljs-meta, +.hljs-selector-id, +.hljs-title { + color: #61aeee; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} + +.hljs-link { + text-decoration: underline; +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/atom-one-light.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/atom-one-light.min.css new file mode 100644 index 00000000..d5bd1d2a --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/atom-one-light.min.css @@ -0,0 +1,96 @@ +/* + +Atom One Light by Daniel Gamage +Original One Light Syntax theme from https://github.com/atom/one-light-syntax + +base: #fafafa +mono-1: #383a42 +mono-2: #686b77 +mono-3: #a0a1a7 +hue-1: #0184bb +hue-2: #4078f2 +hue-3: #a626a4 +hue-4: #50a14f +hue-5: #e45649 +hue-5-2: #c91243 +hue-6: #986801 +hue-6-2: #c18401 + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + color: #383a42; + background: #fafafa; +} + +.hljs-comment, +.hljs-quote { + color: #a0a1a7; + font-style: italic; +} + +.hljs-doctag, +.hljs-keyword, +.hljs-formula { + color: #a626a4; +} + +.hljs-section, +.hljs-name, +.hljs-selector-tag, +.hljs-deletion, +.hljs-subst { + color: #e45649; +} + +.hljs-literal { + color: #0184bb; +} + +.hljs-string, +.hljs-regexp, +.hljs-addition, +.hljs-attribute, +.hljs-meta-string { + color: #50a14f; +} + +.hljs-built_in, +.hljs-class .hljs-title { + color: #c18401; +} + +.hljs-attr, +.hljs-variable, +.hljs-template-variable, +.hljs-type, +.hljs-selector-class, +.hljs-selector-attr, +.hljs-selector-pseudo, +.hljs-number { + color: #986801; +} + +.hljs-symbol, +.hljs-bullet, +.hljs-link, +.hljs-meta, +.hljs-selector-id, +.hljs-title { + color: #4078f2; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} + +.hljs-link { + text-decoration: underline; +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/dracula.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/dracula.min.css new file mode 100644 index 00000000..d591db68 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/dracula.min.css @@ -0,0 +1,76 @@ +/* + +Dracula Theme v1.2.0 + +https://github.com/zenorocha/dracula-theme + +Copyright 2015, All rights reserved + +Code licensed under the MIT license +http://zenorocha.mit-license.org + +@author Éverton Ribeiro +@author Zeno Rocha + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: #282a36; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-literal, +.hljs-section, +.hljs-link { + color: #8be9fd; +} + +.hljs-function .hljs-keyword { + color: #ff79c6; +} + +.hljs, +.hljs-subst { + color: #f8f8f2; +} + +.hljs-string, +.hljs-title, +.hljs-name, +.hljs-type, +.hljs-attribute, +.hljs-symbol, +.hljs-bullet, +.hljs-addition, +.hljs-variable, +.hljs-template-tag, +.hljs-template-variable { + color: #f1fa8c; +} + +.hljs-comment, +.hljs-quote, +.hljs-deletion, +.hljs-meta { + color: #6272a4; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-literal, +.hljs-title, +.hljs-section, +.hljs-doctag, +.hljs-type, +.hljs-name, +.hljs-strong { + font-weight: bold; +} + +.hljs-emphasis { + font-style: italic; +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/github.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/github.min.css new file mode 100644 index 00000000..791932b8 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/github.min.css @@ -0,0 +1,99 @@ +/* + +github.com style (c) Vasily Polovnyov + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + color: #333; + background: #f8f8f8; +} + +.hljs-comment, +.hljs-quote { + color: #998; + font-style: italic; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-subst { + color: #333; + font-weight: bold; +} + +.hljs-number, +.hljs-literal, +.hljs-variable, +.hljs-template-variable, +.hljs-tag .hljs-attr { + color: #008080; +} + +.hljs-string, +.hljs-doctag { + color: #d14; +} + +.hljs-title, +.hljs-section, +.hljs-selector-id { + color: #900; + font-weight: bold; +} + +.hljs-subst { + font-weight: normal; +} + +.hljs-type, +.hljs-class .hljs-title { + color: #458; + font-weight: bold; +} + +.hljs-tag, +.hljs-name, +.hljs-attribute { + color: #000080; + font-weight: normal; +} + +.hljs-regexp, +.hljs-link { + color: #009926; +} + +.hljs-symbol, +.hljs-bullet { + color: #990073; +} + +.hljs-built_in, +.hljs-builtin-name { + color: #0086b3; +} + +.hljs-meta { + color: #999; + font-weight: bold; +} + +.hljs-deletion { + background: #fdd; +} + +.hljs-addition { + background: #dfd; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/monokai-sublime.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/monokai-sublime.min.css new file mode 100644 index 00000000..2864170d --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/monokai-sublime.min.css @@ -0,0 +1,83 @@ +/* + +Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/ + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: #23241f; +} + +.hljs, +.hljs-tag, +.hljs-subst { + color: #f8f8f2; +} + +.hljs-strong, +.hljs-emphasis { + color: #a8a8a2; +} + +.hljs-bullet, +.hljs-quote, +.hljs-number, +.hljs-regexp, +.hljs-literal, +.hljs-link { + color: #ae81ff; +} + +.hljs-code, +.hljs-title, +.hljs-section, +.hljs-selector-class { + color: #a6e22e; +} + +.hljs-strong { + font-weight: bold; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-name, +.hljs-attr { + color: #f92672; +} + +.hljs-symbol, +.hljs-attribute { + color: #66d9ef; +} + +.hljs-params, +.hljs-class .hljs-title { + color: #f8f8f2; +} + +.hljs-string, +.hljs-type, +.hljs-built_in, +.hljs-builtin-name, +.hljs-selector-id, +.hljs-selector-attr, +.hljs-selector-pseudo, +.hljs-addition, +.hljs-variable, +.hljs-template-variable { + color: #e6db74; +} + +.hljs-comment, +.hljs-deletion, +.hljs-meta { + color: #75715e; +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/monokai.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/monokai.min.css new file mode 100644 index 00000000..775d53f9 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/monokai.min.css @@ -0,0 +1,70 @@ +/* +Monokai style - ported by Luigi Maselli - http://grigio.org +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: #272822; color: #ddd; +} + +.hljs-tag, +.hljs-keyword, +.hljs-selector-tag, +.hljs-literal, +.hljs-strong, +.hljs-name { + color: #f92672; +} + +.hljs-code { + color: #66d9ef; +} + +.hljs-class .hljs-title { + color: white; +} + +.hljs-attribute, +.hljs-symbol, +.hljs-regexp, +.hljs-link { + color: #bf79db; +} + +.hljs-string, +.hljs-bullet, +.hljs-subst, +.hljs-title, +.hljs-section, +.hljs-emphasis, +.hljs-type, +.hljs-built_in, +.hljs-builtin-name, +.hljs-selector-attr, +.hljs-selector-pseudo, +.hljs-addition, +.hljs-variable, +.hljs-template-tag, +.hljs-template-variable { + color: #a6e22e; +} + +.hljs-comment, +.hljs-quote, +.hljs-deletion, +.hljs-meta { + color: #75715e; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-literal, +.hljs-doctag, +.hljs-title, +.hljs-section, +.hljs-type, +.hljs-selector-id { + font-weight: bold; +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/solarized-light.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/solarized-light.min.css new file mode 100644 index 00000000..fdcfcc72 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/solarized-light.min.css @@ -0,0 +1,84 @@ +/* + +Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: #fdf6e3; + color: #657b83; +} + +.hljs-comment, +.hljs-quote { + color: #93a1a1; +} + +/* Solarized Green */ +.hljs-keyword, +.hljs-selector-tag, +.hljs-addition { + color: #859900; +} + +/* Solarized Cyan */ +.hljs-number, +.hljs-string, +.hljs-meta .hljs-meta-string, +.hljs-literal, +.hljs-doctag, +.hljs-regexp { + color: #2aa198; +} + +/* Solarized Blue */ +.hljs-title, +.hljs-section, +.hljs-name, +.hljs-selector-id, +.hljs-selector-class { + color: #268bd2; +} + +/* Solarized Yellow */ +.hljs-attribute, +.hljs-attr, +.hljs-variable, +.hljs-template-variable, +.hljs-class .hljs-title, +.hljs-type { + color: #b58900; +} + +/* Solarized Orange */ +.hljs-symbol, +.hljs-bullet, +.hljs-subst, +.hljs-meta, +.hljs-meta .hljs-keyword, +.hljs-selector-attr, +.hljs-selector-pseudo, +.hljs-link { + color: #cb4b16; +} + +/* Solarized Red */ +.hljs-built_in, +.hljs-deletion { + color: #dc322f; +} + +.hljs-formula { + background: #eee8d5; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/zenburn.min.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/zenburn.min.css new file mode 100644 index 00000000..07be5020 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/highlight/styles/zenburn.min.css @@ -0,0 +1,80 @@ +/* + +Zenburn style from voldmar.ru (c) Vladimir Epifanov +based on dark.css by Ivan Sagalaev + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: #3f3f3f; + color: #dcdcdc; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-tag { + color: #e3ceab; +} + +.hljs-template-tag { + color: #dcdcdc; +} + +.hljs-number { + color: #8cd0d3; +} + +.hljs-variable, +.hljs-template-variable, +.hljs-attribute { + color: #efdcbc; +} + +.hljs-literal { + color: #efefaf; +} + +.hljs-subst { + color: #8f8f8f; +} + +.hljs-title, +.hljs-name, +.hljs-selector-id, +.hljs-selector-class, +.hljs-section, +.hljs-type { + color: #efef8f; +} + +.hljs-symbol, +.hljs-bullet, +.hljs-link { + color: #dca3a3; +} + +.hljs-deletion, +.hljs-string, +.hljs-built_in, +.hljs-builtin-name { + color: #cc9393; +} + +.hljs-addition, +.hljs-comment, +.hljs-quote, +.hljs-meta { + color: #7f9f7f; +} + + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/toc.js b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/toc.js new file mode 100644 index 00000000..a6e933bf --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/toc.js @@ -0,0 +1,107 @@ +var toctitle = document.getElementById('toctitle'); +var path = window.location.pathname; +if (toctitle != null) { + var oldtoc = toctitle.nextElementSibling; + var newtoc = document.createElement('div'); + newtoc.setAttribute('id', 'tocbot'); + newtoc.setAttribute('class', 'js-toc desktop-toc'); + oldtoc.setAttribute('class', 'mobile-toc'); + oldtoc.parentNode.appendChild(newtoc); + tocbot.init({ + contentSelector: '#content', + headingSelector: 'h1, h2, h3, h4, h5', + positionFixedSelector: 'body', + fixedSidebarOffset: 90, + smoothScroll: false + }); + if (!path.endsWith("index.html") && !path.endsWith("/")) { + var link = document.createElement("a"); + link.setAttribute("href", "index.html"); + link.innerHTML = " Back to index"; + var block = document.createElement("div"); + block.setAttribute('class', 'back-action'); + block.appendChild(link); + var toc = document.getElementById('toc'); + var next = document.getElementById('toctitle').nextElementSibling; + toc.insertBefore(block, next); + } +} + +var headerHtml = '
\n' + + '

\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '

\n' + + '
'; + +var header = document.createElement("div"); +header.innerHTML = headerHtml; +document.body.insertBefore(header, document.body.firstChild); \ No newline at end of file diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/tocbot/tocbot.css b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/tocbot/tocbot.css new file mode 100644 index 00000000..0632de23 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/tocbot/tocbot.css @@ -0,0 +1 @@ +.toc{overflow-y:auto}.toc>.toc-list{overflow:hidden;position:relative}.toc>.toc-list li{list-style:none}.toc-list{margin:0;padding-left:10px}a.toc-link{color:currentColor;height:100%}.is-collapsible{max-height:1000px;overflow:hidden;transition:all 300ms ease-in-out}.is-collapsed{max-height:0}.is-position-fixed{position:fixed !important;top:0}.is-active-link{font-weight:700}.toc-link::before{background-color:#EEE;content:' ';display:inline-block;height:inherit;left:0;margin-top:-1px;position:absolute;width:2px}.is-active-link::before{background-color:#54BC4B} diff --git a/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/tocbot/tocbot.min.js b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/tocbot/tocbot.min.js new file mode 100644 index 00000000..943d8fdb --- /dev/null +++ b/spring-cloud-stream-binder-kafka/3.0.0.M3/reference/htmlsingle/js/tocbot/tocbot.min.js @@ -0,0 +1 @@ +!function(e){function t(o){if(n[o])return n[o].exports;var l=n[o]={i:o,l:!1,exports:{}};return e[o].call(l.exports,l,l.exports,t),l.l=!0,l.exports}var n={};t.m=e,t.c=n,t.d=function(e,n,o){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:o})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,n){(function(o){var l,i,s;!function(n,o){i=[],l=o(n),void 0!==(s="function"==typeof l?l.apply(t,i):l)&&(e.exports=s)}(void 0!==o?o:this.window||this.global,function(e){"use strict";function t(){for(var e={},t=0;te.fixedSidebarOffset?-1===n.className.indexOf(e.positionFixedClass)&&(n.className+=h+e.positionFixedClass):n.className=n.className.split(h+e.positionFixedClass).join("")}function s(t){var n=document.documentElement.scrollTop||f.scrollTop;e.positionFixedSelector&&i();var o,l=t;if(m&&null!==document.querySelector(e.tocSelector)&&l.length>0){d.call(l,function(t,i){if(t.offsetTop>n+e.headingsOffset+10){return o=l[0===i?i:i-1],!0}if(i===l.length-1)return o=l[l.length-1],!0});var s=document.querySelector(e.tocSelector).querySelectorAll("."+e.linkClass);u.call(s,function(t){t.className=t.className.split(h+e.activeLinkClass).join("")});var c=document.querySelector(e.tocSelector).querySelectorAll("."+e.listItemClass);u.call(c,function(t){t.className=t.className.split(h+e.activeListItemClass).join("")});var a=document.querySelector(e.tocSelector).querySelector("."+e.linkClass+".node-name--"+o.nodeName+'[href="#'+o.id+'"]');-1===a.className.indexOf(e.activeLinkClass)&&(a.className+=h+e.activeLinkClass);var p=a.parentNode;p&&-1===p.className.indexOf(e.activeListItemClass)&&(p.className+=h+e.activeListItemClass);var C=document.querySelector(e.tocSelector).querySelectorAll("."+e.listClass+"."+e.collapsibleClass);u.call(C,function(t){-1===t.className.indexOf(e.isCollapsedClass)&&(t.className+=h+e.isCollapsedClass)}),a.nextSibling&&-1!==a.nextSibling.className.indexOf(e.isCollapsedClass)&&(a.nextSibling.className=a.nextSibling.className.split(h+e.isCollapsedClass).join("")),r(a.parentNode.parentNode)}}function r(t){return-1!==t.className.indexOf(e.collapsibleClass)&&-1!==t.className.indexOf(e.isCollapsedClass)?(t.className=t.className.split(h+e.isCollapsedClass).join(""),r(t.parentNode.parentNode)):t}function c(t){var n=t.target||t.srcElement;"string"==typeof n.className&&-1!==n.className.indexOf(e.linkClass)&&(m=!1)}function a(){m=!0}var u=[].forEach,d=[].some,f=document.body,m=!0,h=" ";return{enableTocAnimation:a,disableTocAnimation:c,render:n,updateToc:s}}},function(e,t){e.exports=function(e){function t(e){return e[e.length-1]}function n(e){return+e.nodeName.split("H").join("")}function o(t){var o={id:t.id,children:[],nodeName:t.nodeName,headingLevel:n(t),textContent:t.textContent.trim()};return e.includeHtml&&(o.childNodes=t.childNodes),o}function l(l,i){for(var s=o(l),r=n(l),c=i,a=t(c),u=a?a.headingLevel:0,d=r-u;d>0;)a=t(c),a&&void 0!==a.children&&(c=a.children),d--;return r>=e.collapseDepth&&(s.isCollapsed=!0),c.push(s),c}function i(t,n){var o=n;e.ignoreSelector&&(o=n.split(",").map(function(t){return t.trim()+":not("+e.ignoreSelector+")"}));try{return document.querySelector(t).querySelectorAll(o)}catch(e){return console.warn("Element not found: "+t),null}}function s(e){return r.call(e,function(e,t){return l(o(t),e.nest),e},{nest:[]})}var r=[].reduce;return{nestHeadingsArray:s,selectHeadings:i}}},function(e,t){function n(e){function t(e){return"a"===e.tagName.toLowerCase()&&(e.hash.length>0||"#"===e.href.charAt(e.href.length-1))&&(n(e.href)===s||n(e.href)+"#"===s)}function n(e){return e.slice(0,e.lastIndexOf("#"))}function l(e){var t=document.getElementById(e.substring(1));t&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())}!function(){document.documentElement.style}();var i=e.duration,s=location.hash?n(location.href):location.href;!function(){function n(n){!t(n.target)||n.target.className.indexOf("no-smooth-scroll")>-1||"#"===n.target.href.charAt(n.target.href.length-2)&&"!"===n.target.href.charAt(n.target.href.length-1)||-1===n.target.className.indexOf(e.linkClass)||o(n.target.hash,{duration:i,callback:function(){l(n.target.hash)}})}document.body.addEventListener("click",n,!1)}()}function o(e,t){function n(e){s=e-i,window.scrollTo(0,c.easing(s,r,u,d)),s