Fixed typo springc to spring
Fixed typo `springc` to `spring` in two lines: `spring.cloud.stream.function.bindings.process-in-0=users` `spring.cloud.stream.function.bindings.process-in-0=regions`
This commit is contained in:
@@ -635,9 +635,9 @@ public BiFunction<KStream<String, Long>, KTable<String, String>, KStream<String,
|
||||
Binder will generate bindings with names, `process-in-0`, `process-in-1` and `process-out-0`.
|
||||
Now, if you want to change them to something else completely, maybe more domain specific binding names, then you can do so as below.
|
||||
|
||||
`springc.cloud.stream.function.bindings.process-in-0=users`
|
||||
`spring.cloud.stream.function.bindings.process-in-0=users`
|
||||
|
||||
`springc.cloud.stream.function.bindings.process-in-0=regions`
|
||||
`spring.cloud.stream.function.bindings.process-in-0=regions`
|
||||
|
||||
and
|
||||
|
||||
@@ -1767,4 +1767,4 @@ When you have more than one input bindings either in a function or `StreamListen
|
||||
For e.g. when setting `spring.cloud.stream.bindings.process-in-0.consumer.concurrency`, it will be translated as `num.stream.threads` by the binder.
|
||||
If you have multiple processors and one processor defines binding level concurrency, but not the others, those ones with no binding level concurrency will default back to the binder wide property specified through
|
||||
`spring.cloud.stream.kafka.streams.binder.configuration.num.stream.threads`.
|
||||
If this binder configuration is not available, then the application will use the default set by Kafka Streams.
|
||||
If this binder configuration is not available, then the application will use the default set by Kafka Streams.
|
||||
|
||||
Reference in New Issue
Block a user