confluentinc / confluentinc/ksql
Move properties unrelated to KsqlEngine out of KsqlEngine.IMMUTABLE_PROPERTIES
Open
Code Quality
- Dominant language
- Java
- Stars
- 315
- Forks
- 1k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 36
Description
For example, `KsqlConfig.KSQL_EXT_DIR` and `KsqlConfig.KSQL_ACTIVE_PERSISTENT_QUERY_LIMIT_CONFIG`, as per [this discussion](https://github.com/confluentinc/ksql/pull/2129/files#r231778193).
Contributor guide
Research direction
Start by locating KsqlEngine.IMMUTABLE_PROPERTIES and the KsqlConfig.KSQL_EXT_DIR and KsqlConfig.KSQL_ACTIVE_PERSISTENT_QUERY_LIMIT_CONFIG definitions. Read the linked discussion for the intended categorization, then verify that properties unrelated to KsqlEngine are moved out and that the existing configuration behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend, stream-processing
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100