kafka-connect-cosmosdb icon indicating copy to clipboard operation
kafka-connect-cosmosdb copied to clipboard

Kafka Connect connectors for Azure Cosmos DB

Results 55 kafka-connect-cosmosdb issues
Sort by recently updated
recently updated
newest added

Rather than relying on the docker-compose setup, which is slow to startup and resource intensive, let's try to use the `confluent local` CLI as the confluent platform setup mechanism. Docs:...

feature-request

Currently the sink connector spins up as many workers as the maxTasks configuration and assigns all topics to all workers. Because of the topic -> collection mapping it would be...

feature-request
blocked

add a new config option **createCollection** and **createDatabase** of type Boolean. If set to true. Sink will attempt to create the database and collection(s) based on the database and collections...

feature-request

Will read as batch, by default. Batch size should default to a chosen value, and be configurable.

feature-request
blocked

CosmosDB has a default built-in retry policy. Need to be able to change the configuration of the CosmosDB default retry policy based on Connector config settings.

feature-request