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

Publish events after Consumer subscribes and after first polling #677

Conversation

jfsanchez91
Copy link
Contributor

Provides a solution for #457

@guillermocalvo guillermocalvo force-pushed the feature/consumer-subscribed-polling-events branch from 28170c2 to e5be318 Compare July 26, 2023 14:49
@guillermocalvo
Copy link
Contributor

guillermocalvo commented Jul 26, 2023

I rebased this branch and added tests.

@guillermocalvo guillermocalvo added the type: enhancement New feature or request label Jul 26, 2023
* Abstract base class for all kafka application events.
*
* @author Jorge F. Sanchez
* @since 4.5.3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The @since in these new classes will need to be updated to either 5.0.3, or 5.1.0. As this introduces new event types, I'm thinking 5.1.0 would be more appropriate. @sdelamo would you agree?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes 5.1.0

guillermocalvo and others added 2 commits July 27, 2023 11:07
Co-authored-by: Jeremy Grelle <grellej@unityfoundation.io>
Co-authored-by: Jeremy Grelle <grellej@unityfoundation.io>
Copy link
Contributor

@jeremyg484 jeremyg484 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, other than needing to make a decision on what version this belongs to and updating the @since tags accordingly. I'll trust @sdelamo to make that call.

@sdelamo sdelamo merged commit 1841b6d into micronaut-projects:master Aug 4, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Publish events before/after consumer start for regular kafka consumers
4 participants