File tree Expand file tree Collapse file tree 6 files changed +6
-4
lines changed
src/main/resources/configs/common Expand file tree Collapse file tree 6 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ dependencies {
88 implementation(project(" :entity-service-attribute-translator" ))
99 implementation(project(" :entity-service-impl" ))
1010 implementation(project(" :entity-service-change-event-generator" ))
11- implementation(" org.hypertrace.core.documentstore:document-store:0.7.59 " )
11+ implementation(" org.hypertrace.core.documentstore:document-store:0.7.60 " )
1212}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 annotationProcessor(" org.projectlombok:lombok:1.18.30" )
1313 compileOnly(" org.projectlombok:lombok:1.18.30" )
1414
15- implementation(" org.hypertrace.core.documentstore:document-store:0.7.59 " )
15+ implementation(" org.hypertrace.core.documentstore:document-store:0.7.60 " )
1616 implementation(" org.hypertrace.core.grpcutils:grpc-context-utils:0.13.1" )
1717 implementation(" org.hypertrace.core.grpcutils:grpc-client-utils:0.13.1" )
1818 implementation(" org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.15" )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
2323 implementation(project(" :entity-service-factory" ))
2424
2525 implementation(" org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.71" )
26- implementation(" org.hypertrace.core.documentstore:document-store:0.7.59 " )
26+ implementation(" org.hypertrace.core.documentstore:document-store:0.7.60 " )
2727
2828 runtimeOnly(" io.grpc:grpc-netty:1.60.0" )
2929
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ entity.service.config = {
66 document.store {
77 dataStoreType = mongo
88 appName = entity-service-local
9+ aggregationPipelineMode = "DEFAULT_ALWAYS"
910 maxPoolSize = 10
1011 mongo {
1112 database = default_db
Original file line number Diff line number Diff line change 1212 {{- $dst := .Values.database.type }}
1313 dataStoreType = {{ $dst }}
1414 appName = {{ .Values.service.name }}
15-
15+ aggregationPipelineMode = {{ .Values.database.aggregationPipelineMode }}
1616 {{ $dst }} {
1717 {{- range $key, $value := (index .Values "database" (printf "%s" $dst)) }}
1818 {{- if $value }}
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ entityServiceConfig:
103103 port : 9012
104104
105105database :
106+ aggregationPipelineMode : " DEFAULT_ALWAYS"
106107 type : mongo
107108 mongo :
108109 authEnabled : true
You can’t perform that action at this time.
0 commit comments