aliyun-tablestore-java-sdk
aliyun-tablestore-java-sdk copied to clipboard
Aliyun TableStore(原OTS) JAVA SDK
Table Store sdk 有大概两秒钟的写入迟延。写入table后,马上读取,无数据。 请提供方案。
参考该地址实现:https://help.aliyun.com/document_detail/114347.html?spm=a2c4g.11186623.6.615.17132345T3bKeQ ``` TimestreamMetaIterator iter1 = db.metaTable() .filter(filter) .identifierOnly() // 只返回identifer .fetchAll(); System.out.print(iterator.getTotalCount()); //获取命中的时间线条数 while (iter1.hasNext()) { System.out.print(iterator.next().toString()); } public boolean hasNext() { if (isBufferHasData()) { return true; } byte[] token...
* 没有集合spring 用例 * 没有结合springboot 用例 * 每一次创建连接需要时间较长,大约1分钟 * 长连接好像不能保持
在处理ERROR CODE的时候,要到API文档里面查询,而找API文档的错误码又要花很长时间,希望这些错误码能跟代码放在一起,方便查询。 另外,每个函数能将典型的抛出的错误码在注释里面说明一下,也会有利于处理。
https://github.com/aliyun/aliyun-tablestore-java-sdk/blob/master/src/test/java/examples/OTSConditionalUpdateSample.java line 64 and 162
Provides transitive vulnerable dependency maven:com.google.guava:guava:27.0.1-jre CVE-2023-2976 7.1 Files or Directories Accessible to External Parties vulnerability with High severity found CVE-2020-8908 3.3 Incorrect Permission Assignment for Critical Resource vulnerability with Low...
The current version of protobuf being used in tablestore is 2.4.1 which causes issues with conflicts in the consumer service if it has it's own protobuf-java dependency. Even though the...