Use Kafka
This commit is contained in:
parent
fd551f7af8
commit
a79802646c
37 changed files with 814 additions and 658 deletions
|
|
@ -0,0 +1,7 @@
|
|||
package org.chtijbug.drools.common;
|
||||
|
||||
public class KafkaTopicConstants {
|
||||
public final static String LOGING_TOPIC ="logging";
|
||||
public final static String RESPONSE_TOPIC ="Response";
|
||||
public final static String REVERSE_PROXY="proxy";
|
||||
}
|
||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue