Ryan CrawCour

Results 19 issues of Ryan CrawCour

adding Github Actions for Azure

Include an optional setting where you can specify a deadletter Kafka stream in your config somewhere and it will deadletter to that for you after retries have been exceeded.

enhancement

Currently uses the "old" method of writing bindings, which some earlier bindings (SB/Storage/etc) all still use. There is a newer way to do this that doesn't require nearly as much...

refactoring

When trying to run the archetype mvn archetype:generate -DarchetypeGroupId=io.confluent.maven -DarchetypeArtifactId=kafka-connect-quickstart -DarchetypeVersion=0.10.0.0 -Dpackage=io.confluent.examples.kafka.connect.twitter -DgroupId=io.confluent.examples -DartifactId=kafka-connect-twitter -DpackageName=io.confluent.examples.kafka.connect.twitter -Dversion=1.0-SNAPSHOT (in an empty directory) to generate a skeleton I get the following errors -...

when each PR is merged, take that PR and commit it to the ChangeLog.md file to keep a running list of all changes. bug new feature bug dix new feature...

internal

## Description Related to issue #253 In the connector Stop() method we were doing the following to close the client & free up resources ```java if (client != null) {...

bug
cant-repro
investigate

**## Problem Statement** When entering configuration for the connector it would be great if these config values could be validated whilst registering the connector instead of @ runtime when the...

feature-request
in-progress

## Description sink connector fails when PK value in topic is a long (data type conversion not happening correction long->string) Message: { "id": 2804, "product_number": 2804, "product_name": “2804" } Error:...

bug

**## Problem Statement** There is no logging in the config classes **## Proposed Solution** Add logging (Debug level) to the Cosmos config class as well as the Sink and Source...

feature-request
in-progress