Skip to content

Commit

Permalink
fix(kafka): add missing configs (datahub-project#5394)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyuhui666 authored and PiotrSierkin-Ki committed Jul 26, 2022
1 parent 39ca62e commit 6148fe8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions metadata-service/factories/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ kafka:
awsGlue:
region: ${AWS_GLUE_SCHEMA_REGISTRY_REGION:us-east-1}
registryName: ${AWS_GLUE_SCHEMA_REGISTRY_NAME:#{null}}
schema:
registry:
security:
protocol: ${KAFKA_PROPERTIES_SECURITY_PROTOCOL:PLAINTEXT}

# Only required if GraphService type is neo4j
neo4j:
Expand All @@ -176,6 +180,9 @@ spring:
mvc:
servlet:
path: /openapi
kafka:
security:
protocol: ${KAFKA_PROPERTIES_SECURITY_PROTOCOL:PLAINTEXT}

springdoc:
cache:
Expand Down

0 comments on commit 6148fe8

Please sign in to comment.