JiriOndrusek commented on issue #1050: InfluxDB native support #1036
URL: https://github.com/apache/camel-quarkus/pull/1050#issuecomment-611541385
 
 
   Problem is caused probably by some kind of missing reflection. I was able to 
print content of stream, which is deserialized from json to object.
   Stream is
   
   >  
"{"results":[{"statement_id":0,"series":[{"name":"cpu","columns":["time","free","used"],"values":[["2020-04-09T13:48:54.652Z",1,8]]}]}]}"
   
   But parsed object is: 
   
   > QueryResult [results=[Result [series=null, error=null]], error=null]
   
   Interesting part is that this deserialization does not cause any error at 
all, just uses null instead.
   
(https://github.com/square/retrofit/blob/master/retrofit-converters/moshi/src/main/java/retrofit2/converter/moshi/MoshiResponseBodyConverter.java#L45)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to