io.axoniq:axondb-grpc-proto

Clients module for the AxonIQ modules (AxonDB).

License

License

Categories

Categories

Axon Application Layer Libs Distributed Applications gRPC Net Networking
GroupId

GroupId

io.axoniq
ArtifactId

ArtifactId

axondb-grpc-proto
Last Version

Last Version

1.3.6
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://www.axoniq.io/axondb-grpc-proto

Download axondb-grpc-proto

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

AxonDB client modules

Contains public interface definitions, client code and sample programs for the AxonDB

Version history

1.0

First release

1.1

Query API in client

1.2.1

API extensions for AxonHub integration

1.2.3

  • Keep-alive between client and server
  • maintain connection between client and server even if there are no requests to detect lost connections.
  • Simplified servers property to use default port when omitted
  • Commit timeout configurable
  • Improved support for configuration properties in IDE when using spring-boot

1.3

  • Implementation of new AxonFramework 3.3 operations

1.3.1

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

1.3.5

  • changed connect thread to daemon thread
  • aligned client version with latest server version
io.axoniq

AxonIQ

Versions

Version
1.3.6
1.3.5
1.3.1
1.3
1.2.3
1.2.1
1.1
1.0.1
1.0