Proto commits in AxonIQ/axon-server-api

These commits are when the Protocol Buffers files have changed: (only the last 100 relevant commits are shown)

Commit:011df6f
Author:John Hendrikx
Committer:John Hendrikx

Clarify snapshot_key / criteria alignment responsibility in SnapshottedSourceRequest

The documentation is generated from this commit.

Commit:3ced773
Author:Milan Savic

Added a separate service for sourcing events with checking for snapshot existence first.

Commit:5d0d20a
Author:Marc Gathier
Committer:GitHub

Merge pull request #69 from AxonIQ/feature/license-proto Add LicenseService gRPC API for license distribution

Commit:4f2529b
Author:Marc Gathier
Committer:GitHub

Merge pull request #70 from AxonIQ/af4-dcb update API to return consistency marker on appendEvents request.

Commit:18fdf4d
Author:Marc

add missing documentation

Commit:2ba8f10
Author:Stefan Mirkovic

Remove SubscribeLicenseUpdates RPC from proto and server controller

Commit:38acfde
Author:Stefan Mirkovic

Added documentation comments to the service

Commit:bb21235
Author:Marc Gathier
Committer:GitHub

Merge pull request #62 from manuelarte/fix/remove-any-common fix: removing any.proto import from common.proto

Commit:6279caa
Author:Stefan Mirkovic

LicenseStatus removal

Commit:4e700fc
Author:Stefan Mirkovic

Add LicenseService gRPC proto definition for license fetching and streaming updates (from 2026.x.x version)

Commit:3dbf3b2
Author:Marc

update API to return consistency marker on appendEvents request.

Commit:bd45f02
Author:Allard Buijze

Marked response type as deprecated Response types aren't used anymore as of Axon 5. Implementations should no longer rely on them in any way.

Commit:71f4b36
Author:Allard Buijze

Removed response name from QueryRequest. It was added for future use, but it was decided to not include the expected response type as part of the query request. The name of the query must be sufficient to route it to a proper destination.

Commit:6f33125
Author:Marc

add analytics role

Commit:a46c64c
Author:Marc

add field response_name to QueryRequest to pass the response name for AF5. This replaces the response_type.

Commit:259daeb
Author:Silvano Biemans

Update axon-server-api. Make API non-experimental and add documentation on reserved field

Commit:6e7ce94
Author:Marco Amann

Merge branch 'master' of github.com:AxonIQ/axon-server-api

Commit:1083bb0
Author:Marco Amann

Remove from parameter from delete range, as it always deletes ranges from 0

Commit:0e68b35
Author:Marc

updated comments for event scheduler

Commit:ee8d671
Author:Marc

Initial support for Event Scheduling for DCB contexts

Commit:0da60c1
Author:Silvano
Committer:GitHub

Merge pull request #64 from AxonIQ/feature/dcb-snapshot-api-improvement Add a timestamp to Snapshot to align with Event Store API

Commit:6dce26c
Author:Silvano Biemans

Add timestamp and metadata field to Snapshots to align with Event Store API

Commit:394b314
Author:Marc

add comments to new proto messages

Commit:63eaa6d
Author:Marc

add unsubscribe option

Commit:7db8045
Author:Marc

add operation for clients to subscribe to topology changes in control channel. Changes that are forwarded are command/query handler subscription changes.

Commit:d5f4eeb
Author:Manuel Doncel Martos

fix: removing any.proto import from common.proto

Commit:e491826
Author:Milan Savic

Docs adaption after the review.

Commit:82d111c
Author:Milan Savic
Committer:GitHub

Update src/main/proto/dcb.proto Co-authored-by: Steven van Beelen <steven.vanbeelen@axoniq.io>

Commit:fd217b3
Author:Milan Savic
Committer:GitHub

Update src/main/proto/dcb.proto Co-authored-by: Steven van Beelen <steven.vanbeelen@axoniq.io>

Commit:c0fa279
Author:Milan Savic
Committer:GitHub

Update src/main/proto/dcb.proto Co-authored-by: Steven van Beelen <steven.vanbeelen@axoniq.io>

Commit:883ceec
Author:Milan Savic
Committer:GitHub

Update src/main/proto/dcb.proto Co-authored-by: Steven van Beelen <steven.vanbeelen@axoniq.io>

Commit:25f1f0e
Author:Milan Savic
Committer:GitHub

Update src/main/proto/dcb.proto Co-authored-by: Steven van Beelen <steven.vanbeelen@axoniq.io>

Commit:e96b3a1
Author:Milan Savic
Committer:GitHub

Update src/main/proto/dcb.proto Co-authored-by: Steven van Beelen <steven.vanbeelen@axoniq.io>

Commit:5586d55
Author:Milan Savic
Committer:GitHub

Update src/main/proto/dcb.proto Co-authored-by: Steven van Beelen <steven.vanbeelen@axoniq.io>

Commit:5ff2897
Author:Milan Savic

Add docs to the DCB APIs.

Commit:d3aff5d
Author:Milan Savic

Send consistency marker, sequence of the first event, and transaction size as the response to append events.

Commit:154ab5c
Author:Marc

Merge remote-tracking branch 'origin/feature/dcb' into feature/dcb

Commit:89ead28
Author:Marc

add DCB flag to context

Commit:4bc9200
Author:Milan Savic

Streamlined the API.

Commit:440ffd5
Author:Milan Savic

ReTagging.

Commit:c1977a5
Author:Milan Savic

DCB Snapshot Store.

Commit:75a9fbd
Author:Milan Savic

WIP: DCB Snapshot Store.

Commit:16e1bcf
Author:Milan Savic

- Adjusted comments from consistency marker.

Commit:f436312
Author:Milan Savic

