diff options
Diffstat (limited to 'container')
-rw-r--r-- | container/plugins.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/container/plugins.go b/container/plugins.go index 57b1a4fa..b77f626d 100644 --- a/container/plugins.go +++ b/container/plugins.go @@ -13,6 +13,7 @@ import ( httpPlugin "github.com/roadrunner-server/http/v4" "github.com/roadrunner-server/informer/v4" "github.com/roadrunner-server/jobs/v4" + "github.com/roadrunner-server/kafka/v4" "github.com/roadrunner-server/kv/v4" "github.com/roadrunner-server/lock/v4" "github.com/roadrunner-server/logger/v4" @@ -69,6 +70,7 @@ func Plugins() []any { //nolint:funlen &amqp.Plugin{}, &sqs.Plugin{}, &nats.Plugin{}, + &kafka.Plugin{}, &beanstalk.Plugin{}, // ========= // |