dalelane on Nostr: I wrote a #Kafka Connect connector for #Mastodon a little while ago, but today I ...
I wrote a #Kafka Connect connector for #Mastodon a little while ago, but today I added a #Bluesky connector as well.
Now I can get posts from both Mastodon and Bluesky into Kafka topics. 🤓
https://dalelane.co.uk/blog/?p=5354
(The Mastodon one was so much easier to write, as there is a Java client library that supports streaming. I couldn't find one for Bluesky so had to hand-roll the HttpRequest calls)
Now I can get posts from both Mastodon and Bluesky into Kafka topics. 🤓
https://dalelane.co.uk/blog/?p=5354
(The Mastodon one was so much easier to write, as there is a Java client library that supports streaming. I couldn't find one for Bluesky so had to hand-roll the HttpRequest calls)