preferred as leader.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.xuxd.kafka.console.beans.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* kafka-console-ui.
|
||||
*
|
||||
* @author xuxd
|
||||
* @date 2021-11-10 20:09:20
|
||||
**/
|
||||
@Data
|
||||
public class ReplicationDTO {
|
||||
|
||||
private String topic;
|
||||
|
||||
private int partition;
|
||||
}
|
||||
Reference in New Issue
Block a user