Rename internal introspection tables. Fix warning notifications from RefreshConnections. Improve error handlingh for config inconsistencies in conneciton and plugin config. Closes #3886

This commit is contained in:
kaidaguerre
2023-09-22 16:02:41 +01:00
committed by GitHub
parent 0581cca289
commit 79606c5bcd
88 changed files with 1378 additions and 762 deletions

View File

@@ -90,7 +90,7 @@ func (m *PluginMessageServer) handleMessage(stream sdkproto.WrapperPlugin_Establ
switch message.MessageType {
case sdkproto.PluginMessageType_SCHEMA_UPDATED:
log.Printf("[TRACE] PluginMessageServer.handleMessage: PluginMessageType_SCHEMA_UPDATED for connection: %s", message.Connection)
log.Printf("[INFO] PluginMessageServer.handleMessage: PluginMessageType_SCHEMA_UPDATED for connection: %s", message.Connection)
m.pluginManager.updateConnectionSchema(ctx, message.Connection)
}
}