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

Improve configuration and DLQ masking #12

Merged
merged 3 commits into from
Sep 1, 2023

Conversation

CodeDrivenMitch
Copy link
Collaborator

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.

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.
Copy link
Contributor

@smcvb smcvb left a 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.

- Adjust docs so it's visible on fields
- Make ExecutorService configurable
- Rename builder static method
- Remove useless check
@sonarcloud
Copy link

sonarcloud bot commented Sep 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

Copy link
Contributor

@smcvb smcvb left a 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.

@CodeDrivenMitch CodeDrivenMitch merged commit 645380e into main Sep 1, 2023
6 checks passed
@smcvb smcvb deleted the feature/gameday-improvements branch September 1, 2023 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants