Skip to content

Commit 7c96582

Browse files
authored
logs(consumer): fix info log when consumer partitions revoked (#494)
1 parent acc6954 commit 7c96582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kafka/consumer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ impl ConsumerContext for KafkaContext {
162162
Event::Revoke(tpl.to_topic_map().keys().cloned().collect()),
163163
rendezvous_sender,
164164
));
165-
info!("Partition assignment event sent, waiting for rendezvous...");
165+
info!("Partition revocation event sent, waiting for rendezvous...");
166166
let _ = rendezvous_receiver.recv();
167167
info!("Rendezvous complete");
168168
}

0 commit comments

Comments
 (0)