Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/streams/developer-guide/streams-rebalance-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ The following features are not yet available and should be avoided when using th

* **Online Migration**: Group migration while the application is running is not available between the classic and new streams protocol.

* **Custom Client Supplier**: Using a custom `KafkaClientSupplier` will only allow so provide restore/global consumer, producer, and admin client. It's not possible to provide the "main" consumer when "streams" groups are enabled.

# Why Use the Streams Rebalance Protocol?

The Streams Rebalance Protocol offers several key advantages over the classic client-driven protocol:
Expand Down