All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.geektool.kafka.TestConsumer Maven / Gradle / Ivy

The newest version!
package cn.geektool.kafka;

import cn.geektool.core.lang.Console;
import cn.geektool.kafka.producer.bean.KafkaMsg;

public class TestConsumer {

    public void test(KafkaMsg msg){
        Console.log("哇哈哈哈哈哈哈~~~~~~~~~~~~~~~~");
        Console.log(msg.toString());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy