manage.routing.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of joyqueue-broker-kafka Show documentation
Show all versions of joyqueue-broker-kafka Show documentation
Kafka protocol support library
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <vertx> <routes> <!-- monitor --> <!-- manage --> <!-- group --> <route path="/kafka/group/:groupId" inherit="delete" handlers="kafkaManageService.removeGroup"/> <route path="/kafka/group/:groupId/rebalance" inherit="put" handlers="kafkaManageService.rebalanceGroup"/> </routes> </vertx>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy