From e4562913f734fd144484cb598e89d25f2cb32e56 Mon Sep 17 00:00:00 2001 From: stewartboyd119 Date: Tue, 23 Jul 2024 17:26:33 -0700 Subject: [PATCH] Removed `note` formatting in readme which caused issues for github --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index bde80fc..3657f6b 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,9 @@ This is a churched-up way of saying, "You write code which executes on each message individually (without knowledge of other messages)". It is purpose-built with this type of usage in mind. Additionally, the worker implementation guarantees at least once processing (Details of how that's achieved are shown in the [Commit Strategy](#commit-strategy) section) ---- -**NOTE** +**NOTE**: `zkafka` is built on top of [confluent-kafka-go](https://github.com/confluentinc/confluent-kafka-go) which is a CGO module. Therefore, so is `zkafka`. When building with `zkafka`, make sure to set CGO_ENABLED=1. ---- ### Features