Saibabu Malisetti
Saibabu Malisetti
First of all thanks for your efforts in Moleculer JS Microservices frwk for NodejS. We are in the process of transforming our beta application (which already uses GraphQL) into microservices...
we need to store the chat messages in our MySQL backend. As far as i understand we are using ENV vars to control / change the behaviour of docker images...
We have installed JITSI (including JIBRI) on K8S cluster and we are able to successfully record the calls. But as per `recordingLinkAvailable` mentioned [here ](https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-iframe-events#recordinglinkavailable) we have registered for the...
@HenningM I have tried a lot of options by going through the issues... I have even tried your https://github.com/HenningM/express-ws/blob/master/examples/simple.js I could see the logs as follows... > middleware > get...
Hello I have express-generated app and i followed and implemented the Hack as suggested at https://github.com/HenningM/express-ws/issues/104 And then i added route in app.js as follows.. app.use('/customer', customerChatHandler); And relevant code...
Hello, can i request how to configure custom Tracker store ( we use Mongo DB) in Rasa helm chart Before HELM, we have configured our custom tracker store in endpoints.yaml...
hello we used this HELM Chart to deploy our RASA BOT image with `credentials.yaml` configured for socket channel. Of course we are able to get it all working before K8S...