File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/main/java/com/google/cloud/pubsublite/kafka Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2727 <dependency >
2828 <groupId >org.apache.kafka</groupId >
2929 <artifactId >kafka-clients</artifactId >
30- <version >3.1.0 </version >
30+ <version >3.2.3 </version >
3131 </dependency >
3232 <dependency >
3333 <groupId >com.google.api</groupId >
Original file line number Diff line number Diff line change @@ -597,6 +597,11 @@ public void enforceRebalance() {
597597 logger .atWarning ().log ("Calling enforceRebalance on a Pub/Sub Lite Consumer is a no-op." );
598598 }
599599
600+ @ Override
601+ public void enforceRebalance (String reason ) {
602+ logger .atWarning ().log ("Calling enforceRebalance on a Pub/Sub Lite Consumer is a no-op." );
603+ }
604+
600605 @ Override
601606 public OptionalLong currentLag (TopicPartition topicPartition ) {
602607 logger .atWarning ().log ("Calling currentLag on a Pub/Sub Lite Consumer always returns empty." );
You can’t perform that action at this time.
0 commit comments