We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be nice to have some sort of factory class which you simply passed the "type" and it will create the appropriate consumer (push/pull based).
https://github.com/CS682-S22/dsd-pub-sub-project-anchitbhatia/blob/1cdf79e83816160c8ea636020afb70f7988ad19b/src/main/java/DistributedPubSubApplication.java#L74-L80
The text was updated successfully, but these errors were encountered:
Design patterns! Yes that would be a better approach.
Sorry, something went wrong.
No branches or pull requests
Would be nice to have some sort of factory class which you simply passed the "type" and it will create the appropriate consumer (push/pull based).
https://github.com/CS682-S22/dsd-pub-sub-project-anchitbhatia/blob/1cdf79e83816160c8ea636020afb70f7988ad19b/src/main/java/DistributedPubSubApplication.java#L74-L80
The text was updated successfully, but these errors were encountered: