-
Notifications
You must be signed in to change notification settings - Fork 7
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
TODOs in asab.library
#254
Comments
Maybe my user experience will be useful: asab/asab/library/providers/zookeeper.py Line 155 in 8f79d06
Yes, theres's no version file in my library. Could asab.library make one for me? It would make me very happy. 🐷 And it even periodically tries to read the non-existing version file. |
This is intentionally a silent error - there is no degradation of the READ functionality, if the file is missing |
I can add |
Then the error must be silent. |
There are remainders from #239
export library
feature on the service level. Only a first library should be exported (or there should be a flag indicating whole/first library content to be exported).Add export feature to asab.library #260
Periodical reload of the
.disabled.yaml
asab/asab/library/service.py
Line 83 in 849fe99
Enhancement:
asab.library
read disabled on tick #271Improved logging in
-v
mode that provides info about where each library provider is connectedImproved logging #264
Detect version changes in the ASAB library #284
asab/asab/library/providers/zookeeper.py
Line 160 in d705cd9
.read()
method(s) has to be reworked to provide file-based output to avoid loading the whole item content in the memory. It is similar to the export feature.asab.library
read now returnsio
instead otbytes
#256Support for
zk://./path
form of Zookeeper provider path - in this case path from zookeeper container andpath
should be concat.ed (NICE TO HAVE feature)Add handling zk://./path #261
The text was updated successfully, but these errors were encountered: