This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
Releases: asyncapi-archived-repos/event-gateway
Releases · asyncapi-archived-repos/event-gateway
v0.2.0
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
v0.0.1
1.0.0 (2021-10-27)
Features
- add first poc for a Kafka proxy (#7) (32263a9)
- add message validation based on schema (#21) (5d5b36a)
- add websocket endpoint to receive validation errors (#24) (a1e205a)
- config: allow configuring single listener from AsyncAPI server (#18) (28b67d6)
- config: remove support for configuring kafka broker from env vars (#51) (969e295)
- configure extra message route to publish validationErrors to Kafka topic (#61) (dceaa39)
- configure Kafka proxy from an AsyncAPI doc (#15) (e9411d1)
- default dynamic listener ip set to 0.0.0.0 (#40) (6660c31)
- encode ws messages to json so they become machine-readable (#28) (117af93)
- model: add message model and dependants (#20) (cd5268b)
- reuse Kafka proxy config logic (#30) (7cd5edb)
- set a reachable address for proxy that brokers will use for advertisement (#63) (67d90c3)
- use watermill as routing framework (#52) (64782cd)