You've already forked FrameTour-BE
Merge branch 'profitshare'
This commit is contained in:
@@ -12,6 +12,8 @@ public class KafkaIntegrationProperties {
|
||||
private boolean enabled = false;
|
||||
private String bootstrapServers = "100.64.0.12:39092";
|
||||
private String ztMessageTopic = "zt-message"; // topic for zt-message microservice
|
||||
private String profitShareTopic = "zt-profitshare"; // topic for profit share messages
|
||||
private String refundTopic = "zt-profitshare-refund"; // topic for refund messages
|
||||
private Consumer consumer = new Consumer();
|
||||
private Producer producer = new Producer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user