You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/04/12 09:02:12 UTC

[GitHub] [pulsar] yitian108 opened a new issue #10189: Test REST API of Get Message By id

yitian108 opened a new issue #10189:
URL: https://github.com/apache/pulsar/issues/10189


   Hello, I just test the REST API for Get Message By id via [https://pulsar.apache.org/docs/en/admin-api-topics/#get-message-by-id](url) however, I got two many same output content, while I expected only one message output like pulsar-admin command line, please see the REST API output and COMMAND LINE output 
   
   ![output to much contents](https://user-images.githubusercontent.com/3113836/114368856-67071980-9bb0-11eb-8179-f2f5bb783fee.png)
   
   ![commandline](https://user-images.githubusercontent.com/3113836/114369190-b77e7700-9bb0-11eb-8c6b-bdde16acb6d1.png)
   
   Any idea would be welcome~


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



[GitHub] [pulsar] MarvinCai commented on issue #10189: Test REST API of Get Message By id

Posted by GitBox <gi...@apache.org>.
MarvinCai commented on issue #10189:
URL: https://github.com/apache/pulsar/issues/10189#issuecomment-819374024


   
   ![image](https://user-images.githubusercontent.com/13480084/114687334-82654800-9cc8-11eb-94b0-d697671547d0.png)
   
   I'm not able to reproduce with Postman, can you confirm it is not something within your cpp code?
   Like seems the 
           `curlpp::options::WriteStream ws(&os);`
   and
           `os << myRequest;`
   might duplicate output?


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



[GitHub] [pulsar] codelipenghui commented on issue #10189: Test REST API of Get Message By id

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #10189:
URL: https://github.com/apache/pulsar/issues/10189#issuecomment-1058891543


   The issue had no activity for 30 days, mark with Stale label.


-- 
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: commits-unsubscribe@pulsar.apache.org

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