From 139bb56ac928942b1dace5cd9adcb7e8595b6c9f Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Wed, 11 Aug 2021 13:20:32 +0800 Subject: [PATCH] Fix missing Kratos component id (#7435) --- .../src/main/resources/component-libraries.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml index cdc6e34ef..5db237ac6 100755 --- a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml +++ b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml @@ -476,12 +476,9 @@ GoMicroClient: GoMicroServer: id: 5009 languages: Golang -GoKratosServer: +Kratos: id: 5010 languages: Golang -GoKratosClient: - id: 5011 - languages: Golang GoMysql: id: 5012 languages: Golang @@ -617,6 +614,4 @@ Component-Server-Mappings: spring-kafka-consumer: kafka-consumer mssql-jdbc-driver: SqlServer Psychopg: PostgreSQL - GoKratosClient: Kratos - GoKratosServer: Kratos GoMysql: Mysql