akomisarek commented on issue #17340: URL: https://github.com/apache/iceberg/issues/17340#issuecomment-5621884545
Even with this scenario, why this piece of code doesn't protect from creating duplicates? https://github.com/apache/iceberg/blob/2702c983668c57177eba79ec97d9103d660cdc81/kafka-connect/kafka-connect/src/main/java/org/apache/iceberg/connect/channel/Coordinator.java#L265-L280 Shouldn't filtering with already committed offsets, skip the reprocessed ones? 🤔 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
