iggy-rs / iggy-python-client

Official Python client SDK for Iggy.rs message streaming.
MIT License
15 stars 6 forks source link

The example doesn't work for Iggy 0.2.3 #7

Closed pikhovkin closed 3 months ago

pikhovkin commented 6 months ago

I followed the following steps:

  1. docker run --rm -p 8080:8080 -p 3000:3000 -p 8090:8090 iggyrs/iggy:0.2.3
  2. pip install maturin
  3. maturin develop
  4. 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).