SUPPORT-9368: поменял переменные
This commit is contained in:
parent
3316cac258
commit
a63b20b119
2 changed files with 3 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ public class ReplyingKafkaConfig {
|
|||
private String saslMechanism;
|
||||
@Value("${av.kafka.download.response}")
|
||||
private String avReplyTopic;
|
||||
@Value("${ervu.kafka.validate.export.reply.topic}")
|
||||
@Value("${ervu.kafka.validate.export.response}")
|
||||
private String validateReplyTopic;
|
||||
|
||||
@Bean
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@ public class ValidationFileService {
|
|||
public ValidationFileService(
|
||||
ReplyingKafkaService<Object, Bytes> replyingKafkaService,
|
||||
ObjectMapper objectMapper,
|
||||
@Value("${ervu.kafka.validate.export.request.topic}") String validateExportRequestTopic,
|
||||
@Value("${ervu.kafka.validate.export.reply.topic}") String validateExportReplyTopic) {
|
||||
@Value("${ervu.kafka.validate.export.request}") String validateExportRequestTopic,
|
||||
@Value("${ervu.kafka.validate.export.response}") String validateExportReplyTopic) {
|
||||
this.replyingKafkaService = replyingKafkaService;
|
||||
this.objectMapper = objectMapper;
|
||||
this.validateExportRequestTopic = validateExportRequestTopic;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue