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

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    9b88197 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. typo

    wasdennnoch committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    994da22 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    2fa7b3e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Add deferred topic creation mode

    Kafka needs topics to exist before startup, RabbitMQ can only initialize the channels after startup.
    wasdennnoch committed May 4, 2024
    Configuration menu
    Copy the full SHA
    a63deaa View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Ensure response RPC clients always exist

    Avoid dynamically creating/destroying clients and topics on every RPC request
    wasdennnoch committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    149879b View commit details
    Browse the repository at this point in the history
  2. Resolve todos

    wasdennnoch committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    cfebf6c View commit details
    Browse the repository at this point in the history