-
Notifications
You must be signed in to change notification settings - Fork 66
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
Consume function fails #7
Comments
@the100rabh I have exactly the same issue, did you find the solution? |
Just a tip, I ran into the same issue, but if you look at the source code, you'll see that the There's also a slight issue with the format specifiers used in the extension, I've gotten output like this:
which is down to the fact that Anyway, call the |
* commit 'e52e0c8cadd1766404e2d834681863c4043db7ab': Do not pass timeout of 0 ms (== NOWAIT kafka) Test new methods Add method en enable/disable logging Add getTopics method -> use meta-api Add setBrokers method -> switch connection on instance
I tried running consume function from php in interactive mode and it crashes php. produce function on the other hand works very well.
There are no logs that I can figure out. Any pointers to debug this will help.
The text was updated successfully, but these errors were encountered: