A HTTP log collector written in Elixir
- Apache Kafka
- A log generator if you're in development, I use this, create your own if you want.
See config/config.exs or KafkaEx.Config for configurations of Kafka client.
See Raising the Maximum Number of File Descriptors if you have a problem when create too many workers in pool.
- Produce messages in batch
- Deployment guide