1. 02 8月, 2019 2 次提交
  2. 01 8月, 2019 7 次提交
  3. 31 7月, 2019 1 次提交
  4. 30 7月, 2019 3 次提交
  5. 29 7月, 2019 2 次提交
  6. 27 7月, 2019 3 次提交
  7. 26 7月, 2019 8 次提交
  8. 25 7月, 2019 1 次提交
  9. 24 7月, 2019 5 次提交
  10. 23 7月, 2019 2 次提交
    • M
      Process requests asynchronously on some REST APIs (2) (#4778) · 2cc34afc
      massakam 提交于
      Master Issue: #4756
      
      ### Motivation
      
      This is a continuation of https://github.com/apache/pulsar/pull/4765.
      
      ### Modifications
      
      Added async rest handlers to the following APIs:
      ```
      DELETE /admin/namespaces/{tenant}/{cluster}/{namespace}
      PUT    /admin/namespaces/{tenant}/{cluster}/{namespace}/unload
      POST   /admin/namespaces/{tenant}/{cluster}/{namespace}/clearBacklog
      POST   /admin/namespaces/{tenant}/{cluster}/{namespace}/clearBacklog/{subscription}
      POST   /admin/namespaces/{tenant}/{cluster}/{namespace}/unsubscribe/{subscription}
      
      DELETE /admin/v2/namespaces/{tenant}/{namespace}
      PUT    /admin/v2/namespaces/{tenant}/{namespace}/unload
      POST   /admin/v2/namespaces/{tenant}/{namespace}/clearBacklog
      POST   /admin/v2/namespaces/{tenant}/{namespace}/clearBacklog/{subscription}
      POST   /admin/v2/namespaces/{tenant}/{namespace}/unsubscribe/{subscription}
      ```
      2cc34afc
    • M
      Added more blog posts in the resources page (#4774) · 8e1d00ff
      Matteo Merli 提交于
      * Added more blog posts in the resources page
      
      * Added 2 more posts
      8e1d00ff
  11. 22 7月, 2019 6 次提交