Conversation
PR Compliance Guide 🔍(Compliance updated until commit 2454861)Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label Previous compliance checksCompliance check up to commit 48d713a
Compliance check up to commit db65d7d
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PR Code Suggestions ✨Latest suggestions up to 2454861
Previous suggestionsSuggestions up to commit f01b59a
Suggestions up to commit db65d7d
|
||||||||||||||||||||||||||||||||||||||||||
48d713a to
5790408
Compare
Deploying eventstore with
|
| Latest commit: |
ddcd05d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://dbb3ff6a.eventstore.pages.dev |
| Branch Preview URL: | https://w1am-json-connector-settings.eventstore.pages.dev |
Co-authored-by: ragingkore <ragingkore@users.noreply.github.com>
ddcd05d to
a6d6dd2
Compare
Auto-created Ticket
#5414
PR Type
Enhancement
Description
Add JSON configuration support to connector settings
Implement protobuf Struct conversion utilities
Support both legacy and new configuration formats
Extend connector settings with structured configuration
Diagram Walkthrough
File Walkthrough
8 files
Add configuration to protobuf conversion utilitiesExtend connector settings with struct supportAdd MapField to configuration conversionSupport new configuration format alongside legacyUpdate command handlers to use new configurationUpdate queries to return protobuf struct configurationAdd configuration field to command messagesReplace settings map with configuration struct2 files
Test configuration and protobuf struct conversionsTest connector settings creation and conversion1 files
Configure gRPC JSON transcoding for struct handling