You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2021/04/28 00:06:07 UTC

[GitHub] [incubator-eventmesh] jinrongluo opened a new issue #321: Question about EventMesh Topic format

jinrongluo opened a new issue #321:
URL: https://github.com/apache/incubator-eventmesh/issues/321


   Hi Dear,
   
   I play around with EventMesh project and also studying the EventMesh codes. I see the RMQ Topic created through EventMesh, the topic name needs to be certain format. For example, "FT0-e-80010000-01-1"
   
   From the code, this method check weather the topic is valid:
   https://github.com/apache/incubator-eventmesh/blob/develop/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/util/EventMeshUtil.java#L118
   
   I am wondering why do we have this restriction for topic names.
   
   If we want to create topic names with my own, such as "my-event-topic", what is the solution. 
   
   Thanks.
   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] xwm1992 commented on issue #321: Question about EventMesh Topic format

Posted by GitBox <gi...@apache.org>.
xwm1992 commented on issue #321:
URL: https://github.com/apache/incubator-eventmesh/issues/321#issuecomment-828091228


   > Hi Dear,
   > 
   > I play around with EventMesh project and also studying the EventMesh codes. I see the RMQ Topic created through EventMesh, the topic name needs to be certain format. For example, "FT0-e-80010000-01-1"
   > 
   > From the code, this method check weather the topic is valid:
   > https://github.com/apache/incubator-eventmesh/blob/develop/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/util/EventMeshUtil.java#L118
   > 
   > I am wondering why do we have this restriction for topic names.
   > 
   > If we want to create topic names with my own, such as "my-event-topic", what is the solution.
   > 
   > Thanks.
   
   Hi, format validation for event topics may be a bit of a problem for you at the moment. For now, you can create topics in the format FT0-E-80010000-01. Similarly, you can create topics such as:FT0-E-80010001-01, it should be noted that **e in the event topic** and **the fourth position of 80010001 is 1**  . We will remove the verification of this part later and provide relevant guidance. Thank you


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] jinrongluo closed issue #321: Question about EventMesh Topic format

Posted by GitBox <gi...@apache.org>.
jinrongluo closed issue #321:
URL: https://github.com/apache/incubator-eventmesh/issues/321


   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] jinrongluo commented on issue #321: Question about EventMesh Topic format

Posted by GitBox <gi...@apache.org>.
jinrongluo commented on issue #321:
URL: https://github.com/apache/incubator-eventmesh/issues/321#issuecomment-828491892


   Thanks for your answer. 


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org