Qi Chen
Qi Chen
Found the similar issue as above. I think the problem is one cannot return the same object as in the argument of `compute`, e.g. the following code block will enter...
I have a similar issue. Even for memory DB expire does not work for 3.0.8: ``` @Test public void testExpiration() throws InterruptedException { HTreeMap map = (HTreeMap) DBMaker // .fileDB("map").fileDeleteAfterClose()...
@compf Thanks a lot for your contribution. It is an interesting innovation project and idea to apply LLM to improve our project code quality. I have the following questions: 1....
Alternative solutions: 1. manually encrypt/decrypt the key-value pairs before storing in LMDB/MapDB files. For manual encryption and decryption, Java has its own JCE framework. The available ciphers are listed as...
Waiting for responses from MapDB and LMDB for plan of support on encryption.
Reply from MapDB gitter: ``` @chenqi0805 yes, I would like to support encryption. It will be done by block encryption (entire store) or via serializers (only part of data such...
For LMDB, linked issue: https://github.com/lmdbjava/lmdbjava/issues/171
@shyam1975 Thank you for the interest in Data-Prepper and the report on your use case. By examining your shared otel-collector-config.yml.txt. I noticed ``` metrics: receivers: [otlp] exporters: [logging, otlp/2] ```...
@contractormarketplace Sorry I missed your latest reply. Yes, we can definitely put this on the radar once we dive deeper into cx use case of metrics. I will open an...
@kuberkaul Just FYI, the API we adopted for ingesting bulk records into ES is close to the following DSL ``` POST otel-v1-apm-span/_bulk { "index" : { } } { "field1"...