Animesh Kumar
Animesh Kumar
Hey @ejona86 Thanks for your insightful response. My two cents here would be -- The function `ServiceLoader.java#nextProviderClass` gets called from this `hasNextService` function. What happens here is the line `loader.getResources(fullName)`....
> I wasn't able to follow what you think the issue is there. So basically consider the following directory structure -- ``` pDir (plugin directory) grpc-api-1.39.0.jar grpc-netty-shaded-1.39.0.jar kDir grpc-api-1.54.0.jar grpc-netty-1.54.0.jar...
@jpechane Addressed comments. PTAL
@jpechane Understood your concern and added a proposal [here](https://github.com/debezium/debezium/pull/5308#discussion_r1497543654). I can make the default value change for other array types once we agree on something for the above.
@Naros replied to comment
@jpechane Accomodated the suggestion to not use static.
@sfc-gh-wfateem Any updates on this ?
@jpechane That timeout should be less than the value of `task.shutdown.graceful.timeout.ms` which is a worker config with default value of 5 seconds. If it is not, then consider a case...
@jpechane I'm taking a look
Created https://issues.redhat.com/browse/DBZ-9154. I'll work and close on this.