We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting up achgateway to fully encrypt messages is confusing. The Kafka sub-object has its own TransformConfig but several parent objects also contain this config. We should simplify this.
TransformConfig
Likely this is simpler by only having TransformConfig on the parent objects (Events, Inbound).
Events
Inbound
The text was updated successfully, but these errors were encountered:
#45 is one example of this (the discovery of that PR revealed this larger issue)
Sorry, something went wrong.
adamdecaf
No branches or pull requests
Setting up achgateway to fully encrypt messages is confusing. The Kafka sub-object has its own
TransformConfig
but several parent objects also contain this config. We should simplify this.Likely this is simpler by only having
TransformConfig
on the parent objects (Events
,Inbound
).The text was updated successfully, but these errors were encountered: