Skip to content

Conversation

viktorprogger
Copy link
Contributor

Q A
Is bugfix?
New feature? ✔️
Breaks BC?

This PR allows usage of message handler class names as handler name in a message. This approach allows to skip creation of handler name to callable mapping for the Worker configuration. It's handy for situations when a single application plays as both producer and consumer.
For situations when an application is either a producer or a consumer, it's still possible to use mapping, as it was before. Handler class name usage is not a requirement.

@viktorprogger viktorprogger added the status:under development Someone is working on a pull request. label Sep 20, 2024
@viktorprogger viktorprogger self-assigned this Sep 20, 2024
@viktorprogger viktorprogger merged commit b337fdd into master Nov 17, 2024
19 checks passed
@viktorprogger viktorprogger deleted the allow-handler-classes branch November 17, 2024 13:26
@viktorprogger viktorprogger mentioned this pull request Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:under development Someone is working on a pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant