Skip to content

Commit

Permalink
fix(glue): restore glue configurations (#8533)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHolstien authored Aug 2, 2023
1 parent e157992 commit b142851
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,9 @@ kafka:
schemaRegistry:
type: ${SCHEMA_REGISTRY_TYPE:KAFKA} # INTERNAL or KAFKA or AWS_GLUE
url: ${KAFKA_SCHEMAREGISTRY_URL:http://localhost:8081}
#url: ${KAFKA_SCHEMAREGISTRY_URL:http://localhost:8080/schema-registry/api/}
#awsGlue:
# region: ${AWS_GLUE_SCHEMA_REGISTRY_REGION:us-east-1}
# registryName: ${AWS_GLUE_SCHEMA_REGISTRY_NAME:#{null}}
awsGlue:
region: ${AWS_GLUE_SCHEMA_REGISTRY_REGION:us-east-1}
registryName: ${AWS_GLUE_SCHEMA_REGISTRY_NAME:#{null}}
schema:
registry:
security:
Expand Down

0 comments on commit b142851

Please sign in to comment.