We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I followed the following steps:
docker run --rm -p 8080:8080 -p 3000:3000 -p 8090:8090 iggyrs/iggy:0.2.3
pip install maturin
maturin develop
python producer.py
Result
stream error {} InvalidResponse(1012) topic error {} InvalidResponse(47) Messages will be sent to stream: 1, topic: 1, partition: 1 with interval 500.0 ms. exception: {} InvalidResponse(1998613857) Sent 10 message(s). exception: {} InvalidResponse(1701667182) Sent 10 message(s). exception: {} InvalidResponse(1701605485) Sent 10 message(s). exception: {} IoError(Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }) Sent 10 message(s).
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I followed the following steps:
docker run --rm -p 8080:8080 -p 3000:3000 -p 8090:8090 iggyrs/iggy:0.2.3
pip install maturin
maturin develop
python producer.py
Result
The text was updated successfully, but these errors were encountered: