4 questions
0
votes
0
answers
14
views
Magento 2.4.2 with Zookeeper lock provider throws ZookeeperNoNodeException(code: -101): no node
We recently switched the lock provider in our Magento 2.4.2 devstack from the default database to zookeeper. Initially, everything works fine, but after some time, Magento starts throwing the ...
0
votes
2
answers
121
views
Need help on Zookeeper events and Queues
We have a backend module which listen ActiveMQ, after changing the backend arch, we are using Mesos,Marathon and Zookeeper,
Now we want to listen Zookeeper events, if any update come to zookeeper.
...