You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.
This line using the splits on ":" of the info string. But while debugging I found out that the info string is
{"jmx_port":-1,"timestamp":"1458933233150","host":"ip-172-31-5-57.ec2.internal","version":1,"port":9092}
So while passing I think we might have to convert it into a json object and then use host and port.
Am I right?
The text was updated successfully, but these errors were encountered:
https://github.com/dannycoates/franz-kafka/blob/master/zkconnector.js#L70
This line using the splits on ":" of the info string. But while debugging I found out that the info string is
{"jmx_port":-1,"timestamp":"1458933233150","host":"ip-172-31-5-57.ec2.internal","version":1,"port":9092}
So while passing I think we might have to convert it into a json object and then use host and port.
Am I right?
The text was updated successfully, but these errors were encountered: