-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
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
fix(kuma-cp) get rid of sending 'spec' in event from postgres #1406
Conversation
Signed-off-by: Ilya Lobkov <[email protected]>
Signed-off-by: Ilya Lobkov <[email protected]>
@Mergifyio update |
Command
|
|
@Mergifyio update |
Command
|
(cherry picked from commit c3a0b12)
…#1440) (cherry picked from commit c3a0b12) Co-authored-by: Ilya Lobkov <[email protected]>
Summary
In the listener of the event from Postgres we are using only
name
,mesh
andtype
. Current PR updatesnotify_event()
postgres function in order to stop sendingspec
as well.Issues resolved
Fix #1403
Documentation