1. cb24d11 fix a little by xiaolong.ran · 4 years, 9 months ago
  2. 69adade add some depend for openjdk-8 by xiaolong.ran · 4 years, 9 months ago
  3. d72134f fix java install errr in dokcer image by xiaolong.ran · 4 years, 9 months ago
  4. a430e71 comments openjdk-8-jre-headless by xiaolong.ran · 4 years, 9 months ago
  5. 66ffac1 fix ci error by xiaolong.ran · 4 years, 9 months ago
  6. 836438a remove openjdk-8-jre-headless by xiaolong.ran · 4 years, 9 months ago
  7. 1c148de fix comments by xiaolong.ran · 4 years, 9 months ago
  8. 0db5c44 Fix gofmt and add some comments by xiaolong.ran · 4 years, 9 months ago
  9. 0a9a70b Merge master code and fix conflict by xiaolong.ran · 4 years, 9 months ago
  10. 7a9aa2b Merge pull request #25 from wolfstudy/xiaolong/golint-code-format by Jia Zhai · 4 years, 9 months ago
  11. 4512b67 Fix gofmt and golint issues by xiaolong.ran · 4 years, 9 months ago
  12. ad1e9be code format by xiaolong.ran · 4 years, 9 months ago
  13. 059e15d code format for consumer by xiaolong.ran · 4 years, 9 months ago
  14. 1a7fda0 Merge master and fix conflict by xiaolong.ran · 4 years, 9 months ago
  15. 2c5503b Merge pull request #24 from wolfstudy/xiaolong/code_format_producer by Jia Zhai · 4 years, 9 months ago
  16. aec466d fix a little by xiaolong.ran · 4 years, 9 months ago
  17. 3c960ce add gofmt check by xiaolong.ran · 4 years, 9 months ago
  18. cddfc7f Use golangci-lint to format the code for the master branch by xiaolong.ran · 4 years, 9 months ago
  19. 7148b47 add ack timeout test case for consumer by xiaolong.ran · 4 years, 9 months ago
  20. f77a470 add partition topic test case for consumer by xiaolong.ran · 4 years, 9 months ago
  21. 54f8ee2 add key_shared test case for consumer by xiaolong.ran · 4 years, 9 months ago
  22. 003037c Add some unit test for consumer and add IsNil func by xiaolong.ran · 4 years, 9 months ago
  23. c53f30d Add golangci-lint for formatting code (#21) by 冉小龙 · 4 years, 9 months ago
  24. a042223 support consumer listener logic by xiaolong.ran · 4 years, 9 months ago
  25. a5d1d98 remove godoc and add in other pull request by xiaolong.ran · 4 years, 9 months ago
  26. 090b251 add go report to checking code format (#19) by 冉小龙 · 4 years, 9 months ago
  27. 6e743dc Merge pull request #1 from wty4427300/master by 冉小龙 · 4 years, 9 months ago
  28. 9c64136 Update README.md by GameOver · 4 years, 9 months ago
  29. 7f80cc7 add unack messages tracker uint test by xiaolong.ran · 4 years, 10 months ago
  30. 9da5a04 support ack timeout logic by xiaolong.ran · 4 years, 10 months ago
  31. a56277e fix conflict by xiaolong.ran · 4 years, 10 months ago
  32. 7f0eba1 add unsubscribe test and handler channel logic of closing by xiaolong.ran · 4 years, 10 months ago
  33. 81540a2 support unsubscribe logic in consumer by xiaolong.ran · 4 years, 10 months ago
  34. f04ca7b Support multi partition receive logic by xiaolong.ran · 4 years, 10 months ago
  35. b6982c5 Fix an issue where partition topic could not be created correctly by xiaolong.ran · 4 years, 10 months ago
  36. faa0e18 Fix unsubscribe logic by xiaolong.ran · 4 years, 10 months ago
  37. 26b421e fix dead lock of UnackedMessageTracker by xiaolong.ran · 4 years, 10 months ago
  38. 3a1e41c fix a little by xiaolong.ran · 4 years, 10 months ago
  39. b26016e Add test case for consumer by xiaolong.ran · 4 years, 10 months ago
  40. b2e59ef fix messageID and Seek logic by xiaolong.ran · 4 years, 10 months ago
  41. a5bde62 Impl consumer logic for go client by xiaolong.ran · 4 years, 10 months ago
  42. 3c5b583 support unsubscribe logic in consumer by xiaolong.ran · 4 years, 10 months ago
  43. e9f77e8 Fix runtime error: integer divide by zero (#20) by 冉小龙 · 4 years, 10 months ago
  44. 9aced0f Support multi partition receive logic by xiaolong.ran · 4 years, 10 months ago
  45. 76430c8 Add github issues template (#18) by 冉小龙 · 4 years, 10 months ago
  46. bbfffce Fix an issue where partition topic could not be created correctly by xiaolong.ran · 4 years, 10 months ago
  47. 6edeab9 Fix unsubscribe logic by xiaolong.ran · 4 years, 10 months ago
  48. b1ac841 fix dead lock of UnackedMessageTracker by xiaolong.ran · 4 years, 10 months ago
  49. 96cd5c4 fix a little by xiaolong.ran · 4 years, 10 months ago
  50. fee4fd1 Add test case for consumer by xiaolong.ran · 4 years, 10 months ago
  51. c577157 fix messageID and Seek logic by xiaolong.ran · 4 years, 10 months ago
  52. f172fb2 Impl consumer logic for go client by xiaolong.ran · 4 years, 10 months ago
  53. ebd7667 [issues 13] Fix go func(){} usage question (#14) by 冉小龙 · 5 years ago
  54. 12f444a Run tests on all the subdirectories (#10) by Matteo Merli · 5 years ago
  55. 02a57e3 Added producer example in README (#9) by Matteo Merli · 5 years ago
  56. b30adb8 Fixed flaky TestConvertStringMap (#11) by Matteo Merli · 5 years ago
  57. 94edfbf Added scripts to run unit tests (#6) by Matteo Merli · 5 years ago
  58. fd50e0e Removed non-needed section in LICENSE (#8) by Matteo Merli · 5 years ago
  59. f562db9 Use pure ZStd decompression is CGo is disabled (#3) by Matteo Merli · 5 years ago
  60. d6a6187 Fixed producer.Flush() (#5) by Matteo Merli · 5 years ago
  61. 9e3736a refactor the project's directory structure (#7) by 冉小龙 · 5 years ago
  62. b4c60c0 add go mod for pulsar-client-go (#4) by 冉小龙 · 5 years ago
  63. b7700c0 Merge pull request #2 from merlimat/lz4-go by Matteo Merli · 5 years ago
  64. a913fc6 Use pure Go LZ4 compression by Matteo Merli · 5 years ago
  65. 9c5d509 Merge pull request #1 from merlimat/master by Matteo Merli · 5 years ago
  66. e058b84 Added token auth provider by Matteo Merli · 5 years ago
  67. 1a6dfaa TLS Auth provider by Matteo Merli · 5 years ago
  68. ddc789e Added TLS connection support by Matteo Merli · 5 years ago
  69. fe3258b Added scripts to start test service by Matteo Merli · 5 years ago
  70. d6dbcfa Renamed `impl` package to `internal` by Matteo Merli · 5 years ago
  71. 617f0d5 Addressed comments by Matteo Merli · 5 years ago
  72. b212407 Added README by Matteo Merli · 5 years ago
  73. 1ead55b Added license headers by Matteo Merli · 5 years ago
  74. dfd7550 Renamed to pulsar-client-go by Matteo Merli · 5 years ago
  75. 05bc67f Added MessageID implementation by Matteo Merli · 5 years ago
  76. b329bbf Fixed releasing of semaphore for each send request by Matteo Merli · 5 years ago
  77. e077250 Use logrus in perf producer/consumer by Matteo Merli · 5 years ago
  78. 9c6d52f Added auto-resize when writing to buffer by Matteo Merli · 5 years ago
  79. 585500e Added perf producer/consumer by Matteo Merli · 5 years ago
  80. e7a4aef Completed default message router and tests by Matteo Merli · 5 years ago
  81. 0ac7868 Added hash functions and tests by Matteo Merli · 5 years ago
  82. b2c9d8c Producer last sequence id by Matteo Merli · 5 years ago
  83. b924b78 Completed lookup service with tests by Matteo Merli · 5 years ago
  84. 0eb04d5 Support compression in producer by Matteo Merli · 5 years ago
  85. f9fa727 Added compression codecs and tests by Matteo Merli · 5 years ago
  86. ea44ac9 Implemented producer flush by Matteo Merli · 5 years ago
  87. 98552f3 Producer close by Matteo Merli · 5 years ago
  88. 9522dd5 Handle cases with no-batching by Matteo Merli · 5 years ago
  89. 427fe05 Resend pending messages after reconnection by Matteo Merli · 5 years ago
  90. ecab9cf Added blocking queue iterator by Matteo Merli · 5 years ago
  91. 7851714 Queue sending requests and trigger callbacks by Matteo Merli · 5 years ago
  92. b95a971 Added blocking queue implementation by Matteo Merli · 5 years ago
  93. 2e74112 Reconnection logic by Matteo Merli · 5 years ago
  94. f7cac7a Basic publishing works by Matteo Merli · 5 years ago
  95. 0fe868a Added serialize method for string map by Matteo Merli · 5 years ago
  96. d8a1dcc Removed internalClose method by Matteo Merli · 5 years ago
  97. d31030e Set right level for logs by Matteo Merli · 5 years ago
  98. 1bdf19f Implemented keep-alive logic by Matteo Merli · 5 years ago
  99. ccc596a Create producer session by Matteo Merli · 5 years ago
  100. 0c2da14 Use string for result errors by Matteo Merli · 5 years ago