Skip to content

Investigate slowdown through io.grpc version increment #383

@smcvb

Description

@smcvb

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions