1. 28 8月, 2019 1 次提交
    • E
      Merge Request for #4808: TYPO in C++ client producer method for processing... · e4790f37
      Easyfan Zheng 提交于
      Merge Request for #4808: TYPO in C++ client producer method for processing failure case, and add corresponding unit test case. (#4873)
      
      Definitely, this is a typo. This method is dealing with the Failed Message with the GIVEN result, but not a CERTAIN result.
      
      Contribution Checklist
      #4808 : TYPO in C++ client producer method for processing failure case
      Add c++ client producer failure message unit test case.
      
      UT passed:
      
      BatchMessageTest
      (cherry picked from commit b90b4ea1)
      e4790f37
  2. 27 8月, 2019 1 次提交
  3. 31 5月, 2019 1 次提交
  4. 07 5月, 2019 1 次提交
  5. 24 2月, 2019 1 次提交
  6. 02 2月, 2019 1 次提交
    • M
      Replaced boost::bind with std::bind (#3484) · dd5d0519
      Matteo Merli 提交于
      * Replaced boost::bind with std::bind
      
      * Fixed merging with master
      
      * std::bind doesn't work with overloaded functions
      
      * Go back to asio thread to executor service
      
      * Use proper ref-count increase for WaitForCallback utility
      dd5d0519
  7. 26 1月, 2019 1 次提交
  8. 12 1月, 2019 1 次提交
  9. 04 1月, 2019 1 次提交
    • J
      Pulsar CPP CLient - making log messages more meaningful. (#3285) · c0c2dda9
      Jai Asher 提交于
      ### Motivation
      While debugging we realized that there were log messages in the cpp client which were not of much use since topic names weren't mentioned and closing a Client/Consumer/Producer message was under DEBUG instead of INFO.
      
      ### Modifications
      Added topic names to the relevant messages and changed log level to info for closing a Client/Consumer/Producer message.
      
      ### Result
      Logs make a little more sense.
      c0c2dda9
  10. 20 11月, 2018 1 次提交
  11. 14 11月, 2018 1 次提交
  12. 23 8月, 2018 1 次提交
    • S
      [client] add properties to producer for cpp & python client (#2420) · 834104bb
      Sijie Guo 提交于
      * [client] add properties to producer for cpp & python client
      
       ### Motivation
      
      This is a caught-up change to enable properties for producer as java clients.
      
       ### Changes
      
      Enable properties on producer for both cpp & python client
      
       ### Results
      
      Properties are added as metadata for CommandProducer. However there is no way
      to verify the producer properties. so I didn't add any specific tests, just
      adding properties for both cpp and python clients in the tests, that should
      excerise the corresponding code path.
      
      * Add `properties` to pydoc
      834104bb
  13. 26 2月, 2018 1 次提交
  14. 02 2月, 2018 1 次提交
  15. 24 1月, 2018 1 次提交
  16. 19 9月, 2017 1 次提交
  17. 14 9月, 2017 1 次提交
  18. 12 9月, 2017 1 次提交
    • M
      Reader API for C++ client (#717) · ee1ba680
      Matteo Merli 提交于
      * Reader API for C++ clienReader API for C++ clientt
      
      * Fixed compile error with listener function
      
      * Fixed compile errors and PR comments
      
      * Fixed conversion between MessageId and BatchMessageId
      
      * Removed usage of std::tie
      
      * Revert change in BatchMessageId since it breaks the tracker
      
      * Increase available permits only once
      ee1ba680
  19. 08 8月, 2017 1 次提交
  20. 11 7月, 2017 1 次提交
  21. 06 7月, 2017 1 次提交
  22. 29 6月, 2017 1 次提交
  23. 23 6月, 2017 1 次提交
  24. 08 4月, 2017 1 次提交
  25. 08 2月, 2017 1 次提交