Skip to content

Releases: etf1/kafka-message-scheduler

v0.0.6

10 Jun 10:46
564c0f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

03 Jun 13:20
57d7b41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.0.5

v0.0.4

02 Sep 13:29
Compare
Choose a tag to compare

What's new ?

  • new endpoints /info and /schedules
  • mini version of the scheduler
  • docker regular and mini version images are pushed from github

v0.0.3

22 Feb 10:57
4c0c522
Compare
Choose a tag to compare
Introduce an API server & liveness endpoints (#13)

* wip

* Introduce an API server & liveness endpoints

Two things in this commit:
1- introduce an API Server which is used for liveness endpoint and for future api endpoint
2- implementation of a liveness endpoint for probing the scheduler internals

Why need a liveness ?

The liveness endpoint will try to send a schedule simulating a store event and it makes
sure that the event is triggered as expected, to check if there is no deadlock or an issue
in scheduler operation.

useful for kubernetes

Co-authored-by: fkarakas <[email protected]>

v0.0.2

02 Feb 17:21
8f01388
Compare
Choose a tag to compare
change metrics http port configuration (#12)

Co-authored-by: ldechoux <ghofBud3>

v0.0.1

28 Jan 17:10
1cdaeff
Compare
Choose a tag to compare
De/activate pprof endpoint with linux signal (#11)

with kill -USR1 $PID to activate pprof endpoint
and stop the endpoint with kill -USR2 $PID

Co-authored-by: fkarakas <[email protected]>

clientlib/v0.0.1

28 Jan 17:11
1cdaeff
Compare
Choose a tag to compare
De/activate pprof endpoint with linux signal (#11)

with kill -USR1 $PID to activate pprof endpoint
and stop the endpoint with kill -USR2 $PID

Co-authored-by: fkarakas <[email protected]>