-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create kafka consumers #5
Comments
Hi. I had install the kafraka into Gemfile in yacs-notification but when I tried to ran bin/yacs-start-development it returned error like this: ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.7/main: temporary error (try again later) Should I tried to install the gem after start developing and what can I do for this? Thanks a lot. |
Update: I tried to pull/check out a older version and got in infinite loop things and then fetch back to origin, which still have the same error. |
@huangmj7 Thanks for the update! Could you open a PR, and label it as WIP? Then I can take a look and try to see what the problem is. |
I tried, but it seemed I can't fork a branch and pull requests:. "Permission to YACS-RCOS/yacs-orchestra.git denied to huangmj7." |
Potential bugs: docker-compose time out when ran notifications.
The |
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
The text was updated successfully, but these errors were encountered: