Hello,
We are facing an error in the deploy of Websub, in kubernetes.
Thank you
The issue at hand appears to be that Websub is unable to establish a connection with Kafka. It is recommended that you verify whether Kafka, which is a dependency of Websub, has been deployed and is reachable from the cluster.
Hello,
we have a lot of mosip services deployed, is it recommended to reinstall kafka in advanced stage ??
And all pods of Kafka are UP, it’s recommended to delete it and reinstall ?
Hi @slimab
it is not advisable to perform a reinstallation of Kafka. I kindly suggest you to check if you can access the Kafka topics through the UI, and to also verify the websub configuration file from the configuration repository. Additionally, you may attempt to restart the consolidator.
Generally we face this issue in websub consolidator due to below mentioned two points:
In the 2nd scenerio if websub service is deployed ahead of consolidator it create topic with single partition but as per our need we need topic with 20 partitions. This is achieved by consolidator.
Rsolution:
Please try these and confirm back.
Hello,
I confirm that now the Websub is stable.
Thank you