io.axoniq:axonhub-client

Clients module for the AxonIQ modules (AxonHub).

License

License

Categories

Categories

CLI User Interface Axon Application Layer Libs Distributed Applications
GroupId

GroupId

io.axoniq
ArtifactId

ArtifactId

axonhub-client
Last Version

Last Version

1.1.5
Release Date

Release Date

Type

Type

jar
Description

Description

Clients module for the AxonIQ modules (AxonHub).
Project URL

Project URL

https://www.axoniq.io/axonhub-client

Download axonhub-client

How to add to project

<!-- https://jarcasting.com/artifacts/io.axoniq/axonhub-client/ -->
<dependency>
    <groupId>io.axoniq</groupId>
    <artifactId>axonhub-client</artifactId>
    <version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.axoniq/axonhub-client/
implementation 'io.axoniq:axonhub-client:1.1.5'
// https://jarcasting.com/artifacts/io.axoniq/axonhub-client/
implementation ("io.axoniq:axonhub-client:1.1.5")
'io.axoniq:axonhub-client:jar:1.1.5'
<dependency org="io.axoniq" name="axonhub-client" rev="1.1.5">
  <artifact name="axonhub-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.axoniq', module='axonhub-client', version='1.1.5')
)
libraryDependencies += "io.axoniq" % "axonhub-client" % "1.1.5"
[io.axoniq/axonhub-client "1.1.5"]

Dependencies

compile (10)

Group / Artifact Type Version
io.axoniq : axonhub-grpc-proto jar 1.1.5
io.projectreactor : reactor-core Optional jar 3.1.7.RELEASE
org.springframework : spring-context Optional jar 4.3.9.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 1.5.9.RELEASE
org.springframework.boot : spring-boot-starter Optional jar 1.5.9.RELEASE
org.axonframework : axon-core Optional jar 3.4.1
io.grpc : grpc-protobuf jar 1.19.0
io.grpc : grpc-stub jar 1.19.0
io.grpc : grpc-netty jar 1.19.0
io.netty : netty-tcnative-boringssl-static jar 2.0.20.Final

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.1

test (6)

Group / Artifact Type Version
junit : junit jar 4.12
com.fasterxml.jackson.core : jackson-databind jar 2.9.8
org.mockito : mockito-core jar 2.9.0
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.9.8
ch.qos.logback : logback-classic jar 1.1.11
ch.qos.logback : logback-core jar 1.1.11

Project Modules

There are no modules declared in this project.

axoniq-axonhub-client

Client packages to connect to AxonHub servers.

Packages:

  • axonhub-client: the main client code
  • axonhub-grpc-proto: Protobuf interface definitions
  • axonhub-spring-boot-autoconfigure: Autoconfiguration of Axon Framework components to communicate using AxonHub

Version history

1.0

First release

1.0.1

Fix for Null handling of query result

1.0.3

  • Keep Alive between client and server
  • improved handling of exceptions from query handler
  • updated GRPC and Netty versions
  • Improved support for configuration properties in IDE when using spring-boot

1.1

  • AxonFramework 3.3 support
  • Subscription queries

1.1.1

  • Fix for missing upcaster
  • Resolved high memory consumption in EventBuffer when event stream was closed by client
  • Performance improvement in readEvents
io.axoniq

AxonIQ

Versions

Version
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1
1.0.3
1.0.2
1.0.1
1.0
1.0-RC1
1.0-beta6
1.0-beta5
1.0-beta3
1.0-beta2
1.0-beta1