MINOR: Fix typo in processor api developer guide (#12203)

The reference to `changlogConfig` should be `changelogConfig`.

Reviewers: Jason Gustafson <jason@confluent.io>
This commit is contained in:
Amir M. Saeid 2022-05-30 23:57:46 +01:00 committed by GitHub
parent 31a84dd72e
commit 8a05884343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ StoreBuilder&lt;KeyValueStore&lt;String, Long&gt;&gt; countStoreSupplier = Store
Stores.persistentKeyValueStore(&quot;Counts&quot;),
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>