b
Untitled
🙌 3
I can probably rip out some of the unused services but that's a different issue. We had some problems getting MSK working with the schema registry for data ingest where MSK was giving timeouts until we changed the replication settings for a 2-node MSK setup.
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL seems to be an issue as MSK doesn't present a PLAINTEXT option so you have to remove that config value entirely and go with SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS=PLAINTEXT://your_broker:9092 instead.
b
Thanks for sharing Dan - this is great
h
Thanks for Sharing !! What is entity-registry.yml ?
b
Not sure what entity-registry.yml relates to as it looks like an invalid file reference.
e
entity-registry.yml is a file copied into the container in the Dockerfile and has to be filled out