-
## Expected Behavior
I expected it to use the database name that's configured in the helm chart.
Here is the init container that's created from the helm chart
```yaml
- command:
- tempo…
-
The following text is from [Integrate Cassandra Support into Cenzontle](https://hackmd.io/rafOJ4itRwGQMUbanwTgvg#Translate-the-SQL-data-model-API-to-Cassandra-CQL)
In order to implement the new sto…
tmvoe updated
4 years ago
-
## User story ##
**As** a user of managed DB service
**I can** access to the my service logs
**So that** I can keep monitor and troubleshoot my service
## Acceptance criterias ##
- I can get m…
-
https://debezium.io/documentation/reference/stable/connectors/cassandra.html
Other databases' CDC format includes all the columns and their new values after the update.
But ScyllaDB/Cassandra ca…
lmatz updated
5 months ago
-
This is what I have:
```
cqlsh> CREATE KEYSPACE IF NOT EXISTS Killer_Video WITH replication = {'class':'SimpleStrategy', 'replication_factor':1};
cqlsh> use killer_video;
cqlsh:killer_video> des…
-
This became obvious when analysing #1127
Part of this problem is hopefully fixed by a fix for #1089.
We have multiple checks for determining what datatype a value should get converted to and I do…
-
# Motivation
Spring Data modules are one of the widely used Java frameworks for accessing the databases. Spring data provides consistent and familiar APIs for querying the data by supporting Data r…
-
2016-01-15 18:22:56 g++ -o build/production/analytics/syslog_collector.o -c -g -O3 -Wall -Werror -Wsign-compare -Wno-unused-local-typedefs -DLINUX -DUSE_CASSANDRA_CQL -DBOOST_NO_UNREACHABLE_RETURN_DET…
-
I'm working up a basic example of SchemaHero + Cassandra and have run into an issue where the DB controller pod is producing the following error:
```
manager {"level":"error","msg":"failed to get …
-
I'm running the fast-data-dev stack with a cassandra database in docker and testing the Cassandra Source Connector. It works great for most of the use cases, but I have a table with a UDT and I expect…