-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Management command to manage connectors configs. #16
Comments
bodja
pushed a commit
that referenced
this issue
Sep 27, 2024
…tors. - implement `kafka_connect` management command to manage connectors configurations. - implement `Connector` interface to define and publish configs. - implement `KafkaConnectClient` with several methods to talk to Kafka-Connect REST API. refs #16
bodja
pushed a commit
that referenced
this issue
Sep 27, 2024
…tors. - implement `kafka_connect` management command to manage connectors configurations. - implement `Connector` interface to define and publish configs. - implement `KafkaConnectClient` with several methods to talk to Kafka-Connect REST API. refs #16
bodja
pushed a commit
that referenced
this issue
Sep 27, 2024
…tors. - implement `kafka_connect` management command to manage connectors configurations. - implement `Connector` interface to define and publish configs. - implement `KafkaConnectClient` with several methods to talk to Kafka-Connect REST API. refs #16
bodja
pushed a commit
that referenced
this issue
Sep 27, 2024
…tors. - implement `kafka_connect` management command to manage connectors configurations. - implement `Connector` interface to define and publish configs. - implement `KafkaConnectClient` with several methods to talk to Kafka-Connect REST API. refs #16
bodja
pushed a commit
that referenced
this issue
Sep 27, 2024
…tors. - implement `kafka_connect` management command to manage connectors configurations. - implement `Connector` interface to define and publish configs. - implement `KafkaConnectClient` with several methods to talk to Kafka-Connect REST API. refs #16
bodja
added a commit
that referenced
this issue
Sep 27, 2024
…tors. - implement `kafka_connect` management command to manage connectors configurations. - implement `Connector` interface to define and publish configs. - implement `KafkaConnectClient` with several methods to talk to Kafka-Connect REST API. refs #16
bodja
added a commit
that referenced
this issue
Sep 27, 2024
…tors. - implement `kafka_connect` management command to manage connectors configurations. - implement `Connector` interface to define and publish configs. - implement `KafkaConnectClient` with several methods to talk to Kafka-Connect REST API. refs #16
bodja
added a commit
that referenced
this issue
Sep 30, 2024
…tors. - implement `kafka_connect` management command to manage connectors configurations. - implement `Connector` interface to define and publish configs. - implement `KafkaConnectClient` with several methods to talk to Kafka-Connect REST API. refs #16
bodja
added a commit
that referenced
this issue
Sep 30, 2024
…tors. - implement `kafka_connect` management command to manage connectors configurations. - implement `Connector` interface to define and publish configs. - implement `KafkaConnectClient` with several methods to talk to Kafka-Connect REST API. refs #16
bodja
added a commit
that referenced
this issue
Sep 30, 2024
…tors. - implement `kafka_connect` management command to manage connectors configurations. - implement `Connector` interface to define and publish configs. - implement `KafkaConnectClient` with several methods to talk to Kafka-Connect REST API. refs #16
bodja
added a commit
that referenced
this issue
Sep 30, 2024
…tors. - implement `kafka_connect` management command to manage connectors configurations. - implement `Connector` interface to define and publish configs. - implement `KafkaConnectClient` with several methods to talk to Kafka-Connect REST API. refs #16
bodja
added a commit
that referenced
this issue
Sep 30, 2024
…tors. - implement `kafka_connect` management command to manage connectors configurations. - implement `Connector` interface to define and publish configs. - implement `KafkaConnectClient` with several methods to talk to Kafka-Connect REST API. refs #16
bodja
added a commit
that referenced
this issue
Sep 30, 2024
…tors. - implement `kafka_connect` management command to manage connectors configurations. - implement `Connector` interface to define and publish configs. - implement `KafkaConnectClient` with several methods to talk to Kafka-Connect REST API. refs #16
bodja
added a commit
that referenced
this issue
Sep 30, 2024
…tors. - implement `kafka_connect` management command to manage connectors configurations. - implement `Connector` interface to define and publish configs. - implement `KafkaConnectClient` with several methods to talk to Kafka-Connect REST API. refs #16
bodja
added a commit
that referenced
this issue
Oct 4, 2024
Do not allow adding to the registry the same key. - Use class name only instead of the module and class name together, to avoid issues when the connector is moved to a different module - Registry will now fail when attempting to register the same key. refs #16
bodja
added a commit
that referenced
this issue
Oct 4, 2024
Do not allow adding to the registry the same key. - Use class name only instead of the module and class name together, to avoid issues when the connector is moved to a different module - Registry will now fail when attempting to register the same key. refs #16
bodja
added a commit
that referenced
this issue
Oct 4, 2024
Do not allow adding to the registry the same key. Add `kafka` module to autodiscover connectors and consumers. - Use class name only instead of the module and class name together, to avoid issues when the connector is moved to a different module - Registry will now fail when attempting to register the same key. refs #16
bodja
added a commit
that referenced
this issue
Oct 7, 2024
feat: add `kafka` module to autodiscover connectors and consumers. fix: do not allow adding to the registry the same key. fix: retry connector status check when status is UNASSIGNED. refs #16
bodja
added a commit
that referenced
this issue
Oct 7, 2024
feat: add `kafka` module to autodiscover connectors and consumers. fix: do not allow adding to the registry the same key. fix: retry connector status check when status is UNASSIGNED. refs #16
bodja
added a commit
that referenced
this issue
Oct 7, 2024
feat: add `kafka` module to autodiscover connectors and consumers. feat: add optional context kwarg to `DjangoKafkaError`. fix: retry on 404 when checking for connector status. fix: do not allow adding to the registry the same key. fix: retry connector status check when status is UNASSIGNED. refs #16
bodja
added a commit
that referenced
this issue
Oct 7, 2024
feat: add `kafka` module to autodiscover connectors and consumers. feat: add optional context kwarg to `DjangoKafkaError`. fix: retry on 404 when checking for connector status. fix: do not allow adding to the registry the same key. fix: retry connector status check when status is UNASSIGNED. refs #16
bodja
added a commit
that referenced
this issue
Oct 7, 2024
feat: add `kafka` module to autodiscover connectors and consumers. feat: add optional context kwarg to `DjangoKafkaError`. fix: retry on 404 when checking for connector status. fix: do not allow adding to the registry the same key. fix: retry connector status check when status is UNASSIGNED. refs #16
bodja
added a commit
that referenced
this issue
Oct 7, 2024
fix: no linger need to instantiate a `Connector` to get a name. refs #16
bodja
added a commit
that referenced
this issue
Oct 7, 2024
fix: no longer need to instantiate a `Connector` to get a name. refs #16
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: