python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do I fix a "Message was too large, server rejected it" error in a cockroachdb changefeed?
When I run a changefeed into Kafka, it emits messages for a while, but then gets stuck. In the job status or logs I see the error kafka server: Message was too large, server rejected it to avoid alloc...

histocrat
Votes: 0
Answers: 1
Cannot upgrade to 21.2 because decomissioned node is unavailble - Cluster Version Error
When I try to SET CLUSTER SETTING to 21.1, an error message says “ERROR: n2 required, but unavailable” (n2 is reference to a node, but n2 doesn’t exist, because I can see it as decommissioned 2 years ...
Michael Butler CRDB
Votes: 0
Answers: 1
Spring Data JPA Multiple DataSources - CockroachDb Spatial
My application has two data sources.
First datasource access Postgre using JdbcTemplate.
Second datasource access CockroachDb using Spring Data JPA.
So i created two configurations for this datasource...
Konstantin Goncharenko
Votes: 0
Answers: 1
Do we need to add any configuration on client side to avoid transaction retry errors in cockroach database
when there is concurrent updates happening on the same record, transaction 1 is able to update but as per the cockroach database documentation transaction t2 should be on queue, but transaction t2 is ...
DK93
Votes: 0
Answers: 2