Skip to content
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

Convert KAFKA_CONSUMER_DEFAULT_TIMEOUT to an integer to avoid type error #320

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

niuf416
Copy link
Contributor

@niuf416 niuf416 commented Oct 10, 2024

If KAFKA_CONSUMER_DEFAULT_TIMEOUT is configured in the .env file, it will result in an error RdKafka\KafkaConsumer::consume(): Argument #1 ($timeout_ms) must be of type int, string given

…e error

If KAFKA_CONSUMER_DEFAULT_TIMEOUT is configured in the .env file, it will result in an error RdKafka\KafkaConsumer::consume(): Argument mateusjunges#1 ($timeout_ms) must be of type int, string given
@mateusjunges mateusjunges changed the title fix:Convert KAFKA_CONSUMER_DEFAULT_TIMEOUT to an integer to avoid type error Convert KAFKA_CONSUMER_DEFAULT_TIMEOUT to an integer to avoid type error Oct 12, 2024
@mateusjunges mateusjunges changed the title Convert KAFKA_CONSUMER_DEFAULT_TIMEOUT to an integer to avoid type error Convert KAFKA_CONSUMER_DEFAULT_TIMEOUT to an integer to avoid type error Oct 12, 2024
@mateusjunges mateusjunges merged commit 87e9bba into mateusjunges:master Oct 15, 2024
6 checks passed
@mateusjunges
Copy link
Owner

Thanks!

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