This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-06-16
Channels
- # ai (1)
- # announcements (3)
- # architecture (14)
- # aws (1)
- # babashka (8)
- # beginners (62)
- # biff (27)
- # calva (14)
- # clerk (6)
- # clj-kondo (6)
- # cljsjs (1)
- # clojure (59)
- # clojure-austin (1)
- # clojure-europe (15)
- # clojure-gamedev (5)
- # clojure-norway (246)
- # clojurescript (3)
- # community-development (5)
- # cursive (4)
- # data-science (6)
- # datomic (90)
- # events (1)
- # lambdaisland (1)
- # lsp (20)
- # matrix (1)
- # meander (6)
- # music (1)
- # off-topic (59)
- # pedestal (2)
- # releases (3)
- # shadow-cljs (90)
- # specter (6)
- # tools-build (5)
- # tools-deps (5)
- # xtdb (11)
Hi, I am trying to implement kafka messaging bus for resiliency along with sqs in my app. Backend services are developed in clj and frontend script is in cljs. I have successfully implemented kafka producers in BE service and I need to implement kafka consumers in FE. FE is a browser application that is using clojurescript code as script. The cljs app is build on boot build tool. The problem I am facing is to implementing kafka consumers in cljs as there is no perfect library to build kafka client in cljs. I thought of wrapping a JS library using cljsjs and using it for my app but I am facing issue in creating extern file for the package. Need help with creating extern file for JS library that is kafkajs 2.2.4