shalnisundram opened a new pull request, #4546: URL: https://github.com/apache/cassandra/pull/4546
Add CQL support for CEP-44 data source/sink configurations. See the relevant section in the CEP [here](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=323488575#CEP44:KafkaintegrationforCassandraCDCusingSidecar-CQLconfiguration) This change adds new CQL syntax for all statements described in CEP-44. The patch includes support for automatic initialization of `service_configs`, a new C* internal systems table in the `system_distributed` keyspace. The table stores configs for services (e.g. ‘cdc’, ‘kafka') of this patch's new type `DATA_SOURCE` and `DATA_SINK`, most similar to Sidecar’s `sidecar_internal.configs` table. The goal is to ultimately have apache/cassandra be the single source of truth for CEP-44 configs. [CASSANDRA-20021 JIRA ticket](https://issues.apache.org/jira/browse/CASSANDRA-21011). patch by Shalni Sundram -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

