You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@stepanurban thanks for the report.
It seems to me that these are probably "normal" float/double representation errors - see https://www.ericlin.me/2016/02/avro-data-types/ for some information on this. If you want to preserve the exact representation I believe you need to use the decimal logical type?
To help better diagnose, could you possibly provide an input example that matches the logstash output?
All float values from Kafka printed by logstash are wrong. To Kafka I'm sending following record
In Kafka it is stored properly but logstash console output is
My logstash file is
and my schema weather.avsc
I'm using logstash 7.2. and io.confluent:kafka-avro-serializer:3.3.3 and 'org.apache.avro', name: 'avro-tools', version: '1.9.0' OS: Ubuntu 18.04.
The text was updated successfully, but these errors were encountered: