io.axoniq:axonhub-spring-boot-autoconfigure

Clients module for the AxonIQ modules (AxonHub).

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration Axon Distributed Applications
Группа

Группа

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

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

axonhub-spring-boot-autoconfigure
Последняя версия

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

1.1.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

Clients module for the AxonIQ modules (AxonHub).
Ссылка на сайт

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

https://www.axoniq.io/axonhub-spring-boot-autoconfigure

Скачать axonhub-spring-boot-autoconfigure

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
io.axoniq : axonhub-client jar 1.1.5
org.axonframework : axon-spring-boot-starter jar 3.4.1
org.springframework.boot : spring-boot-configuration-processor Необязательный jar 1.5.7.RELEASE
org.springframework.boot : spring-boot-starter Необязательный jar 1.5.7.RELEASE

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

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

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

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

Версия
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