Class ListAllReplicaStatusesAction

java.lang.Object
io.confluent.kafkarest.resources.v3.ListAllReplicaStatusesAction

@Path("/v3/clusters/{clusterId}/topics/-/partitions/-/replica-status") public final class ListAllReplicaStatusesAction extends Object
  • Constructor Details

    • ListAllReplicaStatusesAction

      @Inject public ListAllReplicaStatusesAction(jakarta.inject.Provider<ReplicaStatusManager> replicaStatusManager, io.confluent.kafkarest.response.UrlFactory urlFactory)
  • Method Details

    • listAllReplicaStatuses

      @GET @Produces("application/json") @PerformanceMetric("v3.topics.replica-statuses.list-all") public void listAllReplicaStatuses(@Suspended jakarta.ws.rs.container.AsyncResponse asyncResponse, @PathParam("clusterId") String clusterId)