feat: separate broker

This commit is contained in:
Oarkflow
2024-09-29 20:58:33 +05:45
parent fb7e1e77c4
commit 014d2d17c6
2 changed files with 42 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ type Options struct {
func defaultOptions() Options {
return Options{
syncMode: true,
syncMode: false,
brokerAddr: ":8080",
maxRetries: 5,
initialDelay: 2 * time.Second,