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
With this change by adding --thin.profile=kafka or --thin.profile=rabbit we're able to turn on messaging support for stub runner boot.
--thin.profile=kafka
--thin.profile=rabbit
Also for Docker, you will be able to pass MESSAGING_TYPE env var with either rabbit or kafka as a value and we'll run the messaging support for you.
MESSAGING_TYPE
rabbit
kafka
The text was updated successfully, but these errors were encountered:
84cfb74
No branches or pull requests
With this change by adding
--thin.profile=kafka
or--thin.profile=rabbit
we're able to turn on messaging support for stub runner boot.Also for Docker, you will be able to pass
MESSAGING_TYPE
env var with eitherrabbit
orkafka
as a value and we'll run the messaging support for you.The text was updated successfully, but these errors were encountered: