Skip to content

egsam98/kafka-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KAFKA TIMER (Redis module)

This module provides an ability to send delayed messages to Kafka using basic Redis data structures such as Sorted set and Hash map.

One and only command:

KTIMER.ADD delay-seconds topic key value [header-key header-value]

Kafka headers are passed as optional key/value pairs:

KTIMER.ADD 10 my-topic hello world header1 test header2 something

Architecture

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages