Jyothsna Konisa created CASSSIDECAR-492:
-------------------------------------------

             Summary: CDC log_only mode should not require Kafka producer 
configuration
                 Key: CASSSIDECAR-492
                 URL: https://issues.apache.org/jira/browse/CASSSIDECAR-492
             Project: Sidecar for Apache Cassandra
          Issue Type: Improvement
          Components: CDC
            Reporter: Jyothsna Konisa
            Assignee: Bernardo Botella Corbi


CdcConfig#logOnly() is currently dead — parsed from the cdc_configs table but 
never read anywhere in the CDC pipeline, so setting log_only=true has no 
effect: mutations still publish to Kafka exactly as if the flag were false. 
Additionally, once logOnly() is wired up, several code paths still hard-require 
Kafka producer config (kafka_configs table) even though log-only mode should 
work without any Kafka broker configured at all.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to