|
@@ -43,7 +43,7 @@ public class WorkFlowResultListener {
|
|
@Autowired
|
|
@Autowired
|
|
private DcucAuthConfig config;
|
|
private DcucAuthConfig config;
|
|
|
|
|
|
- @KafkaListener(topics = "${dcuc.auth.service-auth.topic}",containerFactory = "kafkaListenerContainerFactory")
|
|
|
|
|
|
+ @KafkaListener(topics = "${dcuc.auth.approval-center.topic}",containerFactory = "kafkaListenerContainerFactory")
|
|
public void receiveMessage(ConsumerRecord<String, byte[]> record) {
|
|
public void receiveMessage(ConsumerRecord<String, byte[]> record) {
|
|
try {
|
|
try {
|
|
byte[] value = record.value();
|
|
byte[] value = record.value();
|