You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since axonserver-connector-java has incremented the io.grpc dependency from version 1.59.1 to version 1.65.1, we have noted slowdown within regular use of the connector (through for example Axon Framework).
We should investigate where the slowdown comes from and how we can resolve this.
Without resorting to a downgrade of the grpc-bom dependency.
Current Behaviour
Everything works with grpc-bom version 1.65.1, but there is a noticeable performance impact compared to version 1.59.1
Wanted Behaviour
Ensure the axonserver-connector-java does not have a performance penalty when using version 1.65.1 or higher of the grpc-bom dependency.
Possible Workarounds
Override the grpc-bom dependency to 1.59.1.
The text was updated successfully, but these errors were encountered:
Could this be related to the protoc versions not aligning with the ones in the dependencies? Things like AbstractAsyncStub have been introduced by default into the generator.
Enhancement Description
Since
axonserver-connector-java
has incremented theio.grpc
dependency from version 1.59.1 to version 1.65.1, we have noted slowdown within regular use of the connector (through for example Axon Framework).We should investigate where the slowdown comes from and how we can resolve this.
Without resorting to a downgrade of the
grpc-bom
dependency.Current Behaviour
Everything works with
grpc-bom
version 1.65.1, but there is a noticeable performance impact compared to version 1.59.1Wanted Behaviour
Ensure the
axonserver-connector-java
does not have a performance penalty when using version 1.65.1 or higher of thegrpc-bom
dependency.Possible Workarounds
Override the
grpc-bom
dependency to 1.59.1.The text was updated successfully, but these errors were encountered: