Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.17 KB

File metadata and controls

33 lines (27 loc) · 1.17 KB

GitHub Views


⭐ Golang ⭐

  • 初始化 Go 模組

    cd golang
    go mod init golang
  • 安裝 Kafka 客戶端庫

    go get github.com/segmentio/kafka-go
  • 更新依賴

    go mod tidy
  • 運行測試

    go run consumer.go