We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53ff66 commit 494e2daCopy full SHA for 494e2da
public/components/cloud/package.go
@@ -29,6 +29,7 @@ import (
29
_ "github.com/redpanda-data/connect/v4/public/components/kafka/enterprise"
30
_ "github.com/redpanda-data/connect/v4/public/components/maxmind"
31
_ "github.com/redpanda-data/connect/v4/public/components/memcached"
32
+ _ "github.com/redpanda-data/connect/v4/public/components/mqtt"
33
_ "github.com/redpanda-data/connect/v4/public/components/msgpack"
34
_ "github.com/redpanda-data/connect/v4/public/components/nats"
35
_ "github.com/redpanda-data/connect/v4/public/components/openai"
0 commit comments