laravel-kafka icon indicating copy to clipboard operation
laravel-kafka copied to clipboard

Use Kafka Producers and Consumers in your laravel app with ease!

Results 16 laravel-kafka issues
Sort by recently updated
recently updated
newest added

**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...

bug

**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...

feature request

**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....

bug

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...

help wanted