Skip to content

[Kafka] Fix consumption errors in kafka against recent versions in librdkafka/phprdkafka #842

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 13, 2019

Conversation

Steveb-p
Copy link
Contributor

Recent versions may no longer return error message when reaching end of partition
(RD_KAFKA_RESP_ERR__PARTITION_EOF - due to change in enable.partition.eof).
This is especially true for librdkafka >=1.0.0.
see arnaud-lb/php-rdkafka#220 (comment)

@Steveb-p Steveb-p changed the title Fix consumption errors in kafka against recent versions in librdkafka/phprdkafka [Kafka] Fix consumption errors in kafka against recent versions in librdkafka/phprdkafka May 13, 2019
…/phprdkafka

Recent versions may no longer return error message when reaching end of partition
(RD_KAFKA_RESP_ERR__PARTITION_EOF - due to change in `enable.partition.eof`).
This is especially true for librdkafka >=1.0.0.
see arnaud-lb/php-rdkafka#220 (comment)
@makasim makasim merged commit b0fb97e into php-enqueue:master May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants