Sign in
apache
/
rocketmq-client-python
/
HEAD
71363a7
support trace (#136)
by yuz10
· 1 year, 2 months ago
master
d074515
Add a multi-thread producer test case (#102)
by messense
· 4 years, 6 months ago
48f7cf9
Merge pull request #100 from tom0392/multi-threaded
by von gosling
· 4 years, 7 months ago
89ad6bd
Add a function which shows how to use rocketmq in multi-threaded scenarios properly to handle exception such as Namer Server Cluster and Broker Cluster restart
by tangzhongrui
· 4 years, 7 months ago
58397dc
[ISSUE #96] Fix the memory leak in Message (#98)
by ziyht
· 4 years, 7 months ago
9a38c43
add set_instance_name function for producer
by sicklife
· 4 years, 10 months ago
7e9ffd9
[ISSUE #88]Sample Callback should return ConsumeStatus (#90)
by Lin
· 5 years ago
44824e4
feat(doc): update cpp library install methods. (#84)
by dinglei
· 5 years ago
f01c884
fix(doc): update notice and open statistic label (#83)
by dinglei
· 5 years ago
3fb373d
doc(readme): update prerequisites install.
by dinglei
· 5 years ago
a3f132b
feat(version): update version to next release.
by ShannonDing
· 5 years ago
6bf0e60
feat(version): update version to next release.
by ShannonDing
· 5 years ago
62f9048
feat(version): update version to 2.0.0 to release
by ShannonDing
· 5 years ago
v2.0.0
v2.0.0
2eb90cf
fix(travisci): update rocketmq download link to apache archive server (#79)
by dinglei
· 5 years ago
9990413
doc(notice): update copyright year to 2019.
by dinglei
· 5 years ago
0919781
doc(readme): add apache license v2 link.
by dinglei
· 5 years ago
439dff5
feat(platforms): switch branch ctypes to master to support both python2.x and python 3.x
by ShannonDing
· 5 years ago
08bc79c
doc(readme): use cpp 1.2.4 for quick install
by dinglei
· 5 years ago
boostpython
bf88e10
style(client) polish code style
by dinglei
· 6 years ago
ctypes
6a4e0b6
doc(readme) adapt to new client's api
by duhenglucky
· 6 years ago
a24fc28
fix(test) fix the unit test in consumer
by duhenglucky
· 6 years ago
299a518
style(client)polish the code style and fix the unit test
by duhenglucky
· 6 years ago
eea995b
style(client) polish code style
by duhenglucky
· 6 years ago
f77966e
Merge pull request #71 from duhenglucky/ctypes_docs
by Heng Du
· 6 years ago
1226f5d
docs(readme) fix the pypi link to rocketmq-client-python
by duhenglucky
· 6 years ago
ccfb226
Merge pull request #70 from duhenglucky/fix_tests
by Heng Du
· 6 years ago
a280c30
chore(tests) adapt to the ons cpp core
by duhenglucky
· 6 years ago
5af7330
Merge pull request #69 from RongtongJin/ctypes_test
by Heng Du
· 6 years ago
645768d
chore(tests):pass the tests
by rongtongjin
· 6 years ago
4c376df
chore(tests):polish tests
by rongtongjin
· 6 years ago
8bbac05
Merge pull request #68 from ShannonDing/noasync
by Heng Du
· 6 years ago
6011b4b
feat(producer): remove orderly send test case.
by ShannonDing
· 6 years ago
fd60d58
feat(producer): remove unnessary apis.
by ShannonDing
· 6 years ago
27ae82e
feat(producer): remove send orderly in oneway mode.
by ShannonDing
· 6 years ago
d24e100
feat(producer): can not support async send anymore
by ShannonDing
· 6 years ago
96ca920
Merge pull request #67 from duhenglucky/fix_ci
by Heng Du
· 6 years ago
78a41c8
test(producer) improve the transaction unit test stability
by duhenglucky
· 6 years ago
5debfd0
Merge pull request #66 from duhenglucky/unit_test_improve
by Heng Du
· 6 years ago
e8e43cc
fix(Readme): use master svg in ci build result
by dinglei
· 6 years ago
v1.2.4
v1.2.4
8e8729f
test(producer) improve the transaction unit test stability
by duhenglucky
· 6 years ago
e4bd9a8
Merge pull request #65 from duhenglucky/fix_ci
by Heng Du
· 6 years ago
101cc3e
chore(CI) change the travis and codecov graph to official repo
by duhenglucky
· 6 years ago
ba138fe
chore(CI) pull the image from officail docker repo
by duhenglucky
· 6 years ago
38530df
doc(client) modify the meta info
by duhenglucky
· 6 years ago
5e2064b
Merge pull request #61 from duhenglucky/transaction_message
by dinglei
· 6 years ago
9a5b1cb
fix(producer) fix the exc not defination error in TransactionProducer
by duhenglucky
· 6 years ago
97338e0
chore(producer) add stronge validation in TransactionProducer
by duhenglucky
· 6 years ago
b16cf01
fix(sample) fix the destroy logic in unit test
by duhenglucky
· 6 years ago
9610991
chore(client) add strong response value check in callback
by duhenglucky
· 6 years ago
4028ff2
chore(test) remove the delete method hack
by duhenglucky
· 6 years ago
d38cea0
chore(client) polish the client destory logic
by duhenglucky
· 6 years ago
b52439b
fix(test) fix transaction unit test
by duhenglucky
· 6 years ago
117ce6c
style(sample) polish sample style
by duhenglucky
· 6 years ago
5da9c91
test(producer) add transaction producer unit test
by duhenglucky
· 6 years ago
3855cf8
feat(sample) add consumer sample
by duhenglucky
· 6 years ago
861525d
fix(producer) fix producer error when used python3
by duhenglucky
· 6 years ago
ff1894e
Merge branch 'transaction_message' of github.com:duhenglucky/rocketmq-client-python into transaction_message
by duhenglucky
· 6 years ago
704c210
refactor(consumer) refactor push consumer implementation
by duhenglucky
· 6 years ago
4fc3b68
Merge branch 'ctypes' into transaction_message
by Heng Du
· 6 years ago
03f524c
Merge pull request #62 from messense/docker-master
by Heng Du
· 6 years ago
0e24e5f
ctypes: docker build cpp from master branch
by messense
· 6 years ago
6eed0a0
feat(test) fix the travis test failed issue when del method invoked
by duhenglucky
· 6 years ago
d8bc677
fix(sample)fix python3 support
by duhenglucky
· 6 years ago
2f0cc8e
chore(consumer) remove pull consumer implementation
by duhenglucky
· 6 years ago
5e5619f
fix(sample) fix the default nameserver address
by duhenglucky
· 6 years ago
0b5270c
chore(producer) hide transaction message internal state
by duhenglucky
· 6 years ago
1617956
Merge branch 'ctypes' into transaction_message
by duhenglucky
· 6 years ago
395d497
fix(producer) polish producer sample
by duhenglucky
· 6 years ago
cedbdc9
feat(producer) add transaction message support
by duhenglucky
· 6 years ago
6d7a08b
Merge pull request #60 from duhenglucky/order_producer
by dinglei
· 6 years ago
0f74f8f
feat(producer) add specified order producer
by duhenglucky
· 6 years ago
a01c0ff
feat(producer) add sharding key order message support
by duhenglucky
· 6 years ago
e647d64
feat(producer) add transaction support
by duhenglucky
· 6 years ago
1a5063f
Merge pull request #56 from duhenglucky/license
by Heng Du
· 6 years ago
c0d98f6
Merge pull request #55 from duhenglucky/fix_group
by Heng Du
· 6 years ago
7a55078
feat(producer) add sharding key order message support
by duhenglucky
· 6 years ago
2ca8a79
style(client) add apache 2 license header to source file
by duhenglucky
· 6 years ago
4fd697a
Merge pull request #51 from duhenglucky/transaction
by dinglei
· 6 years ago
4ac5126
fix(client) fix set group issue
by duhenglucky
· 6 years ago
9f78193
Merge pull request #54 from messense/rocketmq-python-fix-typo
by Heng Du
· 6 years ago
d66f166
Fix typos in test cases
by messense
· 6 years ago
d03ee08
Merge pull request #53 from messense/rocketmq-python-fix-ci
by Heng Du
· 6 years ago
ee5e2d1
Refine Consumer callback test cases
by messense
· 6 years ago
5113f3d
Fix Producer.send_async
by messense
· 6 years ago
87ff79a
Do not build librocketmq.so on CI
by messense
· 6 years ago
9cc198f
Merge pull request #52 from messense/rocketmq-python
by Heng Du
· 6 years ago
f45a9dd
Refine Producer send_async test case
by messense
· 6 years ago
b4dd1e1
Remove macOS CI temporarily
by messense
· 6 years ago
8f567c1
Use cached librocketmq.so from a prebuilt Docker image
by messense
· 6 years ago
57684b4
Switch to Apache License 2.0
by messense
· 6 years ago
9028cf5
Fix maybe_decode function
by messense
· 6 years ago
9b4da44
Add PushConsumer reconsume_later test case
by messense
· 6 years ago
e0de2b6
Clarify Windows support
by messense
· 6 years ago
8d3ab1c
Bump version: 0.4.2 → 0.4.3
by messense
· 6 years ago
78a22d3
Refine message decode to utf-8
by messense
· 6 years ago
42ccb44
Fix test_producer_send_batch test case
by messense
· 6 years ago
21c7b0a
cat rocketmq-cpp logs first
by messense
· 6 years ago
5bbfe8d
Upgrade rocketmq to 4.5.2 in Travis CI
by messense
· 6 years ago
293a025
Add support for producer sending batch messages
by messense
· 6 years ago
bf4daa9
Bump version: 0.4.1 → 0.4.2
by messense
· 6 years ago
Next »