XComp commented on PR #25250: URL: https://github.com/apache/flink/pull/25250#issuecomment-2337185856
> The error doesn't occur without my changes, so I assume that it's caused by the PR. But the error message seems unrelated (I didn't touch FlinkKafkaProducer). And I don't find any hint where to look for the cause of the issue. Ok, looks like the `Time` class cannot be deleted because other libraries (e.g. `flink-connector-kafka` with [FlinkKafkaProducer:29](https://github.com/apache/flink-connector-kafka/blob/main/flink-connector-kafka/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaProducer.java#L29] still rely on it) I overlooked the hint in the [e2e test failure](https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=61929&view=logs&j=af184cdd-c6d8-5084-0b69-7e9c67b35f7a&t=0f3adb59-eefa-51c6-2858-3654d9e0749d&l=9736). I reverted the removal of the `Time` class and labeled it as `@Internal`. Let's see whether that fixes the issue. :crossed_fingers: -- 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]
