Skip to content

oramasearch/laggard-catcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laggard Catcher

A tool to catch laggard messages from RabbitMQ streams

Installation

cargo build --release

Usage

From one machine:

laggard-catcher \
    --send-stream-name producer-to-consumer \
    --receive-stream-name consumer-to-producer \
    --location-application-property-name othermachine-name \
    catcher --period 5s \
        --http-port 8888 \
        --http-host localhost

From another machine:

laggard-catcher \
    --receive-stream-name producer-to-consumer \
    --send-stream-name consumer-to-producer \
    --location-application-property-name reader-name \
    bumper --location-application-property-value machine-name

For more information, run:

laggard-catcher --help

About

A tool to catch laggard messages from RabbitMQ streams

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages