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
Describe the bug
Strange localhost behaviors. I see (using tshark) a connection attempt to 127.0.0.1:9092 when I first start up the package, but then on repeated connection attempts there are no further packets sent to 127.0.0.1:9092.
Additionally, it shows strange port numbers and IP addresses on first attempt - see the logfile.
To Reproduce
Set up kafka broker on localhost, configure system per config example below.
Expected behavior
I expect a connection to my kafka broker and topic.
Strange localhost behaviors. I see (using tshark) a connection attempt to 127.0.0.1:9092 when I first start up the package, but then on repeated connection attempts there are no further packets sent to 127.0.0.1:9092.
Issue identified, the buffer is no more cleared after some connection attempts
fix to come...
Describe the bug
Strange localhost behaviors. I see (using tshark) a connection attempt to 127.0.0.1:9092 when I first start up the package, but then on repeated connection attempts there are no further packets sent to 127.0.0.1:9092.
Additionally, it shows strange port numbers and IP addresses on first attempt - see the logfile.
To Reproduce
Set up kafka broker on localhost, configure system per config example below.
Expected behavior
I expect a connection to my kafka broker and topic.
Additional context
Kafka config file:
Output on log:
The text was updated successfully, but these errors were encountered: