Skip to content

Commit eb0742c

Browse files
docs: Include mexmessageperbatch in the readme (#63)
* update * update
1 parent 2d80678 commit eb0742c

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.readme-partials.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@ custom_content: |
4747
4848
The connector supports a number of options to configure the read:
4949
50-
| Option | Type | Required | Meaning |
51-
| ------ | ---- | -------- | ------- |
52-
| pubsublite.subscription | String | Y | Full subscription path that the connector will read from. |
53-
| pubsublite.flowcontrol.byteoutstandingperpartition | Long | N | Max number of bytes per partition that will be cached in workers before Spark processes the messages. Default to 50000000 bytes. |
54-
| pubsublite.flowcontrol.messageoutstandingperpartition | Long | N | Max number of messages per partition that will be cached in workers before Spark processes the messages. Default to Long.MAX_VALUE. |
55-
| gcp.credentials.key | String | N | Service account JSON in base64. Default to [Application Default Credentials](https://cloud.google.com/docs/authentication/production#automatically). |
50+
| Option | Type | Required | Default Value | Meaning |
51+
| ------ | ---- | -------- | ------------- | ------- |
52+
| pubsublite.subscription | String | Y | | Full subscription path that the connector will read from. |
53+
| pubsublite.flowcontrol.byteoutstandingperpartition | Long | N | 50_000_000 | Max number of bytes per partition that will be cached in workers before Spark processes the messages. |
54+
| pubsublite.flowcontrol.messageoutstandingperpartition | Long | N | Long.MAX | Max number of messages per partition that will be cached in workers before Spark processes the messages. |
55+
| pubsublite.flowcontrol.maxmessagesperbatch | Long | N | Long.MAX | Max number of messages in micro batch. |
56+
| gcp.credentials.key | String | N | [Application Default Credentials](https://cloud.google.com/docs/authentication/production#automatically) | Service account JSON in base64. |
5657
5758
### Data Schema
5859

0 commit comments

Comments
 (0)