debezium/dbz
Add connection validator for Azure Event Hub [DBZ-9431]
Chiusa
#1088 aperta il 11 dic 2025
component/user-interface-backendgood first issuemigrated-from-jiratype/enhancement
Metriche repository
- Star
- (3 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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)