Closed Azdaroth closed 2 years ago
This is a missing require in karafka. It used to work because dry-configurable used to depend on concurrent and now it's not the case so it exposed a missing require in karafka as a side-effect. Nothing to do on our side so I'm gonna close this one.
Describe the bug
I'm not sure if this is exactly the problem of dry-configurable or karafka, but bumping the version from 0.15.0 to 0.16.x causes the issue.
I'm using dry-configurable and karafka 1.4x. After the update to 0.16.x, this is what I get when running
bundle exec karafka server
:Based on the changelog, it looks like Zeitwerk has been recently introduced so probably it's related to that, but don't know yet what exactly went wrong that causes the issue for concurrent-ruby.