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

Fix issue 260 by adding a topic function. #264

Merged
merged 5 commits into from Mar 31, 2022
Merged

Fix issue 260 by adding a topic function. #264

merged 5 commits into from Mar 31, 2022

Conversation

gklijs
Copy link
Collaborator

@gklijs gklijs commented Mar 29, 2022

Fix issue 260 by adding a topic function. Refactor how test are run, since build succeeded with failing integration tests, and coverage report was missing.
Fixes #260

@gklijs
Copy link
Collaborator Author

gklijs commented Mar 30, 2022

Tried to make the test setup more similar to framework, but still I have --- maven-failsafe-plugin:2.22.2:integration-test (run-integration-tests) @ axon-kafka --- and then actually no integration tests. Before the integration tests were running, but the build succeeded even with failures.

@gklijs
Copy link
Collaborator Author

gklijs commented Mar 30, 2022

Integration tests failing, should break the build now, and total coverage is reported again.

Copy link
Member

@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.

A couple of pointers to cover. Nothing major to block over though.

…since build succeeded with failing integration tests, and coverage report was missing.
Copy link
Member

@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.

A bit more components this time around. Let me know what you think.

gklijs and others added 3 commits March 31, 2022 12:11
…ndling/producer/KafkaPublisher.java

Co-authored-by: Steven van Beelen <steven.vanbeelen@axoniq.io>
…ndling/producer/KafkaPublisher.java

Co-authored-by: Steven van Beelen <steven.vanbeelen@axoniq.io>
Copy link
Member

@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 two points remaining in there! I'll approve preemptively, as I trust that you'll solve those as intended.

@sonarcloud
Copy link

sonarcloud bot commented Mar 31, 2022

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

93.8% 93.8% Coverage
0.0% 0.0% Duplication

@gklijs gklijs merged commit 9af9bc7 into master Mar 31, 2022
@gklijs gklijs deleted the feature260 branch March 31, 2022 13:15
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.

Allow filtering or sending different event to different topics in the publisher.
2 participants