From d3ac3834f627ee4472dff2875790716861ed98b1 Mon Sep 17 00:00:00 2001 From: edgji Date: Wed, 10 Oct 2018 12:40:40 -0700 Subject: [PATCH] Update supported_brokers.md minor update to documentation to reflect correct name for enqueue kafka package --- docs/client/supported_brokers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client/supported_brokers.md b/docs/client/supported_brokers.md index f734b660c..462e57cec 100644 --- a/docs/client/supported_brokers.md +++ b/docs/client/supported_brokers.md @@ -13,7 +13,7 @@ Here's the list of transports supported by Enqueue Client: | Redis | [enqueue/gps](../transport/redis.md) | redis: | | Amazon SQS | [enqueue/sqs](../transport/sqs.md) | sqs: | | STOMP, RabbitMQ | [enqueue/stomp](../transport/stomp.md) | stomp: | -| Kafka | [enqueue/stomp](../transport/kafka.md) | kafka: | +| Kafka | [enqueue/rdkafka](../transport/kafka.md) | kafka: | | Null | [enqueue/null](../transport/null.md) | null: | Here's the list of protocols and Client features supported by them