-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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.
Reactions are currently unavailable