RuckusWirelessIL / pentaho-kafka-consumer

Apache Kafka consumer step plug-in for Pentaho Kettle
Apache License 2.0
66 stars 40 forks source link

Fix bug resulting in duplicated output rows #7

Closed dchenbecker closed 9 years ago

dchenbecker commented 9 years ago

The mutation of the original "r" record in the output handling caused Kettle to frequently duplicate rows when passing values to other transforms. Cloning it (and cleaning things up a bit) will prevent the possibility of mutation.