question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for YugabyteDB connector

See original GitHub issue

Yugabyte offers JDBC drivers, but it has BETA label for now. https://docs.yugabyte.com/latest/reference/drivers/yugabytedb-jdbc-driver/

Another option is using Java client driver that is based on DataStax’s one (similar to the current Cassandra connector). https://docs.yugabyte.com/latest/reference/drivers/ycql-client-drivers/#java

Related to #4836 #4838

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:26 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
tedyucommented, Sep 1, 2021

I logged https://github.com/yugabyte/yugabyte-db/issues/9902 for comment enhancement in YCQL.

0reactions
ebyhrcommented, Aug 15, 2021

Yugabyte (CQL) doesn’t support setting a comment in both CREATE TABLE and ALTER TABLE. https://docs.yugabyte.com/latest/api/ycql/ddl_create_table/#table-properties-1

This limitation breaks INSERT statement and affects to some operations because Cassandra connector uses the comment to manage hidden columns.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Kafka Connect YugabyteDB - Yugabyte Docs
The Kafka Connect YugabyteDB Sink Connector delivers data from Kafka topics into YugabyteDB tables. The connector subscribes to specific topics in Kafka and ......
Read more >
Add support for YugabyteDB connector · Issue #5352 - GitHub
Agreed to creating new connector for Presto. The Yugabyte JDBC driver covers both YCQL (for Cassandra) and YSQL (for Postgres). The Beta label ......
Read more >
Yugabyte Sink Connector | Confluent Hub
The YugabyteDB connector allows moving data from Kafka to YugabyteDB 1.x, and 2.x. It writes data from a topic in Kafka to an...
Read more >
How to configure yb-cdc-connector to resume printing logs ...
Please help me in configure yb-cdc-connector resume printing logs upon yb-ctl restart (stop and start). yugabytedb.
Read more >
Apache Kafka - 《YugabyteDB 2.1 Document》 - 书栈网
1. Start local cluster · 2. Download Apache Kafka · 3. Install the Kafka Sink Connector for YugabyteDB · 4. Start ZooKeeper and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found