laravel-kafka
laravel-kafka copied to clipboard
Use Kafka Producers and Consumers in your laravel app with ease!
Implements #300
**Describe the bug** The `Junges\Kafka\Contracts\ProducerMessage` defines `public function withKey(?string $key): ProducerMessage;` but when using avro we often want to pass more complex data to be encoded in avro. That is...
**Is your feature request related to a problem? Please describe.** In case your kafka server is down or not reponsive you want a way to control the maximum time a...
**Describe the bug** stopAfterLastMessage does not work as expected. I expected it to consume all messages from the last offset it had consumed, but instead it just stops the process....
Not sure if this is a bug or if im doing something wrong, so i'll just describe what im trying to do and maybe someone will know whether or not...