io.axoniq:axoniq-eventstore-grpc-proto

Java Client module for the AxonIQ EventStore Server.

Лицензия

Лицензия

Категории

Категории

Axon Библиотеки уровня приложения Distributed Applications gRPC Сеть Networking
Группа

Группа

io.axoniq
Идентификатор

Идентификатор

axoniq-eventstore-grpc-proto
Последняя версия

Последняя версия

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Java Client module for the AxonIQ EventStore Server.
Ссылка на сайт

Ссылка на сайт

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

Скачать axoniq-eventstore-grpc-proto

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0
1.0-beta3
1.0-beta2
1.0-beta1