📄️ Alter Broker Config Policy
Ensuring your broker configuration adheres to your own standards.
📄️ Alter Topic Config Policy
Ensuring your topic configuration adheres to your own standards.
📄️ ClientId Required Policy
Block request or fill the client-id with a templating mechanism if it does not match the specified name convention
📄️ Consumer Group Policy
Ensure smooth Kafka consumer group operation by enforcing configuration policies.
📄️ Create Topic Policy
Ensuring your topic configuration adheres to your own standards.
📄️ Fetch Policy
Increase resilience by ensuring that the fetch request adheres to the specified configuration requirements.
📄️ Limit Commit Offset Policy
Limits commit offset attempts on the same `groupId` within a minute.
📄️ Limit Connection Policy
Limits connection attempts
📄️ Limit Join Group Policy
Avoid excessive group reblances by limiting the number of consumer group joins.
📄️ Message Header Removal
Remove headers from Kafka records
📄️ Produce Policy
Increase resilience and data quality by ensuring produced messages adhere to the specified configuration requirements.
📄️ Producer Rate Limiting Policy
Add produce throughput quota policy
📄️ Read Only Topic Policy
Mark a topic as readonly
📄️ Topic Required Schema ID Policy
Defend against outages by ensuring that all records produced to Kafka have a schema set.