Claus Ibsen created CAMEL-20940:
-----------------------------------
Summary: camel-parquet-avro - Marshal should accept body that are
not a List
Key: CAMEL-20940
URL: https://issues.apache.org/jira/browse/CAMEL-20940
Project: Camel
Issue Type: Improvement
Reporter: Claus Ibsen
Fix For: 4.x
Currently its hardcoded to a List
List<?> list = (List<?>) graph;
It should instead be more accepting input as it can be a string/stream/byte[]
of json data or something. Or something that can be iterated.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)