Replies: 1 comment 2 replies
-
Hi, this code is about 1 year old according to git blame, and it perfectly compiles both locally and in CI. If it doesn't for you, please provide exact steps to reproduce. Replacing this with Mono makes no sense as it levels out the benefits of having a Flux. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The method below in the class
KafkaConnectService.java
fails to compile when built locally .This can be rewritten as below:
By the way, to make the above code work, another change is required in the class
RetryingKafkaConnectClient.java
to the below method.This needs to be rewritten as below:
Let me know if this is a viable option. Thnx!
Beta Was this translation helpful? Give feedback.
All reactions