Lambert-Rao opened a new issue, #73:
URL: https://github.com/apache/eventmesh-dashboard/issues/73

   @Pil0tXia 
   I'm going to provide a bunch of interface of operating remote eventmesh 
cluster, such as create topic, get cosumer group, etc.
   Should I place this in the service module? I found 
`eventmesh/dashboard/service/meta`:`ConnectionCore`. Is this the same as the 
`remoting service` mentioned above? If so, I just change my name remoting 
service into `xxxcore`.
   Also, do all of these services return `Result<T>`? I just create a class 
`CreateTopicResult` like this:
   ```java
   public class CreateTopicResult {
       CompletableFuture<CreateTopicResponse> createTopicResponseFuture;
   }
   ```
   I need the `CompletableFuture` to provide async operation.
   
   ---
   current designed service
   ```java
   AclRemotingService
   ClientRemotingService
   ConfigRemotingService
   ConnectRemotingService
   GroupRemotingService
   OffsetRemotingService
   RelationRemotingService
   TopicRemotingService
   UserRemotingService
   ```
   ---
   I will implement the offset service(get and reset storage offset)


-- 
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.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