This is an automated email from the ASF dual-hosted git repository.
jgus pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 8a05884343 MINOR: Fix typo in processor api developer guide (#12203)
8a05884343 is described below
commit 8a05884343c0bae5e9af400c1742157753b4cf9a
Author: Amir M. Saeid <[email protected]>
AuthorDate: Mon May 30 23:57:46 2022 +0100
MINOR: Fix typo in processor api developer guide (#12203)
The reference to `changlogConfig` should be `changelogConfig`.
Reviewers: Jason Gustafson <[email protected]>
---
docs/streams/developer-guide/processor-api.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/streams/developer-guide/processor-api.html
b/docs/streams/developer-guide/processor-api.html
index 90706e508c..e5bab51be9 100644
--- a/docs/streams/developer-guide/processor-api.html
+++ b/docs/streams/developer-guide/processor-api.html
@@ -375,7 +375,7 @@ StoreBuilder<KeyValueStore<String, Long>>
countStoreSupplier = Store
Stores.persistentKeyValueStore("Counts"),
Serdes.String(),
Serdes.Long())
- .withLoggingEnabled(changlogConfig); // enable changelogging, with custom
changelog settings</code></pre>
+ .withLoggingEnabled(changelogConfig); // enable changelogging, with custom
changelog settings</code></pre>
</div>
<div class="section" id="timestamped-state-stores">
<span
id="streams-developer-guide-state-store-timestamps"></span><h3><a
class="toc-backref" href="#id11">Timestamped State Stores</a><a
class="headerlink" href="#timestamped-state-stores" title="Permalink to this
headline"></a></h3>