From 8b3e0f9b31500fcff8583a355c31c5e1288b4e9c Mon Sep 17 00:00:00 2001 From: gulnaz Date: Tue, 24 Sep 2024 11:46:36 +0300 Subject: [PATCH] SUPPORT-8558: rename av topic --- .../ervu/service/fileupload/EmployeeInfoFileUploadService.java | 2 +- config/micord.env | 2 +- config/standalone/dev/standalone.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/backend/src/main/java/ervu/service/fileupload/EmployeeInfoFileUploadService.java b/backend/src/main/java/ervu/service/fileupload/EmployeeInfoFileUploadService.java index 4111a8bf..2872b032 100644 --- a/backend/src/main/java/ervu/service/fileupload/EmployeeInfoFileUploadService.java +++ b/backend/src/main/java/ervu/service/fileupload/EmployeeInfoFileUploadService.java @@ -42,7 +42,7 @@ public class EmployeeInfoFileUploadService { private final UlDataService ulDataService; private final JwtTokenService jwtTokenService; - @Value("${av.kafka.send.message.topic.name:employee-files}") + @Value("${av.kafka.send.message.topic.name}") private String kafkaTopicName; @Value("${file.webdav.upload.url:http://localhost:5757}") private String url; diff --git a/config/micord.env b/config/micord.env index 30c05076..a6fc78a7 100644 --- a/config/micord.env +++ b/config/micord.env @@ -9,7 +9,7 @@ DB_APP_NAME=ervu-lkrp-ul FILE_WEBDAV_UPLOAD_URL=https://ervu-webdav.k8s.micord.ru FILE_WEBDAV_UPLOAD_USERNAME=test FILE_WEBDAV_UPLOAD_PASSWORD=test -AV_KAFKA_SEND_MESSAGE_TOPIC_NAME=file-upload-v2 +AV_KAFKA_SEND_MESSAGE_TOPIC_NAME=file-to-upload AV_KAFKA_SEND_URL=http://10.10.31.11:32609 AV_KAFKA_SEND_SECURITY_PROTOCOL=SASL_PLAINTEXT AV_KAFKA_SASL_MECHANISM=SCRAM-SHA-256 diff --git a/config/standalone/dev/standalone.xml b/config/standalone/dev/standalone.xml index 802d1906..b2a9c68c 100644 --- a/config/standalone/dev/standalone.xml +++ b/config/standalone/dev/standalone.xml @@ -63,6 +63,7 @@ +