I have a service that publishes a Kafka event whenever a user attribute is updated, now to consume and process this event I have a gem that uses Karafa. Every application that boots the gem will be able to process that event (if possible). Does Karafka work with applications other than rails? In my case, the service is written in Sinatra which publishes the event and the consumer is in the gem which is using Karafka.
Asked
Active
Viewed 145 times
0
-
It might work. What issues are you running into? – OneCricketeer Aug 30 '22 at 14:19
1 Answers
0
I'm the author of Karafka.
Karafka is a standalone framework and works with and without Rails:
Docs: https://karafka.io/docs/Integrating-with-Ruby-on-Rails-and-other-frameworks Example apps (including a PORO app): https://github.com/karafka/example-apps

Maciej Mensfeld
- 51
- 3