mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-04 20:02:07 +08:00
开放接口&近期BUG修复
This commit is contained in:
@@ -10,10 +10,10 @@ import org.springframework.stereotype.Service;
|
||||
*/
|
||||
@Service("notifyService")
|
||||
public class KafkaNotifierService extends AbstractNotifyService {
|
||||
@Value("${kafka.cluster-id:}")
|
||||
@Value("${notify.kafka.cluster-id:}")
|
||||
private Long clusterId;
|
||||
|
||||
@Value("${notify.topic-name:}")
|
||||
@Value("${notify.kafka.topic-name:}")
|
||||
private String topicName;
|
||||
|
||||
@Override
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
notify:
|
||||
order:
|
||||
detail-url: http://127.0.0.1
|
||||
|
||||
kafka:
|
||||
cluster-id: 12
|
||||
topic-name: 123
|
||||
|
||||
Reference in New Issue
Block a user