UNPKG
couch-elastic-stream
Version:
latest (1.0.0)
1.0.0
data streaming from couchdb to elastic via kafka.
couch-elastic-stream
/
lib
/
utils
/
ConverterFactory.js
4 lines
(3 loc)
•
123 B
JavaScript
View Raw
1
2
3
4
"use strict"
;
const
{
ConverterFactory
} =
require
(
"../../node_modules/kafka-connect"
);
module
.
exports
=
ConverterFactory
;