Is there a way to create kafka consumers in a clojurescript app that I am trying to create. My kafka cluster is at AWS MSK which is configured to use SASL_SSL/IAM auths. And my client-side application is build on clojurescript. I tried to search for working third-party Libraries but couldn't find anything for clojurescript. Does anyone know any other way to create consumers in cljs.
I tried few clojure libraries like clj-kafka, kafkaesque, devoplt/kafka, etc but nothing works.