Skip to content

Remove config dependency on ZooKeeper (not ZooKeeper the service) #562

@ybyzek

Description

@ybyzek

Instead of configuring a service to connect to ZK, connect to broker. (This GH issue is NOT to remove ZK from the Docker Compose files).

e.g. replace instances of:

SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'

with

SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: 'broker:29092'

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions