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
Fixes: #3483#3483
- Refactor `KafkaAdmin` to use `Admin` interface
- Change `createAdmin()` method to protected visibility
- Update the return type to `org.apache.kafka.clients.admin.Admin`
- Modify `KafkaAdmin` to use `Admin` interface instead of `AdminClient` class
Copy file name to clipboardExpand all lines: spring-kafka-docs/src/main/antora/modules/ROOT/pages/whats-new.adoc
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,13 @@ For more details, see xref:kafka/sending-messages.adoc[Sending Messages] section
46
46
47
47
When using `DeadLetterPublishingRecovererFactory`, the user applications can override the `maybeLogListenerException` method to customize the logging behavior.
48
48
49
+
[[x33-customize-admin-client-in-KafkaAdmin]]
50
+
=== Customize Admin client in KafkaAdmin
51
+
52
+
When extending `KafkaAdmin`, user applications may override the `createAdmin` method to customize Admin client creation.
53
+
49
54
[[x33-customize-kafka-streams-implementation]]
50
55
=== Customizing The Implementation of Kafka Streams
51
56
52
-
When using `KafkaStreamsCustomizer` it is now possible to return a custom implementation of the `KafkaStreams` object by overriding the `initKafkaStreams` method.
57
+
When using `KafkaStreamsCustomizer` it is now possible to return a custom implementation of the `KafkaStreams` object by overriding the `initKafkaStreams` method.
0 commit comments