Browse Source

msgframe的kafka测试代码

liutong3 6 years ago
parent
commit
effa71799a

+ 1 - 0
ipu-kafka-example/src/main/java/com/ai/ipu/example/kafka/KafkaProducerExample.java

@ -83,6 +83,7 @@ public class KafkaProducerExample {
83 83
            final MsgFTextMessage message = new MsgFTextMessage();
84 84
            message.setText(text);
85 85
            client.sendOrderMsg(topic, message, orderId);
86
            LOG.debug("Sent:" + message);
86 87
            Thread.currentThread().sleep(1000);
87 88
        } catch (Exception e) {
88 89
            throw new RuntimeException(e);