Ayman Khalil

Results 30 comments of Ayman Khalil

@mandli I'm working on the test cases and your comments and will push the new modifications soon. Regarding your last comment about implementing the functionality in a separate module, I...

1) I pushed some test cases and added a couple of doc-strings. 2) I couldn't find a better implementation than what's in ski-image for computing local average. What it does...

I'm not familiar with Stargate, but IIUC the user was trying to install cdc agent on coordinator nodes but agent is only required on data storing nodes. Please note that...

I see. IIUC Stargate sits in front of a "vanilla" C* cluster. The agent is only required on the C* (C3/C4/DSE) cluster side (data storing nodes only) so I'm not...

@SpencerC you don't need to configure the `-javaagent` flag on Stargate - only the C* nodes. Here is an example with testcontainers: https://github.com/datastax/cdc-apache-cassandra/blob/master/testcontainers/src/main/java/com/datastax/testcontainers/cassandra/CassandraContainer.java#L291-L296 To verify, I ran the following experiment...

Ah I get it now - you must be using Stargate with `DEVELOPER_MODE=true`. I'd go with a separate CDC-enabled Cassandra cluster, for one it works out of the box and...

would you be able to try your 2-way TLS setup with `tlsRequireTrustedClientCertOnConnect=true` on your brokers/proxies and see if it goes through? Reference: https://pulsar.apache.org/docs/2.11.x/security-tls-transport/#configure-brokers-1