mirror of https://github.com/apache/kafka.git
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:
parent
31a84dd72e
commit
8a05884343
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue