Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 477 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 477 Bytes

pulsar-topics-configuration

A bash script to configure persistent topics with custom retention period and backlog quotas.

Motivation:

I am using this script for configuring persisten topics for a data ingetion pipeline. I needed longer retention for a CQRS system for replaying any acknowled messages at any point in time. To get a longer retention, I am using retention policy. I also configured backlog quota to persist unacknowledged messages for a certain disk size.