Daniel Schierbeck
Daniel Schierbeck
No. Why is this a problem? You can set it for each of your consumers.
I second those questions, but would also just emphasize that the Kafka consumer processing model is simply not great for very long running jobs – you'll want a background job...
1. Are those ENV vars all standard for Heroku? I could perhaps include turn-key support for accepting that configuration, e.g. with `require "racecar/heroku"`. 2. Can you check the rdkafka-ruby docs...
Did anyone get a working configuration? If so, can you share it here?
Would someone here be willing to create a PR that fully automates setting up Racecar on Heroku? Basically, add a file in `lib/racecar/heroku.rb` that does the above – I assume...
And please test it out, also.
What version were you upgrading from?
The underlying Kafka client library has been swapped in v2, can you try and see if your app works if you don't set that env var? It could have been...
@Adithya-copart would you be interested in restarting this work?
Specifically: scoping out support for running _different consumers_ in a single process, but instead having a single consumer process its assigned topic partitions _concurrently_.