This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-28
Channels
- # announcements (1)
- # aws (1)
- # babashka (41)
- # beginners (21)
- # biff (7)
- # calva (102)
- # cider (8)
- # cljs-dev (1)
- # clojure (8)
- # clojure-bay-area (2)
- # clojure-dev (30)
- # clojure-europe (40)
- # clojure-norway (52)
- # clojure-sweden (9)
- # clojure-uk (5)
- # clojurescript (15)
- # cursive (7)
- # data-science (1)
- # datomic (23)
- # events (1)
- # fulcro (9)
- # humbleui (23)
- # hyperfiddle (46)
- # introduce-yourself (1)
- # jackdaw (2)
- # jobs (2)
- # london-clojurians (1)
- # malli (13)
- # off-topic (8)
- # re-frame (36)
- # remote-jobs (1)
- # shadow-cljs (4)
- # specter (4)
- # squint (1)
- # transit (4)
- # vim (1)
Question in case someone knows, given an avro-encoded topic, is there a way to generate a list of https://kafka.apache.org/24/javadoc/org/apache/kafka/connect/sink/SinkRecord.html from that directly? Without having to specify the schema myself for example? I don't even need all the records, just enough to test a kafka connect plugin directly since it takes SinkRecords as input. Would be a lot easier than having to run the whole shebang and get kafka-connect to send the sink records to my plugin
I can't actually find anything in jackdaw to fetch the avro schema from a schema registry, I guess I can use the schema registry API directly then