chia7712 commented on code in PR #17488:
URL: https://github.com/apache/kafka/pull/17488#discussion_r1806782405
##########
connect/runtime/src/test/java/org/apache/kafka/connect/storage/ConnectorOffsetBackingStoreTest.java:
##########
@@ -94,8 +93,8 @@ public void
testFlushFailureWhenWriteToSecondaryStoreFailsForTombstoneOffsets()
AtomicReference<Throwable> callbackError = new AtomicReference<>();
Future<Void> setFuture =
offsetBackingStore.set(getSerialisedOffsets(mkMap(
- mkEntry(OFFSET_KEY_SERIALIZED, null),
Review Comment:
this case needs to have map carrying null value, so you can add helper for
this case specifically
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]