From 4ac870c8c5c56c14fb2192202ec568480a7b2dd6 Mon Sep 17 00:00:00 2001 From: Alexis Grant Date: Thu, 18 Jul 2024 13:15:03 -0700 Subject: [PATCH] Remove outdated note about single node (#78) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7747a55..df711d6 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ inbound: ## Usage -The broker can be run in Kubernetes, as a bare Docker container, or simply as a standalone binary on a machine. Only one instance of the broker should be run at a time. +The broker can be run in Kubernetes, as a bare Docker container, or simply as a standalone binary on a machine. If more than one instance of the broker is run at a time to manage availability, you may see some noise in the logs as the broker is not yet architected with this specific configuration in mind. However, it should still perform correctly without duplicating requests. Config file(s) are passed to the app with `-c`: