You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by GitBox <gi...@apache.org> on 2019/02/12 18:43:00 UTC

[GitHub] merrimanr commented on issue #1330: METRON-1968: Messages are lost when a parser produces multiple messages and batch size is greater than 1

merrimanr commented on issue #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#issuecomment-462882719
 
 
   The latest commit converts `Map<String, MESSAGE_T>` to `List<BulkWriterMessage<MESSAGE_T>>`  in the `BulkMessageWriter.write` method (where `BulkWriterMessage` contains and id and message).  This should make it clearer what the `BulkMessageWriter` interface is expecting.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services