From a405918091675c706ebb8ed96355a19bc463a837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 18 Feb 2020 18:18:53 +0100 Subject: [PATCH] Add Kafka guide to listing --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index b9d214b..6fcf453 100644 --- a/mix.exs +++ b/mix.exs @@ -40,6 +40,7 @@ defmodule Broadway.MixProject do extra_section: "Guides", extras: [ "guides/examples/Amazon SQS.md", + "guides/examples/Apache Kafka.md", "guides/examples/Google Cloud PubSub.md", "guides/examples/RabbitMQ.md", "guides/examples/Custom Producers.md",