From 5c324d1ff02561a9531fab502161f0941da20d94 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Tue, 21 Mar 2023 15:15:40 +0700 Subject: [PATCH] chore: kafka note --- docs/2022-07-10-bootstrap-go.html | 16 ++++++++++++++++ posts/2022-07-10-bootstrap-go.md | 4 ++++ 2 files changed, 20 insertions(+) diff --git a/docs/2022-07-10-bootstrap-go.html b/docs/2022-07-10-bootstrap-go.html index d51e2fa..26bae85 100644 --- a/docs/2022-07-10-bootstrap-go.html +++ b/docs/2022-07-10-bootstrap-go.html @@ -632,6 +632,22 @@ internal
  • Loc to time.UTC.
  • CheckConnLiveness to true.
  • +

    + Connect Kafka with + Shopify/sarama +

    +

    + Don't use + confluentinc/confluent-kafka-go, it's required CGO_ENABLED. +