All Downloads are FREE. Search and download functionalities are using the official Maven repository.

manage.routing.xml Maven / Gradle / Ivy

There is a newer version: 4.2.7
Show newest version
<?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