Open dungnt081191 opened 5 years ago
@yangy0000 @xhl1988 can you clarify my issue ?
you need to use different instanceId for different workers.
@yangy0000 hi , it's work , but i have cretical issue about message lost : Run uReplicator in Kubernetes with 1 Controller + 2 Worker , it's working fine when all pod UP . But when delete worker pod - the newest pod UP but topic is not replicate anymore .
solution is : graceful shutdown Worker .
set prestop in k8s with shell command to kill pid
and all Worker restart is okay , it's replicate correctly the lag message to destination topic
HI everyone , now I'm running uReplicator non-federated mode with Kubernetes : 1 Controller , 3 Worker ( replicas : 3 ) and this is log i check , 2 worker is not working . Just only 1 Worker connected and replicate ( anyway 1 worker can working fine with resource :
Log Worker 1 - FAIL TO CONNECT :
Log Worker 2 - FAIL TO CONNECT:
I have some question : 1 - anyone know the recommend resource ? 2 - how can i use 1 controller with multi worker to make sure it's work everytime and increase performance ?