This is an automated email from the ASF dual-hosted git repository.
ableegoldman pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/3.0 by this push:
new fca37e4 MINOR: fix typo in config for eos-v2 docs of the upgrade
guide (#11001)
fca37e4 is described below
commit fca37e410c1a5e83113ade8aeba7d8e148a5de42
Author: A. Sophie Blee-Goldman <[email protected]>
AuthorDate: Thu Jul 8 12:32:45 2021 -0700
MINOR: fix typo in config for eos-v2 docs of the upgrade guide (#11001)
One of the configs has a typo and should have been exactly_once _v2 rather
than just exactly_once
Reviewers: John Roesler <[email protected]>
---
docs/streams/upgrade-guide.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/streams/upgrade-guide.html b/docs/streams/upgrade-guide.html
index 3f25cb5..136d093 100644
--- a/docs/streams/upgrade-guide.html
+++ b/docs/streams/upgrade-guide.html
@@ -54,7 +54,7 @@
<p>
Starting in Kafka Streams 2.6.x, a new processing mode is available,
named EOS version 2. This can be configured
- by setting <code>"processing.guarantee"</code> to
<code>"exactly_once"</code> for
+ by setting <code>"processing.guarantee"</code> to
<code>"exactly_once_v2"</code> for
application versions 3.0+, or setting it to
<code>"exactly_once_beta"</code> for versions between 2.6 and 2.8.
To use this new feature, your brokers must be on version 2.5.x or
newer.
If you want to upgrade your EOS application from an older version and
enable this feature in version 3.0+,