1. 56bad04 Upgrade Jetty libraries to 9.4.39.v20210325 (#10177) by Masahiro Sakamoto · 3 years, 1 month ago
  2. 05f1f7e Fix IllegalStateException in PersistentReplicator (#10098) by Lari Hotari · 3 years, 1 month ago
  3. c3b02d3 [C++] Fixed releasing semaphore and memory quota after send timeout (#10144) by Matteo Merli · 3 years, 1 month ago
  4. 5c521a3 [C++] Fixed race condition in MemoryLimitController (#10142) by Matteo Merli · 3 years, 1 month ago
  5. a5a94ed GenericObject - support KeyValue in Message#getValue() (#10107) by Enrico Olivelli · 3 years, 1 month ago
  6. 6629b15 Attempt to fix flaky test SimpleProducerConsumerTestStreamingDispatcherTest.testRedeliveryFailOverConsumer (#10118) by Lari Hotari · 3 years, 1 month ago
  7. 31f8315 [Messaging] Fix delay message block (#10078) by ran · 3 years, 1 month ago
  8. cb507da [PIP-82] [pulsar-broker] Add a task to publish resource usage to a topic (#10008) by Bharani Chadalavada · 3 years, 1 month ago
  9. dd19702 [C++] Add /opt/homebrew/ as a possible path for OpenSSL on Mac (#10141) by Matteo Merli · 3 years, 1 month ago
  10. 3d7a6ba [Transaction] Fix end transaction retry problem. (#10131) by congbo · 3 years, 1 month ago
  11. 218f498 [Transaction] Fix transaction log recover fail problem. (#10146) by congbo · 3 years, 1 month ago
  12. c4f154e Fix 8115 Some partitions get stuck after adding additional consumers to the KEY_SHARED subscriptions (#10096) by baomingyu · 3 years, 1 month ago
  13. 9c17ee8 Support set namespace and topic policy for non-persistent dispatcher (#10121) by feynmanlin · 3 years, 1 month ago
  14. a2d39c0 Implement GenericObject - Allow GenericRecord to wrap any Java Object (#10057) by Enrico Olivelli · 3 years, 1 month ago
  15. ca13247 [Doc] Add monitoring guidelines for function and connector (#10133) by Yu Liu · 3 years, 1 month ago
  16. 45661ea Exposing prometheus metrics for Pulsar function local run mode (#10156) by Boyang Jerry Peng · 3 years, 1 month ago
  17. 7b35328 [C++] Allow to configure memory limit from C API (#10145) by Matteo Merli · 3 years, 1 month ago
  18. 57b4c1d [ISSUE 10138] fix npe when new transaction (#10139) by linlinnn · 3 years, 1 month ago
  19. 3f525ba [function] fix-typo (#10134) by linlinnn · 3 years, 1 month ago
  20. e6bf50e fix spell incorrect (#10127) by kilient · 3 years, 1 month ago
  21. 8a2c5cc Fix: seemingly equal ClientConfigurationData's objects end up not being equal (#10091) by Andrey Yegorov · 3 years, 1 month ago
  22. 6792e2f [Issue 9724] Refactor existing Pulsar Function unit tests (#10125) by David Kjerrumgaard · 3 years, 1 month ago
  23. 3854e30 Remove outdated Travis CI & Jenkins configuration (#10111) by Lari Hotari · 3 years, 1 month ago
  24. e72df2c Upload container logs and surefire reports from failed integration tests (#10119) by Lari Hotari · 3 years, 1 month ago
  25. fafba51 [common] Remove unused constructor for LookupData. (#10112) by YANGLiiN · 3 years, 1 month ago
  26. e1e2e53 Reduce flakiness of ReplicatorTest.testConfigChange (#10116) by Lari Hotari · 3 years, 1 month ago
  27. 21adedc [Doc] Add descriptions for C++ Client API doc (ClientConfiguration.h + ConsumerConfiguration.h + ReaderConfiguration.h) (#10103) by Yu Liu · 3 years, 1 month ago
  28. 6c3ebbb [Tiered Storage] Prevent Class Loader Leak; Restore Offloader Directory Override (#9878) by Michael Marshall · 3 years, 1 month ago
  29. 9fd7b18 Make java-test-image usable for testing in k8s (#10102) by Lari Hotari · 3 years, 1 month ago
  30. bf34bb0 Fix 'Global' cluster will create in standalone mode. #10067 (#10068) by Tboy · 3 years, 1 month ago
  31. 6717974 Fix AutoConsumeSchema KeyValue encoding (#10089) by Vincent Royer · 3 years, 1 month ago
  32. 4128151 Add Schema.getNativeSchema (#10076) by Enrico Olivelli · 3 years, 1 month ago
  33. cdba1c0 Avoid spammy logs in case of BK problems (#10088) by Enrico Olivelli · 3 years, 1 month ago
  34. efea8b2 [Doc] Add workflow for "checking dead links" and update instructions for "generating license headers" (#10110) by Yu Liu · 3 years, 1 month ago
  35. 8d82ba9 Use https for packages.confluent.io Maven repository (#10101) by Enrico Olivelli · 3 years, 1 month ago
  36. 7d84e72 [Broker] Fix NonDurableCursorImpl initialPosition by startCursorPosition greater than lastConfirmedEntry problem. (#10095) by congbo · 3 years, 1 month ago
  37. 4b7facf [Issue 10058]:apply-config-from-env.py to commented default values (#10060) by Kevin Wilson · 3 years, 1 month ago
  38. 9d08f64 Remove consumer unnecessary locks (#9261) by hangc0276 · 3 years, 1 month ago
  39. 77cf09e Document Kafka Source Schema management (#10084) by Enrico Olivelli · 3 years, 1 month ago
  40. 269513a [docs] Fix broken link in deploy-monitoring.md (#10099) by Gilles Barbier · 3 years, 1 month ago
  41. 4709f3a Fix can not disable and remove max consumer per subscription (#10070) by feynmanlin · 3 years, 1 month ago
  42. 722a50e fix broker_timestamp not set bug (#9493) by hangc0276 · 3 years, 1 month ago
  43. fb605a7 [pulsar-broker] Enable sticky read by default (#10090) by YANGLiiN · 3 years, 1 month ago
  44. 2f0c836 Support generate document automatically for pulsar-client (#10062) by feynmanlin · 3 years, 1 month ago
  45. e5e5f71 [Doc] Update Node client document (#10045) by cimura · 3 years, 1 month ago
  46. 455af30 Remove redundant signSafeMod (#10081) (#10082) by Tboy · 3 years, 1 month ago
  47. c9c1167 [Java Client] Use common request timeout handling for lookup requests (#10066) by Lari Hotari · 3 years, 1 month ago
  48. 08df693 Upgrade athenz version and remove yahoo.bintray.com repository (#10079) by Lari Hotari · 3 years, 1 month ago
  49. 4c204c2 [Tests] Reduce functions integration test flakiness (#10074) by Lari Hotari · 3 years, 1 month ago
  50. 323207c Move pulsar-io.yaml file to correct location (#10072) by Lari Hotari · 3 years, 1 month ago
  51. ae606b9 Upgrade Netty version to 4.1.60.final (#10073) by Ali Ahmed · 3 years, 1 month ago
  52. 5fcd0d1 [Performance] Optimize CompletableFuture timeout handling (#10065) by Lari Hotari · 3 years, 1 month ago
  53. 907fcb5 change log level for topic polices cache not init exception (#10059) by hangc0276 · 3 years, 1 month ago
  54. 9db880e [pulsar-client] fix NPE: while configuring consumer builder (#10063) by Rajan Dhabalia · 3 years, 1 month ago
  55. af6eaba [ISSUE 9783][pulsar-client] Allow pulsar client receive external timer (#9802) by linlinnn · 3 years, 1 month ago
  56. a070c33 Move duplicate code to abstract parent class (#10061) by feynmanlin · 3 years, 1 month ago
  57. 510ecfa Fix possible name mismatch bugs when build wheel files within docker (#10051) by Ting Yuan · 3 years, 1 month ago
  58. 454b1a5 Add jersey-client as dependency of pulsar-client-auth-sasl (#10055) by Yunze Xu · 3 years, 1 month ago
  59. a9a2861 Wait for the async broker port listener close operations to complete at shutdown (#9308) by Lari Hotari · 3 years, 1 month ago
  60. 1b8da92 bugfix for wrong timeunit in updating lastLedgerCreationInitiationTimestamp (#10049) by Zhanpeng Wu · 3 years, 1 month ago
  61. fb6b4ea [C++] Fix paused zero queue consumer still pre-fetches messages (#10036) by Yunze Xu · 3 years, 1 month ago
  62. 3181689 [Testing] Improve Functions unit tests by using unique nar extraction directory (#10032) by Lari Hotari · 3 years, 1 month ago
  63. ccecd03 [GitHub Actions] Run website build only when github repository is apache/pulsar (#10048) by Lari Hotari · 3 years, 1 month ago
  64. 9559114 [doc] Add setter for reader subscription name (#10027) by Jennifer Huang · 3 years, 1 month ago
  65. ea44087 Pass envirnoment variables to the docker container when building whee… (#10043) by Ting Yuan · 3 years, 1 month ago
  66. d056e44 [docs] Add description about enable-subscription-types (#9903) by sijia-w · 3 years, 1 month ago
  67. 60081af [websocket] support pong in websocket (#10035) by linlinnn · 3 years, 1 month ago
  68. d81f507 Support get applied compaction threshold (#10038) by feynmanlin · 3 years, 1 month ago
  69. 0992634 add getPartitionIndex() to the Record<> (#9947) by Andrey Yegorov · 3 years, 1 month ago
  70. a004dfe [pulsar-websocket] Allow websocket to consume and pass message to client without decryption (#10026) by Rajan Dhabalia · 3 years, 1 month ago
  71. 4673963 [pulsar-auth] Allow serializable stream-provider field into AuthenticationTls (#10020) by Rajan Dhabalia · 3 years, 1 month ago
  72. 77c7e9c [Docs][Geo Replication] Copy PR 9857 to older versioned docs (#10029) by Michael Marshall · 3 years, 1 month ago
  73. 30f3dda [Doc] Add docs for multiple host in Go client (#10037) by Yu Liu · 3 years, 1 month ago
  74. ca8d157 [C++] Support configure debug level logs simply (#10031) by Yunze Xu · 3 years, 1 month ago
  75. 511b0fe [Build] Upgrade Apache Parent POM version to 23 and also upgrade maven plugins (#9868) by Lari Hotari · 3 years, 1 month ago
  76. e4b4627 [kafka] Implement KeyValue support for KafkaBytesSource (#10002) by Enrico Olivelli · 3 years, 1 month ago
  77. 28e7e7c Improve Maven repository caching in Pulsar CI / GitHub Actions (#10001) by Lari Hotari · 3 years, 1 month ago
  78. 85680544 [pulsar-client] Process partitioned-topic messages on different listener-threads (#10017) by Rajan Dhabalia · 3 years, 2 months ago
  79. 27d6625 [docs] add Key_shared subscription type (#10024) by YANGLiiN · 3 years, 2 months ago
  80. 4d878d7 [Transaction] Transaction buffer clear abort transactions (#9974) by congbo · 3 years, 2 months ago
  81. a5dfb4a fixes broker crashes caused by function names containing : (#9979) by csthomas1 · 3 years, 2 months ago
  82. 6d4dea6 [Pulsar SQL] Make the Pulsar SQL support query the uppercase topic (#9980) by ran · 3 years, 2 months ago
  83. b1ba8e5 [Pulsar-sql]Using pulsar SQL query messages will appear `NoSuchLedger… (#9910) by li jinquan · 3 years, 2 months ago
  84. 6704f12 [docs] Fix installation instructions in c# documentation (#9913) by Kristian Andersen · 3 years, 2 months ago
  85. 9afc59f Upgrade Lombok version (#10000) by Lari Hotari · 3 years, 2 months ago
  86. 313390d fix misspelling (#9984) by YANGLiiN · 3 years, 2 months ago
  87. 5d85a2f [api][pulsar-client]Add get version command for pulsar rest api, pulsar-admin, pulsar-client (#9975) by Guangning E · 3 years, 2 months ago
  88. fb45a14 Test Cleanup (#10009) by Ali Ahmed · 3 years, 2 months ago
  89. c2d52f1 [Issue 9867][scripts] Fixes issue (#9884) by Fernando Miguélez Palomo · 3 years, 2 months ago
  90. 647c2dc pulsar-perf: add ability to create partitioned topics (#9859) by Enrico Olivelli · 3 years, 2 months ago
  91. df86cb4 [Documentation][Geo Replication] Document clusters create step in geo replication (#9857) by Michael Marshall · 3 years, 2 months ago
  92. 31c5fb5 Fix the useless retry when the maximum number of subscriptions is reached (#9991) by feynmanlin · 3 years, 2 months ago
  93. 74c694f [C++] Fix segfault when get topic name from received message id (#10006) by Yunze Xu · 3 years, 2 months ago
  94. 26bdf59 Fix shading for ahc-default.properties file (#10007) by Lari Hotari · 3 years, 2 months ago
  95. cdd87fb [pulsar-proxy] Remove zk direct dependency from Proxy (#9973) by Rajan Dhabalia · 3 years, 2 months ago
  96. b1085d0 [Build] Python-client build script use wrong path for root dir (#9961) by Ting Yuan · 3 years, 2 months ago
  97. bbe6c41 Update powered by page (#10005) by Cem Aladogan · 3 years, 2 months ago
  98. d7e0f3c Fix flaky test CurrentLedgerRolloverIfFullTest (#10004) by Lari Hotari · 3 years, 2 months ago
  99. 430f1f3 Support multi-topic for MultiTopicsReaderImpl (#9995) by feynmanlin · 3 years, 2 months ago
  100. 5a4b441 Allow to use KeyValue<GenericRecord, GenericRecord> (#9981) by Enrico Olivelli · 3 years, 2 months ago