orange-author-67474
07/28/2023, 11:50 AMCaused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'kafka.schemaRegistry.awsGlue.region' in value "${kafka.schemaRegistry.awsGlue.region}"
This is my corresponding section in values.yaml
kafka:
bootstrap:
server: "b-2:9092,b-39092,b-1:9092"
zookeeper:
server: "z-2:2181,z-3:2181,z-1:2181"
topics:
metadata_change_event_name: "MetadataChangeEvent_v4"
failed_metadata_change_event_name: "FailedMetadataChangeEvent_v4"
metadata_audit_event_name: "MetadataAuditEvent_v4"
datahub_usage_event_name: "DataHubUsageEvent_v1"
metadata_change_proposal_topic_name: "MetadataChangeProposal_v1"
failed_metadata_change_proposal_topic_name: "FailedMetadataChangeProposal_v1"
metadata_change_log_versioned_topic_name: "MetadataChangeLog_Versioned_v1"
metadata_change_log_timeseries_topic_name: "MetadataChangeLog_Timeseries_v1"
platform_event_topic_name: "PlatformEvent_v1"
datahub_upgrade_history_topic_name: "DataHubUpgradeHistory_v1"
## For AWS MSK set this to a number larger than 1
# partitions: 3
# replicationFactor: 3
schemaregistry:
# Glue Implementation - `url` not applicable
type: AWS_GLUE
glue:
region: us-west-2
registry: datahub-poc
Appreciate any help to get this resolved. TIAdelightful-ram-75848
07/31/2023, 6:56 AMorange-author-67474
07/31/2023, 2:07 PMdatahub:
version: v0.10.4
aloof-gpu-11378
07/31/2023, 4:30 PM${kafka.schemaRegistry.awsGlue.region}
but in your values.yaml you have:
kafka.schemaregistry.glue.region
orange-author-67474
07/31/2023, 5:03 PMorange-night-91387
07/31/2023, 5:19 PMaloof-gpu-11378
07/31/2023, 5:40 PMKAFKA_SCHEMAREGISTRY_AWSGLUE_REGION
which Spring should pick up and resolve to the dot notation using the system environment property placeholder configurer.aloof-gpu-11378
07/31/2023, 5:42 PMKAFKA_SCHEMAREGISTRY_AWSGLUE_REGISTRY