debezium/dbz
View on GitHubAdd connection validator for Azure Event Hub [DBZ-9431]
Open
#1,088 opened on Dec 11, 2025
component/user-interface-backendgood first issuemigrated-from-jiratype/enhancement
Repository metrics
- Stars
- (3 stars)
- PR merge metrics
- (PR metrics pending)
Description
Migrated from DBZ-9431
This will require to:
- Provide an implementation of io.debezium.platform.environment.connection.ConnectionValidator interface for checking connection to Azure Event hub.
- Add a new connection type to io.debezium.platform.data.model.ConnectionEntity.Type
- Add json schema to connection-schemas.json
- Add an integration test (if possible)