From 1b5a9df9023a8c92977e7967af5a646bcc5573ba Mon Sep 17 00:00:00 2001 From: Ravi Singal Date: Fri, 27 Sep 2024 20:43:13 +0530 Subject: [PATCH 1/2] add common labels, annotation and security context to pods --- helm/Chart.yaml | 2 +- helm/templates/deployment.yaml | 14 +++++++++----- helm/values.yaml | 22 ++++++++++++++-------- 3 files changed, 24 insertions(+), 14 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 2bef29ec..ff3b486e 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -24,4 +24,4 @@ version: 0.1.0 dependencies: - name: config-bootstrapper repository: "https://storage.googleapis.com/hypertrace-helm-charts" - version: 0.2.44 + version: 0.2.47 diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index 7e813c11..224cac64 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -21,16 +21,16 @@ spec: metadata: labels: release: {{ .Release.Name }} - {{- with .Values.podLabels }} + {{- with merge .Values.podLabels .Values.commonPodLabels }} {{- toYaml . | nindent 8 }} - {{- end }} + {{- end }} annotations: checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} prometheus.io/scrape: "true" prometheus.io/port: "{{ .Values.containerHealthProbePort }}" - {{- with .Values.podAnnotations }} + {{- with merge .Values.podAnnotations .Values.commonPodAnnotations }} {{- toYaml . | nindent 8 }} - {{- end }} + {{- end }} spec: {{- with .Values.imagePullSecrets }} imagePullSecrets: @@ -59,7 +59,7 @@ spec: topologySpreadConstraints: {{- toYaml . | nindent 8}} {{- end }} - {{- with .Values.securityContext }} + {{- with .Values.podSecurityContext }} securityContext: {{- toYaml . | nindent 8 }} {{- end }} @@ -115,4 +115,8 @@ spec: port: {{ .Values.containerHealthProbePort }} resources: {{- toYaml .Values.resources | nindent 12 }} + {{- with .Values.containerSecurityContext }} + securityContext: + {{- toYaml . | nindent 12 }} + {{- end -}} {{- end }} diff --git a/helm/values.yaml b/helm/values.yaml index 09fbade7..e469f666 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -11,7 +11,7 @@ image: pullPolicy: IfNotPresent tagOverride: "" -imagePullSecrets: { } +imagePullSecrets: {} containerPort: 9012 containerHealthProbePort: 9013 @@ -21,15 +21,21 @@ service: type: ClusterIP port: 9012 -nodeLabels: { } +nodeLabels: {} -tolerations: [ ] +tolerations: [] -affinity: { } +affinity: {} -topologySpreadConstraints: [ ] +topologySpreadConstraints: [] -securityContext: { } +podSecurityContext: {} + +containerSecurityContext: {} + +commonPodLabels: {} + +commonPodAnnotations: {} javaOpts: "-XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=75.0 -XX:MaxDirectMemorySize=128M -XX:+ExitOnOutOfMemoryError" @@ -56,7 +62,7 @@ deploymentLabels: podLabels: app: attribute-service -podAnnotations: { } +podAnnotations: {} deploymentSelectorMatchLabels: app: attribute-service @@ -93,7 +99,7 @@ logConfig: config-bootstrapper: job: prefix: attribute - configurationCommands: { } + configurationCommands: {} hpa: enabled: false From 54c7824928a6fe7edeecdef6dc742ce52e5df32e Mon Sep 17 00:00:00 2001 From: Ravi Singal Date: Fri, 27 Sep 2024 20:58:10 +0530 Subject: [PATCH 2/2] update gradle lock files --- attribute-projection-registry/gradle.lockfile | 4 ++-- attribute-service-api/gradle.lockfile | 4 ++-- attribute-service-client/gradle.lockfile | 10 ++++----- attribute-service-factory/gradle.lockfile | 22 +++++++++---------- attribute-service-impl/gradle.lockfile | 14 ++++++------ attribute-service-tenant-api/gradle.lockfile | 2 +- attribute-service/gradle.lockfile | 22 +++++++++---------- .../gradle.lockfile | 10 ++++----- 8 files changed, 44 insertions(+), 44 deletions(-) diff --git a/attribute-projection-registry/gradle.lockfile b/attribute-projection-registry/gradle.lockfile index d5c0a63d..83287fb8 100644 --- a/attribute-projection-registry/gradle.lockfile +++ b/attribute-projection-registry/gradle.lockfile @@ -11,7 +11,7 @@ com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath com.google.j2objc:j2objc-annotations:2.8=compileClasspath -com.google.protobuf:protobuf-java:3.24.1=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java:3.25.5=compileClasspath,runtimeClasspath io.grpc:grpc-api:1.60.0=compileClasspath,runtimeClasspath io.grpc:grpc-bom:1.60.0=compileClasspath,runtimeClasspath io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,runtimeClasspath @@ -19,6 +19,6 @@ io.grpc:grpc-protobuf:1.60.0=compileClasspath,runtimeClasspath io.grpc:grpc-stub:1.60.0=compileClasspath,runtimeClasspath javax.annotation:javax.annotation-api:1.3.2=runtimeClasspath org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.3.27=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.30=compileClasspath,runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath empty=annotationProcessor diff --git a/attribute-service-api/gradle.lockfile b/attribute-service-api/gradle.lockfile index 848aefe1..1c770ffd 100644 --- a/attribute-service-api/gradle.lockfile +++ b/attribute-service-api/gradle.lockfile @@ -10,7 +10,7 @@ com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath com.google.j2objc:j2objc-annotations:2.8=compileClasspath -com.google.protobuf:protobuf-java:3.24.1=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java:3.25.5=compileClasspath,runtimeClasspath io.grpc:grpc-api:1.60.0=compileClasspath,runtimeClasspath io.grpc:grpc-bom:1.60.0=compileClasspath,runtimeClasspath io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,runtimeClasspath @@ -18,6 +18,6 @@ io.grpc:grpc-protobuf:1.60.0=compileClasspath,runtimeClasspath io.grpc:grpc-stub:1.60.0=compileClasspath,runtimeClasspath javax.annotation:javax.annotation-api:1.3.2=compileClasspath,runtimeClasspath org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.3.27=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.30=compileClasspath,runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath empty=annotationProcessor diff --git a/attribute-service-client/gradle.lockfile b/attribute-service-client/gradle.lockfile index 9e92a822..31ae210b 100644 --- a/attribute-service-client/gradle.lockfile +++ b/attribute-service-client/gradle.lockfile @@ -17,7 +17,7 @@ com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath com.google.j2objc:j2objc-annotations:2.8=compileClasspath -com.google.protobuf:protobuf-java:3.24.1=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java:3.25.5=compileClasspath,runtimeClasspath com.typesafe:config:1.4.2=compileClasspath,runtimeClasspath io.dropwizard.metrics:metrics-core:4.2.16=compileClasspath,runtimeClasspath io.dropwizard.metrics:metrics-jvm:4.2.16=runtimeClasspath @@ -59,11 +59,11 @@ org.eclipse.jetty:jetty-servlet:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util-ajax:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util:9.4.53.v20231009=runtimeClasspath org.hdrhistogram:HdrHistogram:2.1.12=runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.3.27=compileClasspath,runtimeClasspath -org.hypertrace.core.grpcutils:grpc-client-utils:0.13.4=compileClasspath,runtimeClasspath -org.hypertrace.core.grpcutils:grpc-context-utils:0.13.4=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.30=compileClasspath,runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-utils:0.13.6=compileClasspath,runtimeClasspath +org.hypertrace.core.grpcutils:grpc-context-utils:0.13.6=compileClasspath,runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath -org.hypertrace.core.serviceframework:platform-metrics:0.1.76=compileClasspath,runtimeClasspath +org.hypertrace.core.serviceframework:platform-metrics:0.1.79=compileClasspath,runtimeClasspath org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath org.projectlombok:lombok:1.18.30=annotationProcessor,compileClasspath org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath diff --git a/attribute-service-factory/gradle.lockfile b/attribute-service-factory/gradle.lockfile index 2080e336..b828d947 100644 --- a/attribute-service-factory/gradle.lockfile +++ b/attribute-service-factory/gradle.lockfile @@ -17,8 +17,8 @@ com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath com.google.j2objc:j2objc-annotations:2.8=compileClasspath,runtimeClasspath -com.google.protobuf:protobuf-java-util:3.24.1=runtimeClasspath -com.google.protobuf:protobuf-java:3.24.1=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java-util:3.25.5=runtimeClasspath +com.google.protobuf:protobuf-java:3.25.5=compileClasspath,runtimeClasspath com.helger:profiler:1.1.1=runtimeClasspath com.typesafe:config:1.4.2=compileClasspath,runtimeClasspath commons-codec:commons-codec:1.15=runtimeClasspath @@ -86,17 +86,17 @@ org.eclipse.jetty:jetty-servlet:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util-ajax:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util:9.4.53.v20231009=runtimeClasspath org.hdrhistogram:HdrHistogram:2.1.12=runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.3.27=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.30=compileClasspath,runtimeClasspath org.hypertrace.core.documentstore:document-store:0.7.68=compileClasspath,runtimeClasspath -org.hypertrace.core.grpcutils:grpc-client-utils:0.13.4=compileClasspath,runtimeClasspath -org.hypertrace.core.grpcutils:grpc-context-utils:0.13.4=runtimeClasspath -org.hypertrace.core.grpcutils:grpc-server-utils:0.13.4=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-utils:0.13.6=compileClasspath,runtimeClasspath +org.hypertrace.core.grpcutils:grpc-context-utils:0.13.6=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-server-utils:0.13.6=runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath -org.hypertrace.core.serviceframework:docstore-metrics:0.1.76=runtimeClasspath -org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.76=compileClasspath,runtimeClasspath -org.hypertrace.core.serviceframework:platform-metrics:0.1.76=runtimeClasspath -org.hypertrace.core.serviceframework:platform-service-framework:0.1.76=compileClasspath,runtimeClasspath -org.hypertrace.core.serviceframework:service-framework-spi:0.1.76=compileClasspath,runtimeClasspath +org.hypertrace.core.serviceframework:docstore-metrics:0.1.79=runtimeClasspath +org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.79=compileClasspath,runtimeClasspath +org.hypertrace.core.serviceframework:platform-metrics:0.1.79=runtimeClasspath +org.hypertrace.core.serviceframework:platform-service-framework:0.1.79=compileClasspath,runtimeClasspath +org.hypertrace.core.serviceframework:service-framework-spi:0.1.79=compileClasspath,runtimeClasspath org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath org.mongodb:bson-record-codec:4.9.0=runtimeClasspath org.mongodb:bson:4.9.0=runtimeClasspath diff --git a/attribute-service-impl/gradle.lockfile b/attribute-service-impl/gradle.lockfile index e85dbf69..91a2a4ca 100644 --- a/attribute-service-impl/gradle.lockfile +++ b/attribute-service-impl/gradle.lockfile @@ -18,8 +18,8 @@ com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath com.google.j2objc:j2objc-annotations:2.8=compileClasspath,runtimeClasspath -com.google.protobuf:protobuf-java-util:3.24.1=compileClasspath,runtimeClasspath -com.google.protobuf:protobuf-java:3.24.1=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java-util:3.25.5=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java:3.25.5=compileClasspath,runtimeClasspath com.typesafe:config:1.4.2=compileClasspath,runtimeClasspath commons-logging:commons-logging:1.2=runtimeClasspath io.dropwizard.metrics:metrics-core:4.2.16=runtimeClasspath @@ -65,13 +65,13 @@ org.eclipse.jetty:jetty-servlet:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util-ajax:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util:9.4.53.v20231009=runtimeClasspath org.hdrhistogram:HdrHistogram:2.1.12=runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.3.27=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.30=compileClasspath,runtimeClasspath org.hypertrace.core.documentstore:document-store:0.7.68=compileClasspath,runtimeClasspath -org.hypertrace.core.grpcutils:grpc-context-utils:0.13.4=compileClasspath,runtimeClasspath +org.hypertrace.core.grpcutils:grpc-context-utils:0.13.6=compileClasspath,runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath -org.hypertrace.core.serviceframework:docstore-metrics:0.1.76=compileClasspath,runtimeClasspath -org.hypertrace.core.serviceframework:platform-metrics:0.1.76=runtimeClasspath -org.hypertrace.core.serviceframework:service-framework-spi:0.1.76=compileClasspath,runtimeClasspath +org.hypertrace.core.serviceframework:docstore-metrics:0.1.79=compileClasspath,runtimeClasspath +org.hypertrace.core.serviceframework:platform-metrics:0.1.79=runtimeClasspath +org.hypertrace.core.serviceframework:service-framework-spi:0.1.79=compileClasspath,runtimeClasspath org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath org.mongodb:bson-record-codec:4.9.0=runtimeClasspath org.mongodb:bson:4.9.0=runtimeClasspath diff --git a/attribute-service-tenant-api/gradle.lockfile b/attribute-service-tenant-api/gradle.lockfile index eabef4ed..53fddc8d 100644 --- a/attribute-service-tenant-api/gradle.lockfile +++ b/attribute-service-tenant-api/gradle.lockfile @@ -3,6 +3,6 @@ # This file is expected to be part of source control. com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath io.grpc:grpc-bom:1.60.0=compileClasspath,runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.3.27=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.30=compileClasspath,runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath empty=annotationProcessor diff --git a/attribute-service/gradle.lockfile b/attribute-service/gradle.lockfile index 26f85a0a..73d68e2d 100644 --- a/attribute-service/gradle.lockfile +++ b/attribute-service/gradle.lockfile @@ -17,8 +17,8 @@ com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath com.google.j2objc:j2objc-annotations:2.8=compileClasspath,runtimeClasspath -com.google.protobuf:protobuf-java-util:3.24.1=runtimeClasspath -com.google.protobuf:protobuf-java:3.24.1=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java-util:3.25.5=runtimeClasspath +com.google.protobuf:protobuf-java:3.25.5=compileClasspath,runtimeClasspath com.helger:profiler:1.1.1=runtimeClasspath com.typesafe:config:1.4.2=compileClasspath,runtimeClasspath commons-codec:commons-codec:1.15=runtimeClasspath @@ -89,17 +89,17 @@ org.eclipse.jetty:jetty-servlet:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util-ajax:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util:9.4.53.v20231009=runtimeClasspath org.hdrhistogram:HdrHistogram:2.1.12=runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.3.27=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.30=compileClasspath,runtimeClasspath org.hypertrace.core.documentstore:document-store:0.7.68=runtimeClasspath -org.hypertrace.core.grpcutils:grpc-client-utils:0.13.4=compileClasspath,runtimeClasspath -org.hypertrace.core.grpcutils:grpc-context-utils:0.13.4=runtimeClasspath -org.hypertrace.core.grpcutils:grpc-server-utils:0.13.4=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-utils:0.13.6=compileClasspath,runtimeClasspath +org.hypertrace.core.grpcutils:grpc-context-utils:0.13.6=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-server-utils:0.13.6=runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath -org.hypertrace.core.serviceframework:docstore-metrics:0.1.76=runtimeClasspath -org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.76=compileClasspath,runtimeClasspath -org.hypertrace.core.serviceframework:platform-metrics:0.1.76=runtimeClasspath -org.hypertrace.core.serviceframework:platform-service-framework:0.1.76=compileClasspath,runtimeClasspath -org.hypertrace.core.serviceframework:service-framework-spi:0.1.76=compileClasspath,runtimeClasspath +org.hypertrace.core.serviceframework:docstore-metrics:0.1.79=runtimeClasspath +org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.79=compileClasspath,runtimeClasspath +org.hypertrace.core.serviceframework:platform-metrics:0.1.79=runtimeClasspath +org.hypertrace.core.serviceframework:platform-service-framework:0.1.79=compileClasspath,runtimeClasspath +org.hypertrace.core.serviceframework:service-framework-spi:0.1.79=compileClasspath,runtimeClasspath org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath org.mongodb:bson-record-codec:4.9.0=runtimeClasspath org.mongodb:bson:4.9.0=runtimeClasspath diff --git a/caching-attribute-service-client/gradle.lockfile b/caching-attribute-service-client/gradle.lockfile index 1cfbede4..c7af4ca9 100644 --- a/caching-attribute-service-client/gradle.lockfile +++ b/caching-attribute-service-client/gradle.lockfile @@ -17,7 +17,7 @@ com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath com.google.j2objc:j2objc-annotations:2.8=compileClasspath -com.google.protobuf:protobuf-java:3.24.1=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java:3.25.5=compileClasspath,runtimeClasspath io.grpc:grpc-api:1.60.0=compileClasspath,runtimeClasspath io.grpc:grpc-bom:1.60.0=compileClasspath,runtimeClasspath io.grpc:grpc-context:1.60.0=compileClasspath,runtimeClasspath @@ -33,10 +33,10 @@ io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath javax.annotation:javax.annotation-api:1.3.2=runtimeClasspath org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.3.27=compileClasspath,runtimeClasspath -org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.4=compileClasspath,runtimeClasspath -org.hypertrace.core.grpcutils:grpc-client-utils:0.13.4=compileClasspath,runtimeClasspath -org.hypertrace.core.grpcutils:grpc-context-utils:0.13.4=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.30=compileClasspath,runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.6=compileClasspath,runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-utils:0.13.6=compileClasspath,runtimeClasspath +org.hypertrace.core.grpcutils:grpc-context-utils:0.13.6=compileClasspath,runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath org.projectlombok:lombok:1.18.30=annotationProcessor,compileClasspath org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath