Skip to content

Commit

Permalink
chore: regenerate README (#184)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
2021-08-11 00:14:20,459 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsublite-kafka/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-08-11 00:14:21,674 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.

```
</details>

Full log will be available here:
https://source.cloud.google.com/results/invocations/86fbad55-1f92-4548-9bb3-a4ba1fc4cf1a/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Aug 11, 2021
1 parent 20ae0ba commit b1f0397
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-pubsublite-kafka.git",
"sha": "f82a7c6ae88dddf68f71d51405d225581e968753"
"sha": "20ae0ba14d7623741b05825be240edcfc33f3974"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "5605f38f153e7627ba4441a2c5181060b664d224"
"sha": "6252f2cd074c38f37b44abe5e96d128733eb1b61"
}
}
]
Expand Down
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -72,6 +72,12 @@ be implemented using Pub/Sub Lite as a backend. The key differences are:
- ProducerRecord may not specify partition explicitly.
- Consumers may not dynamically create consumer groups (subscriptions).

Note:
- In order to use Pub/Sub Lite [seek operations](https://cloud.google.com/pubsub/lite/docs/seek),
Consumers must have auto-commit enabled. Consumer seek methods are client-initiated, whereas
Pub/Sub Lite seek operations are initiated out-of-band and pushed to Consumers. Both types of
seeks should not be used concurrently, as they would interfere with one another.



#### Publishing messages
Expand Down

0 comments on commit b1f0397

Please sign in to comment.