Skip to content

Conversation

@DanielssonJacob
Copy link

Looking at the code the current Default value for maxBufferBytes is 9500000L (DEFAULT_MAX_BUFFER_BYTES) (https://github.com/googleapis/java-pubsub-group-kafka-connector/blob/main/src/main/java/com/google/pubsub/kafka/sink/CloudPubSubSinkConnector.java#L53) 9500000L is also the max value that can be used.

Fix 411

Looking at the code the current Default value for maxBufferBytes is 9500000L (DEFAULT_MAX_BUFFER_BYTES)
(https://github.com/googleapis/java-pubsub-group-kafka-connector/blob/main/src/main/java/com/google/pubsub/kafka/sink/CloudPubSubSinkConnector.java#L53)
9500000L is also the max value that can be used.

Fix [411](googleapis#411)
@DanielssonJacob DanielssonJacob force-pushed the maxBufferBytes-default-value branch from 45b9d3e to 77eb0fc Compare December 16, 2025 16:16
@matt-kwong matt-kwong added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 16, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size: xs Pull request size is extra small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DEFAULT_MAX_BUFFER_SIZE = 9500000L; README.md says 10,000,000

4 participants