Enhancement Description
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.
Enhancement Description
Since
axonserver-connector-javahas incremented theio.grpcdependency 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-bomdependency.Current Behaviour
Everything works with
grpc-bomversion 1.65.1, but there is a noticeable performance impact compared to version 1.59.1Wanted Behaviour
Ensure the
axonserver-connector-javadoes not have a performance penalty when using version 1.65.1 or higher of thegrpc-bomdependency.Possible Workarounds
Override the
grpc-bomdependency to 1.59.1.