indoorvivants / sn-bindgen-examples

Examples of using Scala 3 Native to interop with various C libraries using sn-bindgen
22 stars 2 forks source link

Add librdkafka #111

Open calvinlfer opened 7 months ago

calvinlfer commented 7 months ago

Any chance of integrating with librdkafka? https://github.com/confluentinc/librdkafka

It would be really cool to have both the messaging and database drivers which checks off almost 80% of most “microservices” require these days. It was really amazing to see your work on roach

keynmol commented 7 months ago

Hah, can't believe I missed Kafka.

I've set up the initial module for it: https://github.com/indoorvivants/sn-bindgen-examples/pull/112

But unfortunately there's some shenanigans with SASL library on Macos that will need to take more time to figure out, so I'll come back to it later