We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee6eec commit 29b0ed0Copy full SHA for 29b0ed0
broker/consumer/lsst/ps-connector.properties
@@ -37,3 +37,6 @@ cps.topic=PS_TOPIC
37
cps.project=PROJECT_ID
38
# include Kafka topic, partition, offset, timestamp as msg attributes
39
metadata.publish=true
40
+# specify the maximum number of messages that can be received for the messages on a topic partition before publishing
41
+# them to Cloud Pub/Sub
42
+maxBufferSize=50
0 commit comments