Issue https://github.com/dpkp/kafka-python/issues/2676
I've sent request
*FetchRequest_v3(replica_id=-1, max_wait_time=500, min_bytes=1,
max_bytes=52428800, topics=[(topic='my-secret-topic',
partitions=[(partition=0, offset=19857795, max_bytes=1048576),
(partition=3, offset=18443170, max_bytes=1048576)])]) *
but got a raw value without headers
>
> *b'\x00\x00\x00F\x00\x00\x00\x01\x00\x00\x00\x01\x00"***x00\x00\x00\x01\x00\x00\x00\x02\x00\x00\xff\xff\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\xfaOc'*
What could be the reason?