Hi All,
I am hosting kafka consumers inside microservice hosted as kubernetes pods,
3 consumers in a consumer group.
There is a requirement to add auto-scaling where there will be a single pod
which will be auto-scaled out or scaled-in based on the load on
microservice.
So, 1 pod can be scaled out
Hi Samuel,
from your few log messages I see that the global stream thread dies.
That might be the cause of the shutdown. Look for what is causing your
global stream thread/global store to die.
Best,
Bruno
On 13.09.22 22:55, Samuel Azcona wrote:
Hi guys,
I have a kotlin App that run 5 str
Hello,
Is there any way to disable topic creation in MM2? I tried setting the
topic.creation.enable to False but the MM-offsets/configs/status topics are
still created(broker auto topic creation is also set to false)
I found this- https://groups.google.com/g/confluent-platform/c/JRZmpCEZElo
whi
The link is correct. Connect and mm2 create those internal topics at
startup, whether or not auto topic creation is enabled.
On Wed, Sep 14, 2022, 11:15 PM Mcs Vemuri
wrote:
> Hello,
> Is there any way to disable topic creation in MM2? I tried setting the
> topic.creation.enable to False but the