Willem van Bergen ba21d54f37 Make accessLogEntry a sarama.Encoder. há 10 anos atrás
..
http_server ba21d54f37 Make accessLogEntry a sarama.Encoder. há 10 anos atrás
README.md ffc518b526 Add http_server example. há 10 anos atrás

README.md

Sarama examples

This folder contains example applications to demonstrate the use of Sarama. For code snippet examples on how to use the different types in Sarama, see Sarams's API documentation on godoc.org

HTTP server

http_server is a simple HTTP server uses both the sync producer to produce data as part of the request handling cycle, as well as the async producer to maintain an access log. It also uses the mocks subpackage to test both.