-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP]: Initial ObjectStore client implementation #331
Commits on Nov 11, 2020
-
Fix issue reconnecting against LBs
When a NATS Server restarted behind an LB, reconnection would fail since the proper connect timeout exception was not being caught, leaving the client hanging sometimes. Signed-off-by: Waldemar Quevedo <wally@synadia.com>
Configuration menu - View commit details
-
Copy full SHA for cad4e7c - Browse repository at this point
Copy the full SHA cad4e7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b068da - Browse repository at this point
Copy the full SHA 7b068daView commit details
Commits on Nov 12, 2020
-
Add test for condition of bad server behind LB
Signed-off-by: Waldemar Quevedo <wally@synadia.com>
Configuration menu - View commit details
-
Copy full SHA for 70aa87b - Browse repository at this point
Copy the full SHA 70aa87bView commit details -
Merge pull request nats-io#189 from nats-io/reconnect-with-lbs
Fix issue when reconnecting against LB
Configuration menu - View commit details
-
Copy full SHA for 9f69047 - Browse repository at this point
Copy the full SHA 9f69047View commit details
Commits on Dec 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7217f3c - Browse repository at this point
Copy the full SHA 7217f3cView commit details -
Merge pull request nats-io#191 from nats-io/add_dependencies_doc
Create dependencies.md
Configuration menu - View commit details
-
Copy full SHA for 045f7bf - Browse repository at this point
Copy the full SHA 045f7bfView commit details
Commits on Feb 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4c48f90 - Browse repository at this point
Copy the full SHA 4c48f90View commit details -
Merge pull request nats-io#196 from blackstorm/lee/connect-pending-si…
…ze-option Support set pending size to client connect options
Configuration menu - View commit details
-
Copy full SHA for 50034c9 - Browse repository at this point
Copy the full SHA 50034c9View commit details
Commits on Apr 20, 2021
-
Bumps [py](https://github.com/pytest-dev/py) from 1.8.0 to 1.10.0. - [Release notes](https://github.com/pytest-dev/py/releases) - [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/py@1.8.0...1.10.0) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 84afa7f - Browse repository at this point
Copy the full SHA 84afa7fView commit details
Commits on Jul 13, 2021
-
Signed-off-by: Waldemar Quevedo <wally@synadia.com>
Configuration menu - View commit details
-
Copy full SHA for 83b5b6a - Browse repository at this point
Copy the full SHA 83b5b6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f011db7 - Browse repository at this point
Copy the full SHA f011db7View commit details
Commits on Apr 19, 2022
-
Removed loop from options, deprecated from nats.connect().
Configuration menu - View commit details
-
Copy full SHA for 3f35065 - Browse repository at this point
Copy the full SHA 3f35065View commit details -
Merge pull request nats-io#294 from tdelora/patch-1
Update __main__.py
Configuration menu - View commit details
-
Copy full SHA for 03070fc - Browse repository at this point
Copy the full SHA 03070fcView commit details
Commits on Oct 9, 2022
-
Add Object Store implementation
Signed-off-by: Dominik Deren <dominik.deren@live.com>
Configuration menu - View commit details
-
Copy full SHA for eef93c5 - Browse repository at this point
Copy the full SHA eef93c5View commit details
Commits on Dec 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7816cf6 - Browse repository at this point
Copy the full SHA 7816cf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bfd334 - Browse repository at this point
Copy the full SHA 4bfd334View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6c07ff - Browse repository at this point
Copy the full SHA c6c07ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a2c798 - Browse repository at this point
Copy the full SHA 3a2c798View commit details -
Configuration menu - View commit details
-
Copy full SHA for d308a51 - Browse repository at this point
Copy the full SHA d308a51View commit details -
Configuration menu - View commit details
-
Copy full SHA for e84d195 - Browse repository at this point
Copy the full SHA e84d195View commit details -
Merge branch 'object_store' of https://github.com/domderen/nats.py in…
…to object_store
Configuration menu - View commit details
-
Copy full SHA for 2bd99de - Browse repository at this point
Copy the full SHA 2bd99deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 166bc0a - Browse repository at this point
Copy the full SHA 166bc0aView commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cb4bf45 - Browse repository at this point
Copy the full SHA cb4bf45View commit details