You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
han-joker a8e375ee13
full commit
2 years ago
.gitignore full commit 2 years ago
README.md full commit 2 years ago
ack.go full commit 2 years ago
async-send.go full commit 2 years ago
consume-partition.go full commit 2 years ago
consume.go full commit 2 years ago
create-topic.go full commit 2 years ago
docker-compose.yml full commit 2 years ago
docker-compose_single.yml full commit 2 years ago
encode-consume.go full commit 2 years ago
encoder.go full commit 2 years ago
go.mod full commit 2 years ago
go.sum full commit 2 years ago
group-consume.go full commit 2 years ago
send-partition.go full commit 2 years ago
sync-send.go full commit 2 years ago

README.md

Kafka之go编程实战

注意,根目录下的代码都是单独测试文件,运行时需要单独运行指定文件,例如:

go run create-topic.go

章节对应的测试文件请参考《Kafka之Go操作实战-文档.md》中的说明