Closed kg-emid closed 12 months ago
Hi @kg-emid !
Thank you for reporting that. Must be fixed in fresh rotor
image
I am still facing the issue. kafka failed to start due to unhealthy
Hi @fayas-akram! We are working on improving self-hosted experience, so all the issues related to selg-hosted will be fixed altogether. See slack announcement: https://jitsuhq.slack.com/archives/C018G6W0URG/p1705002317138059
I tried to set up application from scratch with docker compose (following this instruction) from 2 different machinse and for both of them
rotor
service always fails with messageAfter having closer look I figured out that
destination-messages-mt
topic in kafka wasn't create (butdestination-messages
was exist because it was probably created in bulker here). So for me it helps to create this topic manualy, but I think it should be either created automatically or mentioned somewhere in docs (auto-creation disabled for both consumer and producer)