sandeep-mst commented on code in PR #24289:
URL: https://github.com/apache/pulsar/pull/24289#discussion_r2084424966
##########
pulsar-io/kinesis/src/main/java/org/apache/pulsar/io/kinesis/KinesisSinkConfig.java:
##########
@@ -172,4 +172,10 @@ public enum MessageFormat {
help = "Custom AWS STS port to connect to"
)
private Integer awsStsPort;
+
+ @FieldDoc(
+ defaultValue = "true",
+ help = "Enable aggregation. With aggregation, multiple user
records could be packed into a single\n"
+ + " KinesisRecord. If disabled, each user record is sent
in its own KinesisRecord.")
+ private boolean enableAggregation = true;
Review Comment:
@lhotari done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]