ksql
ksql copied to clipboard
The database purpose-built for stream processing applications.
### Description _What behavior do you want to change, why, how does your patch achieve the changes?_ ### Testing done _Describe the testing strategy. Unit and integration tests are expected...
### Description - Previously, we were converting the parsed ksql schema and parsed SR schema and then doing a canonical strict string comparison. This would fail if the SR schema...
### Description Discussion: https://confluentcommunity.slack.com/archives/C6UJNMY67/p1658922529620649 Fixes https://github.com/confluentinc/ksql/issues/8256 ### Testing done Previewed the docs. ### Reviewer checklist - [x] Ensure docs are updated if necessary. (eg. if a user visible feature is...
### Description _What behavior do you want to change, why, how does your patch achieve the changes?_ ### Testing done _Describe the testing strategy. Unit and integration tests are expected...
### Description _What behavior do you want to change, why, how does your patch achieve the changes?_ ### Testing done _Describe the testing strategy. Unit and integration tests are expected...
### Description I am turning on the feature flag for shared runtimes by fault, I also found a couple tests that need to updated/ looked at. ### Testing done _Describe...
**Describe the bug** New `VALUE_SCHEMA_ID` supported in ksqlDB 0.24.0 does not work with a complex structure and optional fields. The issue is composed of two different behaviors: - 1st one:...
Currently we believe this fix is only necessary for cleaning up some tests once shared runtimes are fully enabled by default, however the investigation is still open at this point.
### Description Add a config that triggers a migration of the command topic to a new Kafka cluster if set to true. The migration triggers if the new Kafka broker...
### Description _What behavior do you want to change, why, how does your patch achieve the changes?_ ### Testing done _Describe the testing strategy. Unit and integration tests are expected...