mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
minor performance boost by making RequestParameter Set and Get methods more direct to the underline Memstore's kv Former-commit-id: 4fae45b5bd23804e88aac1f7c66055dd81efc9c9
Writing an API for Apache Kafka with Iris
Read the code.
Docker
- Open docker-compose.yml and replace
KAFKA_ADVERTISED_HOST_NAMEwith your own local address - Install Docker
- Execute the command below to start kafka stack and the go application:
$ docker-compose up
Manually
Install & run Kafka and Zookeper locally and then:
go run main.go




