You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/11/12 01:32:09 UTC

[GitHub] [skywalking-showcase] pg-yang opened a new pull request, #88: Add virtual MQ showcase

pg-yang opened a new pull request, #88:
URL: https://github.com/apache/skywalking-showcase/pull/88

   172.31.0.2:61616 is activemq server
   
   
   ![image](https://user-images.githubusercontent.com/3917424/201450178-6e84aa9a-2efe-47c1-ab5d-bddd43781f85.png)
   
   
   ![image](https://user-images.githubusercontent.com/3917424/201450188-3d3c8d4b-6ea2-4eb3-b8ad-d417ff4a743c.png)
   
   ![image](https://user-images.githubusercontent.com/3917424/201450201-f515bd71-489a-4f9a-a75c-1dd4a2bb55a2.png)
   


-- 
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: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking-showcase] wu-sheng commented on pull request #88: Add virtual MQ showcase

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on PR #88:
URL: https://github.com/apache/skywalking-showcase/pull/88#issuecomment-1312432068

   Oh, Gateway is not a good place to do that. Spring Gateway has a lot of async. I am not sure whether you triggered something. It is better to put this logic in a simple SpringMVC Controller.


-- 
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: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking-showcase] wu-sheng commented on pull request #88: Add virtual MQ showcase

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on PR #88:
URL: https://github.com/apache/skywalking-showcase/pull/88#issuecomment-1312471383

   Isn't an existing Java application? Besides the gateway? If there is one, we could build a producer and consumer for the same service.


-- 
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: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking-showcase] pg-yang commented on pull request #88: Add virtual MQ showcase

Posted by GitBox <gi...@apache.org>.
pg-yang commented on PR #88:
URL: https://github.com/apache/skywalking-showcase/pull/88#issuecomment-1312435382

   Yes , I have to  create a new service  with MQ producer . 


-- 
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: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking-showcase] pg-yang commented on pull request #88: Add virtual MQ showcase

Posted by GitBox <gi...@apache.org>.
pg-yang commented on PR #88:
URL: https://github.com/apache/skywalking-showcase/pull/88#issuecomment-1312418551

   <img width="1373" alt="image" src="https://user-images.githubusercontent.com/3917424/201466591-916888d4-301d-44dc-a574-e3a3f3faf5ba.png">
   
   The traces of MQ is not continued .
   
   And I only checked docker deployment as  i don't have enough resource to run k8s on  my  PC . 


-- 
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: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking-showcase] pg-yang commented on pull request #88: Add virtual MQ showcase

Posted by GitBox <gi...@apache.org>.
pg-yang commented on PR #88:
URL: https://github.com/apache/skywalking-showcase/pull/88#issuecomment-1312425744

   I  try create a controller to send MQ  message  , but  it was truncated too . it seems the reason of  gateway plugin . 


-- 
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: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking-showcase] pg-yang commented on pull request #88: Add virtual MQ showcase

Posted by GitBox <gi...@apache.org>.
pg-yang commented on PR #88:
URL: https://github.com/apache/skywalking-showcase/pull/88#issuecomment-1312612311

   ![image](https://user-images.githubusercontent.com/3917424/201501221-4fe7662c-b7b6-4474-8f2e-8f2ce750d545.png)
   
   ![image](https://user-images.githubusercontent.com/3917424/201501236-16666034-c383-4445-a18b-850991650971.png)
   
   ![image](https://user-images.githubusercontent.com/3917424/201501245-29cf5c40-1dff-4908-88bd-90c953ff8b39.png)
   
   The doc 
   
   ```mermaid
   %% please read this doc in our official website, otherwise the graph is not correctly rendered.
   graph LR;
     loadgen[load generator] --> ui("UI (React)") --> Traffic1("HTTP Request for backend serv") -->  apisix("APISIX as UI container")
    --> app("app server (NodeJS)") --> gateway("gateway (Spring)");
     ui("UI (React)") --> Traffic2("HTTP Request for UI codes") --> apisix("APISIX with  UI container")
     gateway --> songs("songs (Spring)") & rcmd("recommendations (Python)");
     songs --> activeMQ
     activeMQ --> songs
     rcmd --> songs;
     songs --> db("database (H2)");
   ```
   


-- 
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: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking-showcase] wu-sheng commented on pull request #88: Add virtual MQ showcase

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on PR #88:
URL: https://github.com/apache/skywalking-showcase/pull/88#issuecomment-1312615354

   @kezhenxu94 PTAL. BTW, could you revert the last change on the demo installer? As https://github.com/apache/skywalking/pull/9954 had been merged, we should test whether it is fixed.


-- 
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: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking-showcase] pg-yang commented on pull request #88: Add virtual MQ showcase

Posted by GitBox <gi...@apache.org>.
pg-yang commented on PR #88:
URL: https://github.com/apache/skywalking-showcase/pull/88#issuecomment-1312479537

   Only  songs is java application  except gateway  . If  build producer and consumer  to songs  , the traces would be loop :
   
   ```mermaid
   %% please read this doc in our official website, otherwise the graph is not correctly rendered.
   graph LR;
   songs --> acvivemq
   
   acvivemq --> songs 
   ```
   


-- 
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: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking-showcase] wu-sheng commented on pull request #88: Add virtual MQ showcase

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on PR #88:
URL: https://github.com/apache/skywalking-showcase/pull/88#issuecomment-1312481836

   I think it is fine to find a loop with mutiple endpoints. After all, we are just showing the capability


-- 
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: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking-showcase] kezhenxu94 commented on pull request #88: Add virtual MQ showcase

Posted by GitBox <gi...@apache.org>.
kezhenxu94 commented on PR #88:
URL: https://github.com/apache/skywalking-showcase/pull/88#issuecomment-1312387966

   Hi @pg-yang , can you also share the related traces? And please also update the topology in the doc.
   
   The resource cost looks reasonable to me, it adds <= 0.1C/256M.


-- 
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: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking-showcase] kezhenxu94 merged pull request #88: Add virtual MQ showcase

Posted by GitBox <gi...@apache.org>.
kezhenxu94 merged PR #88:
URL: https://github.com/apache/skywalking-showcase/pull/88


-- 
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: notifications-unsubscribe@skywalking.apache.org

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


[GitHub] [skywalking-showcase] wu-sheng commented on pull request #88: Add virtual MQ showcase

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on PR #88:
URL: https://github.com/apache/skywalking-showcase/pull/88#issuecomment-1312424890

   It seems the producer/consumer continues, is there an async from HTTP request to sending a message?


-- 
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: notifications-unsubscribe@skywalking.apache.org

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