We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc6954 commit 7c96582Copy full SHA for 7c96582
src/kafka/consumer.rs
@@ -162,7 +162,7 @@ impl ConsumerContext for KafkaContext {
162
Event::Revoke(tpl.to_topic_map().keys().cloned().collect()),
163
rendezvous_sender,
164
));
165
- info!("Partition assignment event sent, waiting for rendezvous...");
+ info!("Partition revocation event sent, waiting for rendezvous...");
166
let _ = rendezvous_receiver.recv();
167
info!("Rendezvous complete");
168
}
0 commit comments