Skip to content

Releases: ed-pilots-network/backend-eddn-message-listener

V1.1.0

06 Oct 09:11
Compare
Choose a tag to compare

What's Changed

  • #8 - adding wget layer to GitHub build action by @pveeckhout in #9
  • #10 - implementing a kafka stream processor to split journal into topics based on which event it describes by @pveeckhout in #11

Full Changelog: V1.0.0...V1.1.0

V1.0.0

01 Jul 15:06
586ca2d
Compare
Choose a tag to compare

Eddn Message Listener Module v1.0.0 Release Notes

We are excited to announce the initial release of the Eddn Message Listener Module for the Elite Dangerous Pilot Network Backend (EDPN Backend). This module is designed to consume data from the Elite Dangerous Data Network (EDDN) message stream and make it available for processing by other EDPN modules. Here are the key features and improvements introduced in this release:

Features

EDDN Message Consumption: The Eddn Message Listener Module is capable of consuming messages from the EDDN message stream. It establishes a connection to the EDDN server and listens for incoming data.
Kafka Integration: The module is integrated with Kafka, a distributed streaming platform, to store and distribute the consumed EDDN messages. It places the messages on a Kafka topic, enabling other EDPN modules to process them efficiently.

Enhancements

Reliable Message Processing: The Eddn Message Listener Module ensures reliable and fault-tolerant message processing. It handles connection failures gracefully and recovers automatically to minimize data loss.

Known Issues

None

We appreciate your support and feedback during the development of the Eddn Message Listener Module. Your input has been invaluable in shaping this release. If you encounter any issues or have suggestions for future improvements, please don't hesitate to reach out to us.

Happy exploring!

The Elite Dangerous Pilot Network Backend (EDPN Backend) Team

What's Changed

New Contributors

Full Changelog: https://github.com/ed-pilots-network/backend-eddn-message-listener/commits/V1.0.0