As a first step in the development of this service, we should create simple kafka consumer using karafka. See https://github.com/karafka/karafka/wiki/Consuming-messages for details.
This consumer should simply consume messages from the course_changed topic, and print them to stdout.
In order to get started, karafka should first be added to the Gemfile
As a first step in the development of this service, we should create simple kafka consumer using karafka. See https://github.com/karafka/karafka/wiki/Consuming-messages for details.
This consumer should simply consume messages from the
course_changedtopic, and print them to stdout.In order to get started, karafka should first be added to the
Gemfile