From 0b21802283ccdcc4088a25ba3b3bcfe5cf4908d5 Mon Sep 17 00:00:00 2001 From: tmdiep Date: Wed, 26 May 2021 19:42:25 -0400 Subject: [PATCH] docs: update README --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 908d3218..16c59f5b 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,6 @@ be implemented using Pub/Sub Lite as a backend. The key differences are: - Producers operate on a single topic, and Consumers on a single subscription. - ProducerRecord may not specify partition explicitly. - Consumers may not dynamically create consumer groups (subscriptions). -- `Consumer.offsetsForTimes` and `Consumer.endOffsets` will raise an - exception. - #### Publishing messages