Skip to content

Commit a8de5ea

Browse files
chore: regenerate README (#138)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-06-02 20:14:12,185 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsublite-kafka/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-02 20:14:13,424 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/56db0cdc-6b57-461f-9412-c55b9ba97aae/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 6d05145 commit a8de5ea

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-pubsublite-kafka.git",
7-
"sha": "2445761bb78a12082ae0aba7f22f969bbc91042e"
7+
"sha": "6d051459d82db368892be72102ec5ae2d6738493"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "2e7bd5cc66a3f0b90ce1c150eb35c89eeb9872d6"
14+
"sha": "c3e41da0fa256ad7f6b4bc76b9d069dedecdfef4"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ be implemented using Pub/Sub Lite as a backend. The key differences are:
6363
- Producers operate on a single topic, and Consumers on a single subscription.
6464
- ProducerRecord may not specify partition explicitly.
6565
- Consumers may not dynamically create consumer groups (subscriptions).
66+
- `Consumer.offsetsForTimes` and `Consumer.endOffsets` will raise an
67+
exception.
68+
6669

6770

6871
#### Publishing messages

0 commit comments

Comments
 (0)