Trying to implement Raft - UNSUCCESSFUL

This commit is contained in:
2024-11-25 23:47:07 +02:00
parent cd02e48bea
commit 7eeb0fdde2
11 changed files with 300 additions and 152 deletions

View File

@@ -26,7 +26,7 @@ public class BrokerConnector {
try {
connectToRabbitMQ();
} catch (Exception e) {
logger.error("Awaiting broker connection: {}", e.getMessage());
logger.warn("Awaiting broker connection: {}", e.getMessage());
}
}, 0, 5, TimeUnit.SECONDS);