Skip to content

Releases: eclipse-ecsp/streambase

1.1.2

02 Jun 12:17
886ea79

Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: streambase-1.1.1...streambase-1.1.2

1.1.1

22 May 13:45
2d90978

Choose a tag to compare

What's Changed

Bug Fixes

Other Changes

Full Changelog: streambase-1.1.0...streambase-1.1.1

1.1.0

15 May 13:49
80013d6

Choose a tag to compare

  • Added support in DMA to forward device connection status event to listening consumers
  • Fixed multiple sonar issues and code smells
  • Add bug causing NPE during shutdown of MQTT clients
  • Added missing java docs
  • Fixed NullPointerException if ecuType is not set in the IgniteEvent
  • Updated pom to deploy test JAR

What's Changed

Bug Fixes

Other Changes

Full Changelog: streambase-1.0.0...streambase-1.1.0

1.0.0

07 May 08:47
677152b

Choose a tag to compare

Streambase library provides the following high level functionalities in this first release -

  • Enabler for event driven processing and provides a layer of abstraction for messaging brokers such as kafka-streams while providing portability.
  • It allows to bootstrap a stream processing application using the Kafka Streams API.
  • It provides device messaging capability to the services using MQTT protocol, including the ability to switch between Paho MQTT client and HiveMQ client. It also provides the capability to use TLS for secure communication with the MQTT broker.
  • It has storage capability for events using MongoDB and retry capabilities using Redis.
  • It has the capability to monitor the health of the topics and partitions in the kafka cluster, and is integrated with Prometheus for publishing metrics.

Refer to ReadMe.md file for details and usage.

What's Changed

Full Changelog: https://github.com/eclipse-ecsp/streambase/commits/streambase-1.0.0