Introducing the DcbEventChannel using the DCB API#422
Merged
m1l4n54v1c merged 44 commits intomasterfrom Jun 3, 2025
Merged
Conversation
…g a finite stream of events.
# Conflicts: # pom.xml
- Removed reference to the AS jar.
# Conflicts: # pom.xml
Update API version to 2025.1.0-SNAPSHOT
Add mechanism to get Axon Server image. First it looks for an environment variable. When not present, it will look for a System property. When that's also not present, use the default Axon Server container
…g to the latest API changes.
Add Axon Server image env variable
Add log statement to see it work
smcvb
requested changes
May 13, 2025
| <sonar.host.url>https://sonarcloud.io</sonar.host.url> | ||
|
|
||
| <axonserver.api.version>2024.1.0</axonserver.api.version> | ||
| <axonserver.api.version>2025.1.0-SNAPSHOT</axonserver.api.version> |
Contributor
There was a problem hiding this comment.
I think we need to make sure that we construct a pull request for this Axon Server API before we can go ahead with this.
Contributor
There was a problem hiding this comment.
We would need to merge it even to have a snapshot right?
src/main/java/io/axoniq/axonserver/connector/AxonServerConnection.java
Outdated
Show resolved
Hide resolved
src/main/java/io/axoniq/axonserver/connector/event/DcbEventChannel.java
Outdated
Show resolved
Hide resolved
src/main/java/io/axoniq/axonserver/connector/event/DcbEventChannel.java
Outdated
Show resolved
Hide resolved
src/main/java/io/axoniq/axonserver/connector/event/DcbEventChannel.java
Outdated
Show resolved
Hide resolved
src/main/java/io/axoniq/axonserver/connector/event/impl/DcbEventChannelImpl.java
Show resolved
Hide resolved
src/main/java/io/axoniq/axonserver/connector/event/impl/DcbEventChannelImpl.java
Outdated
Show resolved
Hide resolved
src/main/java/io/axoniq/axonserver/connector/event/impl/DcbEventChannelImpl.java
Show resolved
Hide resolved
src/test/java/io/axoniq/axonserver/connector/AbstractAxonServerIntegrationTest.java
Outdated
Show resolved
Hide resolved
src/main/java/io/axoniq/axonserver/connector/event/DcbEventChannel.java
Outdated
Show resolved
Hide resolved
…ion.java Co-authored-by: Steven van Beelen <smcvbeelen@gmail.com>
…nnel.java Co-authored-by: Steven van Beelen <smcvbeelen@gmail.com>
…nnel.java Co-authored-by: Steven van Beelen <smcvbeelen@gmail.com>
…ntChannelImpl.java Co-authored-by: Steven van Beelen <smcvbeelen@gmail.com>
|
- Simplified getSequenceAt -> we now use Instant as parameter i.o. the whole request
smcvb
approved these changes
May 16, 2025
Contributor
smcvb
left a comment
There was a problem hiding this comment.
My concerns have been addressed, hence I'm approving this pull request.
src/main/java/io/axoniq/axonserver/connector/event/DcbEventChannel.java
Outdated
Show resolved
Hide resolved
…nnel.java Co-authored-by: Steven van Beelen <smcvbeelen@gmail.com>
Contributor
|
🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Axon Server DCB support