Merge branch 'master' into feature/dcb

Commit:fb1a517
Author:Milan Savic

- proposal for building the criteria

Commit:7dd1b1b
Author:Milan Savic

- Added range to SourceRequest - Replaced Seed with Head - Added shortcut for filtering events on multiple types

Commit:761694a
Author:Marc

add replay indicator to events

Commit:b211d27
Author:Marc

add new gRPC operation: create persistent stream

Commit:5edb4c1
Author:Marc

remove wrapper from ResetStreamConfiguration

Commit:9976958
Author:Marc

reset persistent stream position - change in API

Commit:a270a33
Author:Marc

reset persistent stream position - missing documentation

Commit:2473276
Author:Marc

reset persistent stream position - small change in interface

Commit:0bd0b9e
Author:Marc

reset persistent stream position

Commit:5509da4
Author:Marco Amann

Renamed field for dcb api

Commit:3696f49
Author:Milan Savic

Added stream events API. Refactored the state of the API.

Commit:632aa91
Author:Marco Amann

Introduce Seed to denote position before event stream

Commit:d8ff95e
Author:Milan Savic

Added consistency marker to the `events` RPC.

Commit:25f5885
Author:Marc

add operation for clients to notify server of errors on a segment

Commit:efd0c8b
Author:Milan Savic

Merge remote-tracking branch 'origin/master' into feature/dcb

Commit:ad0b299
Author:Milan Savic

Added RPC for streaming events for command models.

Commit:3351f8d
Author:Marc

add client to ListStreams response, remove ListConnections operation

Commit:130e2f6
Author:Sara Pellegrini

Merge branch 'master' into feature/dcb

Commit:d902dae
Author:Marc

process review comments

Commit:4cd8faa
Author:Marc

rename service and messages in persistent-streams.proto.

Commit:0e3ecc5
Author:Marc

rename persisted streams to persistent streams

Commit:732da54
Author:Marc

add protobuf definition for persisted streams

Commit:211ad36
Author:Sara Pellegrini

Removed client details from Event Store library. Implemented first version of Intercepting Event Store Service.

Commit:6abdaa7
Author:Milan Savic

Added a way to reference the Criteria. Events sent from the server will be identifiable by this reference.

Commit:cecd0be
Author:Milan Savic

Defined new Event message. Refined the rest of the DCB GRPC API.

Commit:1f67e52
Author:Sara Pellegrini

Adding proto file for supporting DCB grpc API in Axon Server

Commit:3361f2c
Author:Sara Pellegrini

Event Transformation APIs documentation and improvements.

Commit:7ff6e46
Author:Marc

Merge branch 'event-transformation-api'

Commit:bc6117a
Author:Sara Pellegrini

Rename event transformation action from event to replace_event

Commit:2415e10
Author:Marc Gathier
Committer:GitHub

Merge pull request #53 from AxonIQ/feature/authentication-operations add authentication operations to admin api

Commit:3111323
Author:Milan Savic

Moved Principal to common.proto.

Commit:d24b962
Author:Marc

add contextName as a parameter for queries

Commit:b64d321
Author:Marc

add authentication operations to admin api

Commit:c288d09
Author:Vaish Sriram

modifying comment for context

Commit:71e3387
Author:Vaish Sriram

Adding context name to event processor id

Commit:eccf2d5
Author:Sara Pellegrini

Remove RollbackTransformation rpc and rename the DeleteOldVersion rpc to Compact.

Commit:3e850a7
Author:vaishsriram
Committer:GitHub

Merge pull request #51 from AxonIQ/enhancement/admin_channel_connected_app Adding API call to get all connected applications

Commit:587da5b
Author:Marco Amann

Token introspection

Commit:0b7116a
Author:Vaish Sriram

Adding API to fetch all connected application to a context

Commit:5c168f3
Author:Sara Pellegrini

Additional fields in Transformation message.

Commit:3c11c29
Author:Vaish Sriram

adding lb name to eventprocessorinfo

Commit:616726c
Author:Corrado Musumeci

add lb strategy name to AS admin channel

Commit:e1c4455
Author:Milan Savic

Merge branch 'master' into event-transformation-api # Conflicts: # pom.xml

Commit:78f65fe
Author:Marc Gathier
Committer:GitHub

Merge pull request #49 from AxonIQ/feature/instruction_result_handling_bc Changes to support backwards compatibility for event processors API

Commit:478596b
Author:Milan Savic

Removed `keep_old_versions` from the transformation.

Commit:1608800
Author:Marc

Merge remote-tracking branch 'origin/master' into feature/instruction_result_handling_bc # Conflicts: # src/main/proto/admin.proto

Commit:325717e
Author:Marc

add ContextUpdated events to subscribeContextUpdates stream.

Commit:da0f708
Author:Marc

Merge branch 'master' into feature/update-context-properties

Commit:e7a3b3d
Author:sara pellegrini
Committer:GitHub

Merge pull request #46 from AxonIQ/feature/instruction_result_handling Rename max-segments to max-capacity

Commit:fe0db51
Author:Marc

support update context properties through connector

Commit:a4f250e
Author:Milan Savic
Committer:GitHub

Merge pull request #40 from AxonIQ/streaming-query Streaming query.

Commit:0658b8c
Author:Milan Savic

Code review remarks.

Commit:3278ff9
Author:Marc

support SUCCESS/ACCEPTED as result for event processor API operations.

Commit:cd1de25
Author:Milan Savic

ApplyTransformationRequest should refer to sequence instead of lastEventToken.

Commit:da08c36
Author:Milan Savic

Added EventTransformation inquiry api.

Commit:b68b852
Author:Milan Savic

EventTransformation should return a stream of acks.