etf1 / kafka-message-scheduler

scheduler for kafka messages
MIT License
76 stars 14 forks source link

Improve clientlib #7

Closed fkarakas closed 3 years ago

fkarakas commented 3 years ago

two improvements :

1- IsSchedulerMessage : to know if the message was sent by the scheduler 2- make sure that a message produced by the scheduler and if it is rescheduled, the scheduler specific headers are not stacked

also add some tests and some cleaning

and run the tests for the clientlib ;)