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 2022/06/01 08:46:15 UTC

[GitHub] [pulsar] Technoboy- opened a new pull request, #15876: [improve][rest] Refactor Rest produce part

Technoboy- opened a new pull request, #15876:
URL: https://github.com/apache/pulsar/pull/15876

   ## Motivation
   
   The original rest producer does not support sending messages to the whole partitions, it only sends to the current broker owning partitions. But the [PIP-64](https://github.com/apache/pulsar/wiki/PIP-64%3A-Introduce-REST-endpoints-for-producing%2C-consuming-and-reading-messages) suggests sending in round-robin mode.
   And in order to increase the convenience of other features, replace using the producer to send messages. It will redirect to the first partition and then create a producer to send messages.
   
   Then the original used mock to test the whole produce logic and exists some issues like : lookup issue, redirect issue.
   In this patch, I add Rest Client to help test.
   
   
   ### Modification
   - Using producer to send messages when not specify the partition.
   - Add Rest client to help test.
   
   ### Documentation
   
   - [x] `doc-not-needed` 
   (Please explain why)
   


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


[GitHub] [pulsar] tisonkun closed pull request #15876: [improve][rest] Refactor Rest produce part

Posted by GitBox <gi...@apache.org>.
tisonkun closed pull request #15876: [improve][rest] Refactor Rest produce part
URL: https://github.com/apache/pulsar/pull/15876


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


[GitHub] [pulsar] Technoboy- closed pull request #15876: [improve][rest] Refactor Rest produce part

Posted by GitBox <gi...@apache.org>.
Technoboy- closed pull request #15876: [improve][rest] Refactor Rest produce part
URL: https://github.com/apache/pulsar/pull/15876


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


[GitHub] [pulsar] github-actions[bot] commented on pull request #15876: [improve][rest] Refactor Rest produce part

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #15876:
URL: https://github.com/apache/pulsar/pull/15876#issuecomment-1226692008

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


[GitHub] [pulsar] tisonkun commented on pull request #15876: [improve][rest] Refactor Rest produce part

Posted by GitBox <gi...@apache.org>.
tisonkun commented on PR #15876:
URL: https://github.com/apache/pulsar/pull/15876#issuecomment-1339090892

   Closed as stale and conflict. Feel free to rebase and resubmit the patch.


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