debezium/dbz
Add connection validator for Azure Event Hub [DBZ-9431]
Geschlossen
#1.088 geöffnet am 11.12.2025
component/user-interface-backendgood first issuemigrated-from-jiratype/enhancement
Repository-Metriken
- Stars
- (3 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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)