-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improve configuration and DLQ masking #12
Conversation
This PR improves configuration by introducing a builder. The ConfigurerModule has been changed to java to easily decompile for users in the IDE and docs have been added. Three modes for the DLQ have been added. Please see the documentation on the DlqMode enum for more information.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of minor suggestions. In general, I think this looks good.
...starter/src/main/java/io/axoniq/console/framework/starter/AxoniqConsoleSpringProperties.java
Outdated
Show resolved
Hide resolved
...k-client/src/main/java/io/axoniq/console/framework/AxoniqConsoleAggregateConfigurerModule.kt
Show resolved
Hide resolved
...ramework-client/src/main/java/io/axoniq/console/framework/AxoniqConsoleConfigurerModule.java
Outdated
Show resolved
Hide resolved
...ramework-client/src/main/java/io/axoniq/console/framework/AxoniqConsoleConfigurerModule.java
Outdated
Show resolved
Hide resolved
...ramework-client/src/main/java/io/axoniq/console/framework/AxoniqConsoleConfigurerModule.java
Outdated
Show resolved
Hide resolved
...ramework-client/src/main/java/io/axoniq/console/framework/AxoniqConsoleConfigurerModule.java
Show resolved
Hide resolved
...ramework-client/src/main/java/io/axoniq/console/framework/AxoniqConsoleConfigurerModule.java
Outdated
Show resolved
Hide resolved
- Adjust docs so it's visible on fields - Make ExecutorService configurable - Rename builder static method - Remove useless check
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My concerns have been addressed, hence I'm approving this pull request.
This PR improves configuration by introducing a builder. The ConfigurerModule has been changed to java to easily decompile for users in the IDE and docs have been added.
Three modes for the DLQ have been added. Please see the documentation on the DlqMode enum for more information.