Skip to content
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

lots of errors with "v2.4-rails" example #530

Open
ksimmi opened this issue Dec 18, 2024 · 0 comments
Open

lots of errors with "v2.4-rails" example #530

ksimmi opened this issue Dec 18, 2024 · 0 comments

Comments

@ksimmi
Copy link

ksimmi commented Dec 18, 2024

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

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)

I fixed it by adding to karafka.rb

require 'karafka/web'

After that the example app was started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant