[issue27237] Kafka Python Consumer Messages gets truncated

2016-06-05 Thread Ned Deily
Ned Deily added the comment: Sorry, kafka is a third-party package, not part of the Python Standard Library. Suggest you pursue this with the Kafka project: http://kafka-python.readthedocs.io/en/master/support.html -- nosy: +ned.deily resolution: -> third party stage: -> resolved

[issue27237] Kafka Python Consumer Messages gets truncated

2016-06-05 Thread Rahul
New submission from Rahul: Snippet code is below: from kafka import KafkaConsumer from kafka.client import KafkaClient from kafka.consumer import SimpleConsumer consumer = KafkaConsumer('eventdetails_ingestion' , group_id='1',bootstrap_servers=‘:9092', max_partition_fetch_bytes=1055)