Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send an approximate event store size in the setup payload. #49

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

gklijs
Copy link

@gklijs gklijs commented Feb 13, 2024

Part of https://github.com/AxonIQ/console-inspector-axon/issues/50. This is for sending the approximateSize as part of the EventStoreInformation. It's a best effort based on getting the head token, which should work in most cases. One of the cases which isn't covered is when Mongo is used as event store. There is not really a feasible way to calculate the approximate size in this case through.

@gklijs gklijs added Priority 2: Should Type: Enhancement Backend This issue contains backend changes labels Feb 13, 2024
@gklijs gklijs requested a review from a team February 13, 2024 09:07
@gklijs gklijs self-assigned this Feb 13, 2024
@gklijs gklijs requested review from corradom, CodeDrivenMitch, smcvb, sandjelkovic and stefanmirkovic and removed request for a team February 13, 2024 09:07
Copy link

sonarcloud bot commented Feb 13, 2024

@gklijs gklijs merged commit c835ea9 into main Feb 13, 2024
6 checks passed
@gklijs gklijs deleted the feature/event-store-size branch February 13, 2024 10:03
@gklijs gklijs added this to the V1.4.0 milestone Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend This issue contains backend changes Priority 2: Should Type: Enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants