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

com.jd.bdp.mysql.tracker.LogTracker Maven / Gradle / Ivy

The newest version!
package com.jd.bdp.mysql.tracker;

import com.jd.bdp.magpie.Topology;

/**
 * Created by hp on 14-9-22.
 */
public class LogTracker {

    public static void main(String[] args) throws Exception {
        HandlerMagpieKafkaCheckpointHBase handler = new HandlerMagpieKafkaCheckpointHBase();
        Topology topology = new Topology(handler);
        topology.run();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy