Hi All,

The fields in Kafka Input Operator in Malhar kafka project are of type
String array. However the getters and setters are not consistent and have a
return type and parameters of String type respectively.
This may cause issues in down stream systems and hence must be fixed. I
have created a JIRA to track this -
https://issues.apache.org/jira/browse/APEXMALHAR-2084

I am proposing that the types of these fields be made List<String> instead
of String[ ]. Additionally also make the getters and setters accept
parameters and return data of the same type.

Please let me know your thoughts on the same.

Thanks
~Bhupesh

Reply via email to