You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/05/20 10:22:20 UTC

[GitHub] [servicecomb-java-chassis] liubao68 commented on a change in pull request #1767: [SCB-1924] invocation context provide the vertx context that start the invocation

liubao68 commented on a change in pull request #1767:
URL: https://github.com/apache/servicecomb-java-chassis/pull/1767#discussion_r427901534



##########
File path: swagger/swagger-invocation/invocation-core/src/main/java/org/apache/servicecomb/swagger/invocation/context/InvocationContext.java
##########
@@ -36,6 +38,11 @@
 
   protected Map<String, Object> localContext = new HashMap<>();
 
+  /**
+   * the vertx context that start the invocation
+   */
+  protected Context vertxContext;

Review comment:
       How about `T transportContext` ? Because vert.x or web container have different context. 




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