Pil0tXia commented on code in PR #74:
URL: 
https://github.com/apache/eventmesh-dashboard/pull/74#discussion_r1544233315


##########
eventmesh-dashboard-common/src/main/java/org/apache/eventmesh/dashboard/common/model/remoting/offset/GetOffsetRequest.java:
##########
@@ -18,12 +18,12 @@
 package org.apache.eventmesh.dashboard.common.model.remoting.offset;
 
 
-import org.apache.eventmesh.dashboard.common.model.metadata.GroupMetadata;
-
 import lombok.Data;
 
 @Data
 public class GetOffsetRequest {
 
-    private GroupMetadata groupMetadata;
+    private String bootStrapServers;
+
+    private String groupName;

Review Comment:
   You may finish this part in the next PR.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@eventmesh.apache.org
For additional commands, e-mail: issues-h...@eventmesh.apache.org

Reply via email to