Christian Schneider created SLING-8400:
------------------------------------------
Summary: Simplify creation of KafkaMessageInfo
Key: SLING-8400
URL: https://issues.apache.org/jira/browse/SLING-8400
Project: Sling
Issue Type: Improvement
Components: Content Distribution
Affects Versions: Content Distribution Journal Kafka 0.1.0
Reporter: Christian Schneider
Fix For: Content Distribution Journal Kafka 0.1.2
The constructor of KafkaMessageInfo currently takes all individual attributes
as parameters.
We could simplifly this by just taking ConsumerRecord<String, ?> record. This
way it works kind of like a converter.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)