Interface KafkaAdminUtilsResource

  • All Known Implementing Classes:
    KafkaAdminUtilsResourceImpl

    @Path("/kafka")
    @Produces("application/json")
    public interface KafkaAdminUtilsResource
    Resource to expose methods of KafkaAdminUtils.
    Author:
    Keivan Khalichi
    • Method Detail

      • topicLags

        @Path("/topicLags")
        @GET
        javax.ws.rs.core.Response topicLags()