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

Add RabbitConnection for RabbitMQ #12

Merged
merged 6 commits into from
Jul 7, 2024
Merged

Add RabbitConnection for RabbitMQ #12

merged 6 commits into from
Jul 7, 2024

Conversation

wasdennnoch
Copy link
Member

@wasdennnoch wasdennnoch commented Jun 8, 2024

Add support for RabbitMQ, cause we are fed up with how complex Kafka is to maintain.

While RabbitMQ allows dynamically creating and removing topics (since technically it doesn't even work on "topics", it uses queues, exchanges and routing keys), to avoid doing so on every RPC request, the RPC client has been updated to always keep the response producer/consumer around.

Kafka needs topics to exist before startup, RabbitMQ can only initialize the channels after startup.
Avoid dynamically creating/destroying clients and topics on every RPC request
@wasdennnoch wasdennnoch merged commit 5c40c43 into main Jul 7, 2024
1 check passed
@wasdennnoch wasdennnoch deleted the adrian/rabbitmq branch July 7, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant