This repository has been archived by the owner on Oct 25, 2021. It is now read-only.
Releases: NeutrinoCorp/quark
Releases · NeutrinoCorp/quark
Fix multiple consumers per-topic
v0.2.2-alpha Fix n-consumers per topic
Fix kafka header unmarshal
v0.2.1-alpha Fix unmarshal kafka headers publish time, Add test
Complete rework and redesigned architecture
This update contains several improvements to the API.
- Using a
net/http
package API style - Reworked concurrency and parallelism
- Fix unexpected behavior ended in system panics
- Segregated consumer registry into a mux
- Add publishing, currently Kafka is only available
- Now using kafka headers instead marshaling the whole quark.Message, data encoded in binary
- Now Quark passes metadata and overall message data within quark.Event struct
Update message fields
v0.1.1-alpha Update message fields
Initial release
v0.1-alpha Fix message encoder