Use Kafka

This commit is contained in:
Nicolas Héron 2020-06-24 23:21:21 +02:00
commit a79802646c
37 changed files with 814 additions and 658 deletions

View file

@ -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";
}