roach-storm
Version:
Apache Kafka to Google Pub/Sub Gateway, API controlled
11 lines (10 loc) • 318 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const __1 = require("..");
const exampleConfig_1 = require("./exampleConfig");
const roachStorm = new __1.RoachStorm(exampleConfig_1.roachConfig);
roachStorm
.run()
/* tslint:disable */
.catch(console.error);
/* tslint:enable */