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
* Skip recordNewOffset when records offset < initial offset
* Run hack/update-codegen.sh
* Make recordReceived a bit safer concurrency-wise
* Fix: Remove redundant if clause
Co-authored-by: Christoph Stäbler <[email protected]>
Copy file name to clipboardExpand all lines: data-plane/dispatcher/src/main/java/dev/knative/eventing/kafka/broker/dispatcher/impl/consumer/OffsetManager.java
+16-3Lines changed: 16 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -102,9 +102,12 @@ public PartitionRevokedHandler getPartitionRevokedHandler() {
0 commit comments