Skip to content

Tracking: Connector Development Kit Phase 1 #2832

Closed
@sehz

Description

CDK is a new component for Fluvio. It facilitates the development, testing, and deployment of connectors.

$ cdk build
// build connector

$ cdk test
// build and run connector locally using current cdk project

$ cdk publish
// publish connector to hub

$ cdk deploy <connector_name>
// deploy connector from hub

TODO:

  • Build cdk build
  • Schema validation
  • Test cdk test
  • Publish
  • Deploy

Schema Validation:

  • Load Package from TOML
  • Validating Connector Config using Pkge metadta

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions