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 2022/10/26 14:37:09 UTC

[GitHub] [incubator-eventmesh] mroccyen opened a new issue, #1923: [Feature] Http protocol runtime supports more convenient practicality by using Spring framework

mroccyen opened a new issue, #1923:
URL: https://github.com/apache/incubator-eventmesh/issues/1923

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Feature Request
   
   In SubService class of http demo, consumer registration is hard-coded and does not take advantage of the management features provided by the Spring framework. It can provide an extension library integrated with the SpringBoot framework to facilitate users to register consumption, publish events and other functions. Subscription consumption can be used like the following:
   ``` java
   @HttpConsumerListener(env = "P", idc = "T")
   @RequestMapping(value = "/test", method = RequestMethod.POST)
   public String subTest(HttpServletRequest request) {
   }
   ```
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a 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: dev-unsubscribe@eventmesh.apache.org.apache.org

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] mroccyen closed issue #1923: [Feature] Http protocol runtime supports more convenient practicality by using Spring framework

Posted by GitBox <gi...@apache.org>.
mroccyen closed issue #1923: [Feature] Http protocol runtime supports more convenient practicality by using Spring framework
URL: https://github.com/apache/incubator-eventmesh/issues/1923


-- 
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: dev-unsubscribe@eventmesh.apache.org

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