CORS
This commit is contained in:
parent
31f47c49a6
commit
59b1e29f01
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@ services:
|
|||
KAFKA_REST_SCHEMA_REGISTRY_URL: http://schema-registry:8081/
|
||||
KAFKA_REST_HOST_NAME: rest-proxy
|
||||
KAFKA_REST_BOOTSTRAP_SERVERS: PLAINTEXT://kafka:9092
|
||||
KAFKA_REST_ACCESS_CONTROL_ALLOW_ORIGIN: "*"
|
||||
KAFKA_REST_ACCESS_CONTROL_ALLOW_METHODS: "GET,POST,PUT,DELETE,OPTIONS,HEAD"
|
||||
depends_on:
|
||||
- zookeeper
|
||||
- kafka
|
||||
- schema-registry
|
||||
- schema-registry
|
||||
|
|
Loading…
Add table
Reference in a new issue