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

Need help to resolve this error #5

Open
Sudeendra opened this issue Oct 22, 2014 · 0 comments
Open

Need help to resolve this error #5

Sudeendra opened this issue Oct 22, 2014 · 0 comments

Comments

@Sudeendra
Copy link

I am getting the following error while using the php kafka client

It Looks like somehow the produce is getting confused between the topic name and the host name.

The code,
{noformat}

produce("test", $i); } {noformat} %3|1414003292.750|ERROR|rdkafka#producer-0| Failed to resolve 'test:9092': nodename nor servname provided, or not known %3|1414003292.750|GETADDR|rdkafka#producer-0| test:9092/bootstrap: Failed to resolve 'test:9092': nodename nor servname provided, or not known %3|1414003293.758|ERROR|rdkafka#producer-0| Failed to resolve 'test:9092': nodename nor servname provided, or not known %3|1414003293.758|GETADDR|rdkafka#producer-0| test:9092/bootstrap: Failed to resolve 'test:9092': nodename nor servname provided, or not known %3|1414003294.766|ERROR|rdkafka#producer-0| Failed to resolve 'test:9092': nodename nor servname provided, or not known %3|1414003294.766|GETADDR|rdkafka#producer-0| test:9092/bootstrap: Failed to resolve 'test:9092': nodename nor servname provided, or not known %3|1414003295.774|ERROR|rdkafka#producer-0| Failed to resolve 'test:9092': nodename nor servname provided, or not known %3|1414003295.774|GETADDR|rdkafka#producer-0| test:9092/bootstrap: Failed to resolve 'test:9092': nodename nor servname provided, or not known
EVODelavega referenced this issue in EVODelavega/phpkafka Jun 24, 2015
* commit 'd98d424ebf215b40488c5149dce38e183211a4a7':
  Update stub class (chainable + getPartitions method)
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

No branches or pull requests

1 participant