You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: binders/kafka-binder/spring-cloud-stream-binder-kafka-reactive/src/main/java/org/springframework/cloud/stream/binder/reactorkafka/ReactorKafkaBinder.java
Copy file name to clipboardExpand all lines: binders/kafka-binder/spring-cloud-stream-binder-kafka-reactive/src/main/java/org/springframework/cloud/stream/binder/reactorkafka/ReceiverOptionsCustomizer.java
+7-2
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,18 @@
27
27
* the second is the {@link ReceiverOptions} to customize. Return the customized
28
28
* {@link ReceiverOptions}. Applied in {@link Ordered order} if multiple customizers are
29
29
* found.
30
+
* <p>
31
+
* Generic since 4.0.3 to allow customization of deserializers.
Copy file name to clipboardExpand all lines: binders/kafka-binder/spring-cloud-stream-binder-kafka-reactive/src/main/java/org/springframework/cloud/stream/binder/reactorkafka/SenderOptionsCustomizer.java
+7-2
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,18 @@
27
27
* second is the {@link SenderOptions} to customize. Return the customized
28
28
* {@link SenderOptions}. Applied in {@link Ordered order} if multiple customizers are
29
29
* found.
30
+
* <p>
31
+
* Generic since 4.0.3 to allow customization of serializers.
Copy file name to clipboardExpand all lines: binders/kafka-binder/spring-cloud-stream-binder-kafka-reactive/src/test/java/org/springframework/cloud/stream/binder/reactorkafka/ReactorKafkaBinderIntegrationTests.java
Copy file name to clipboardExpand all lines: binders/kafka-binder/spring-cloud-stream-binder-kafka-reactive/src/test/java/org/springframework/cloud/stream/binder/reactorkafka/ReactorKafkaBinderTests.java
0 commit comments