problem: redis cached makes JSON parsing only to extract metadata, ineffective

solution: encode in protobuf with metadata included
This commit is contained in:
Igor Artamonov
2020-04-16 23:05:13 -04:00
parent 9cf1827fe1
commit 51b25ab55d
9 changed files with 229 additions and 51 deletions

View File

@@ -1,12 +1,12 @@
# Languages
groovyVersion=2.5.5
kotlinVersion=1.3.11
protocVersion=3.7.1
# Main Libs
slf4jVersion=1.7.25
jacksonVersion=2.9.8
grpcVersion=1.20.0
protocVersion=3.7.1
protobufVersion=3.7.1
# Core