From b7907d6194fa2b7eb27bc892b80f744f782f35c7 Mon Sep 17 00:00:00 2001 From: Gallardot Date: Sat, 22 Feb 2025 23:02:49 +0800 Subject: [PATCH] fix missing tabs end Signed-off-by: Gallardot --- .../supported-pubsub/setup-apache-kafka.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md index c6f718883..e33694fc9 100644 --- a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md @@ -540,6 +540,9 @@ app.include_router(router) ``` {{% /codetab %}} + +{{< /tabs >}} + ## Receiving message headers with special characters The consumer application may be required to receive message headers that include special characters, which may cause HTTP protocol validation errors.