Skip to content

Make StreamsConfig customizable in StreamsBuilderFactoryBean #548

@sobychacko

Description

@sobychacko

Currently, StreamsBuilderFactoryBean constructor requires a StreamsConfig. There are use cases in which it is required to set the StreamsConfig later than when the factory is created, but right before the start method is called. Also, it will be beneficial if we can set the phase on the bean to Integer.MAX_VALUE as we need to ensure that the lifecycle for the object created by the factory is started only after all the other components are started.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions