merrimanr commented on a change in pull request #1330: METRON-1968: Messages are lost when a parser produces multiple messages and batch size is greater than 1 URL: https://github.com/apache/metron/pull/1330#discussion_r257319581
########## File path: metron-platform/metron-common/src/main/java/org/apache/metron/common/writer/BulkWriterResponse.java ########## @@ -29,38 +28,38 @@ import java.util.Map; public class BulkWriterResponse { - private Multimap<Throwable, Tuple> errors = ArrayListMultimap.create(); - private List<Tuple> successes = new ArrayList<>(); + private Multimap<Throwable, String> errors = ArrayListMultimap.create(); + private List<String> successes = new ArrayList<>(); Review comment: This is done in the latest commit. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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