Skip to content

Commit 9473655

Browse files
authored
Merge pull request #2916 from redpanda-data/certify-mqtt
Certify MQTT plugin
2 parents 9b6c3ac + 494e2da commit 9473655

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

internal/plugins/info.csv

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ mongodb ,cache ,MongoDB ,3.43.0 ,commun
124124
mongodb ,input ,MongoDB ,3.64.0 ,community ,n ,n ,n
125125
mongodb ,output ,MongoDB ,3.43.0 ,community ,n ,n ,n
126126
mongodb ,processor ,MongoDB ,3.43.0 ,community ,n ,n ,n
127-
mqtt ,input ,mqtt ,0.0.0 ,community ,n ,n ,n
128-
mqtt ,output ,mqtt ,0.0.0 ,community ,n ,n ,n
127+
mqtt ,input ,mqtt ,4.37.0 ,certified ,n ,y ,y
128+
mqtt ,output ,mqtt ,4.37.0 ,certified ,n ,y ,y
129129
msgpack ,processor ,msgpack ,3.59.0 ,community ,n ,n ,n
130130
multilevel ,cache ,Multilevel ,0.0.0 ,certified ,n ,y ,y
131131
mutation ,processor ,mutation ,4.5.0 ,certified ,n ,y ,y

public/components/cloud/package.go

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import (
2929
_ "github.com/redpanda-data/connect/v4/public/components/kafka/enterprise"
3030
_ "github.com/redpanda-data/connect/v4/public/components/maxmind"
3131
_ "github.com/redpanda-data/connect/v4/public/components/memcached"
32+
_ "github.com/redpanda-data/connect/v4/public/components/mqtt"
3233
_ "github.com/redpanda-data/connect/v4/public/components/msgpack"
3334
_ "github.com/redpanda-data/connect/v4/public/components/nats"
3435
_ "github.com/redpanda-data/connect/v4/public/components/openai"

0 commit comments

Comments
 (0)