Skip to content

Commit

Permalink
Removed note formatting in readme which caused issues for github
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartboyd119 committed Jul 24, 2024
1 parent d5c676e commit e456291
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e456291

Please sign in to comment.