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

jchanghong.kafka.test.kt Maven / Gradle / Ivy

There is a newer version: 3.0.38
Show newest version
package jchanghong.kafka

import cn.hutool.json.JSONUtil
import jchanghong.log.kInfo
import java.util.function.Function

fun main() {

    for (i in (1..8)) {
        val kafkaHelper = KafkaHelper("50.1.43.110:9092", "check4297", listOf("camera_status_r2p16"), Function {
            val any = JSONUtil.parseObj(it.value().toString())["indexCode"].toString()
            any.kInfo(any)
        })
        kafkaHelper.startConsumer()
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy