Closed BrandonHicks-msr closed 5 months ago
Yeah. It seems route path resolution has changed due to... something ;) I will take a look at it but ain't my biggest priority.
@BrandonHicks-msr I can reproduce. It seems to be an issue in roda. I will handle this.
edit: not roda, karafka.
Be clear, concise and precise in your description of the problem. Open an issue with a descriptive title and a summary in grammatically correct, complete sentences.
Use the template below when reporting bugs. Please, make sure that you're running the latest stable Karafka and that the problem you're reporting hasn't been reported (and potentially fixed) already.
Before filing the ticket you should replace all text above the horizontal rule with your own words.
Expected behavior
The Karafka UI to display as expected with ruby
3.4.0-preview1
except it errors out. When running in3.3.1
it works as expected.Actual behavior
Switching directly from Ruby
3.3.1
to3.4.0-preview1
throws a "No such file or directory" exception on the UI views loaded. Based on the error it appears the class is being processed as the file namekarafka/web/ui/views/dashboard/Karafka::Web::Ui::Controllers::DashboardController#index.erb
Steps to reproduce the problem
Rails:
7.1.3.3
Ruby:3.4.0preview1
Karafka:2.4.2
A very basic setup of karafka in the rails app, with ruby
3.3.1
it works as expected. But once updated to3.4.0-preview1
it throws errors when loading karfaka UI.Your setup details
Please provide kafka version and the output of
karafka info
orbundle exec karafka info
if using Bundler.Here's an example: