diff --git a/spring-integration-kafka/src/main/resources/org/springframework/integration/kafka/config/spring-integration-kafka-2.1.xsd b/spring-integration-kafka/src/main/resources/org/springframework/integration/kafka/config/spring-integration-kafka-2.1.xsd index 51d4b64192..a9400888f6 100644 --- a/spring-integration-kafka/src/main/resources/org/springframework/integration/kafka/config/spring-integration-kafka-2.1.xsd +++ b/spring-integration-kafka/src/main/resources/org/springframework/integration/kafka/config/spring-integration-kafka-2.1.xsd @@ -37,7 +37,7 @@ + ]]> @@ -50,7 +50,7 @@ + ]]> @@ -59,7 +59,7 @@ Specifies the expression to determine the name of the Kafka topic against the Message at runtime. This attribute is mutually exclusive with 'topic' attribute. - ]]> + ]]> @@ -67,7 +67,7 @@ + ]]> @@ -76,7 +76,7 @@ Specifies the expression to determine the Key for Kafka message against the Message at runtime. This attribute is mutually exclusive with 'message-key' attribute. - ]]> + ]]> @@ -84,7 +84,7 @@ + ]]> @@ -93,7 +93,7 @@ Specifies the expression to determine the partition for Kafka message against the Message at runtime. This attribute is mutually exclusive with 'partition-id' attribute. - ]]> + ]]> @@ -102,7 +102,7 @@ Specifies whether to block the sending thread until the producer callback has been invoked, indicating the broker has accepted the message (or an exception thrown if the send fails). Default: false. - ]]> + ]]>