Minor cleanup and polishing

Resolves #740
This commit is contained in:
Oleg Zhurakousky
2019-09-10 13:33:38 +02:00
parent 96062b23f2
commit 752b509374
2 changed files with 82 additions and 84 deletions

View File

@@ -955,7 +955,7 @@ public StoreBuilder mystore() {
}
```
During the bootstrap, the above bean will be processed by the binder and pass on to the Streams builder object.
During the bootstrap, the above bean will be processed by the binder and passed on to the Streams builder object.
Defining custom state stores by providing them as beans is the preferred approach.
However, you can also use `KafkaStreamsStateStore` annotation for this.
You can specify the name and type of the store, flags to control log and disabling cache, etc.