All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. CHANGELOG inspiration from http://keepachangelog.com/.
- Remove unused NullHandler
- Extract KafkaImpl.Util.kafka_ex_worker helper function
- Rename @impl attribute for Elixir 1.5 compatibility
- Expose KafkaImpl.Util.brokers_parse func
- Add KafkaImpl.offset_fetch
- Implement storage of produced messages, and TestHelper.read_messages to read them
- Fix behavior impl for KafkaMock with new create_no_name_worker/3
- Upgrade to KafkaEx 0.6
- Add last_committed_offset_for
- Move agent handling to Store
- Move test helper functions to TestHelper
- Initial release