-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
Feature description
We need schema management capabilities within Compass.
Example : kafka schema registry
Current Challenge:
- It is observed that there is so centralized schema discovery or version management in Compass
- It is nice to have a feature to track Kafka schemas within Compass to facilitate easier microservice integration.
- Example: when Service A sends messages to Service B via Kafka, both services must share the same schema contract.
Expected Features:
- Integration with Kafka Schema Registry for automatic schema discovery
- Schema versioning and compatibility tracking between components
- Visual representation of message contracts in dependency maps
- Alerts for schema breaking changes affecting dependent services
This would significantly improve microservice integration reliability and reduce integration friction.