We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I cloned this repo and tried to run "v2.4-rails" example and I got an error uninitialized constant KarafkaApp::VisitsConsumer (NameError)
uninitialized constant KarafkaApp::VisitsConsumer (NameError)
I fixed it by adding to karafka.rb
require_relative 'app/consumers/application_consumer' require_relative 'app/consumers/visits_consumer'
After that I got a new error
undefined method `enable!' for Karafka::Web:Module (NoMethodError)
require 'karafka/web'
After that the example app was started.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I cloned this repo and tried to run "v2.4-rails" example and I got an error
uninitialized constant KarafkaApp::VisitsConsumer (NameError)
I fixed it by adding to karafka.rb
After that I got a new error
I fixed it by adding to karafka.rb
After that the example app was started.
The text was updated successfully, but these errors were encountered: