slachiewicz commented on PR #285:
URL:
https://github.com/apache/flink-connector-kafka/pull/285#issuecomment-5524050221
@Efrat19 Done:
- Switched `getLatestMetadataUpdateEventWithoutContextSync()` from
reflection to `context.getSentSourceEvent()`, removing
`@SuppressWarnings("unchecked")`.
- `hasLatestMetadataUpdateEvent()` now catches
`ConcurrentModificationException` directly as well as unwrapped from
`ExecutionException` (in case CME occurs during `getSentSourceEvent()`'s
`workerExecutor` copy).
- Updated commit message and PR description.
Regarding the `MockSplitEnumeratorContext` ticket for `flink-core`: I have
prepared the ticket details for `flink-core` to track synchronizing the copy on
`mainExecutor` and deep-copying event lists, and will link it once filed.
*This comment was created with AI assistance.*
--
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]