[
https://issues.apache.org/jira/browse/SAMZA-2627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17317568#comment-17317568
]
Lakshmi Manasa Gaduputi commented on SAMZA-2627:
------------------------------------------------
PR 1470 and 1474 solve this issue.
> Make StreamAppender extensible for sending messages to SystemProducer
> ---------------------------------------------------------------------
>
> Key: SAMZA-2627
> URL: https://issues.apache.org/jira/browse/SAMZA-2627
> Project: Samza
> Issue Type: Improvement
> Reporter: Lakshmi Manasa Gaduputi
> Assignee: Lakshmi Manasa Gaduputi
> Priority: Minor
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> StreamAppender currently sends to the underlying SystemProducer the logEvents
> as OutgoingMessageEnvelope(systemStream, keyBytes = containerName,
> serializedMessage). This corresponds to the OME with both partition key and
> record key set to keyBytes.
> This ticket is to provide classes extending StreamAppender with higher
> control over the partition and record keys in the OME.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)