natraj09

Results 9 comments of natraj09

I am running into similar issue when I am enabling actuator with embedded tomcat in my spring-boot application. I noticed the tomcat is running on the grpc service port 50051...

@olegz I am using dynamic topic in the header with multiple binder and getting the error ``` reactor.core.Exceptions$ErrorCallbackNotImplemented: java.lang.IllegalStateException: A default binder has been requested, but there is more than...

@olegz I already read through the comments and tried out various options. My destination is dynamic and it cannot be statically mapped.

Would love to have this feature as well. Anyway we can upvote this issue to help prioritize?

@sanjaypujare RPCs do timeout. we do see sporadic timeouts and see the error message inside the catch block @ejona86 I looked at the issue before posting here , there is...

@sanjaypujare Is retry a default option? I didn’t set disableRetry explicitly

`disableRetry` worked, Don't see the LEAK message any more, but seeing new exception. this seem to happen on server startup when the first few requests exceed the deadline. Is this...

@sanjaypujare If I understand, it's just a workaround solution. should I keep this open until there is a permanent solution?