Andriy Redko

Results 742 comments of Andriy Redko

> Do you have any theories on how we can deal with this slow shutdown issue? @tomakehurst getting back to this one, so the `Graceful` shutdown includes 6 components (see...

> Are you able to profile it to see what the connector class is spending so much time on? No, I instrumented the server code to find the cultprit but...

> Are you able to profile it to see what the connector class is spending so much time on? @tomakehurst I was able to get back to that, so there...

@tomakehurst anything else left or I could help you with to move this thing forward? It would be very helpful, thank you.

> Hi @reta Thanks for the contribution! I was wondering if you considered basing your implementation on the [Generic Async Sink](https://github.com/apache/flink/tree/master/flink-connectors/flink-connector-base/src/main/java/org/apache/flink/connector/base/sink), new in 1.15? Hey @CrynetLogistics , thanks a lot...

> I think it would be best to first get that one moved out, so we can understand the actual issues that we might run into. When that one is...

@MartijnVisser I see that https://github.com/apache/flink-connector-elasticsearch is getting filled in, do you think I could re-target the pull request to this repository (or, alternatively, new one https://github.com/apache/flink-connector-opensearch could be created)? Thank...

> Based on the latest discussion on the mailing list, we identified that if we want to create a new connector, we need to create a small FLIP (see https://cwiki.apache.org/confluence/display/FLINK/FLIP+Connector+Template)....

> Hi @reta , is there a reason we can't just re-use this class to allocate ports? > > https://github.com/apache/cxf/blob/654444433f3b17123cbc00fd17ea1c10d7de7a9c/testutils/src/main/java/org/apache/cxf/testutil/common/TestUtil.java#L123 Ah right, thanks @coheigea , no there are no reasons...

> There are some instances of "javax.ws" Strings in the source of these tests that need to be migrated. @coheigea thanks for looking, correct, I will try to make all...