BetterCloud / kadmin

Web Based Kafka Consumer and Producer
69 stars 25 forks source link

Messages are cut off #2

Closed BenjaminDavison closed 7 years ago

BenjaminDavison commented 7 years ago

I am consuming from a topic which outputs json, but I only get back the first character.

Key: ""
Consumed @12:37:25 PM
offset: 489704319
topic: fastly-logs
"{

I am using the stringdeserialiser

Thanks,

Ben

david-bc commented 7 years ago

Can you give an example of the expected output?

david-bc commented 7 years ago

Reproduced locally, looking into it

david-bc commented 7 years ago

Confirmed fix locally. You need to pull the latest and rebuild or use dist/shared-kafka-admin-micro-0.9.1.jar

screen shot 2016-08-24 at 8 16 37 am