You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into a problem after deploying kafka on my Kubernetes cluster. Whenever my client was using a "group-id", it would fail and get back errors about Marking some broker dead. The reason this happened was that the default offsets.topic.replication.factor is 1 whereas min.insync.replicas is set to 2.