|
|
@@ -30,7 +30,7 @@ api_schemas(Method) ->
|
|
|
api_ref(emqx_bridge_mongodb, <<"mongodb_rs">>, Method ++ "_rs"),
|
|
|
api_ref(emqx_bridge_mongodb, <<"mongodb_sharded">>, Method ++ "_sharded"),
|
|
|
api_ref(emqx_bridge_mongodb, <<"mongodb_single">>, Method ++ "_single"),
|
|
|
- api_ref(emqx_ee_bridge_hstreamdb, <<"hstreamdb">>, Method),
|
|
|
+ api_ref(emqx_bridge_hstreamdb, <<"hstreamdb">>, Method),
|
|
|
api_ref(emqx_bridge_influxdb, <<"influxdb_api_v1">>, Method ++ "_api_v1"),
|
|
|
api_ref(emqx_bridge_influxdb, <<"influxdb_api_v2">>, Method ++ "_api_v2"),
|
|
|
api_ref(emqx_bridge_redis, <<"redis_single">>, Method ++ "_single"),
|
|
|
@@ -54,7 +54,7 @@ schema_modules() ->
|
|
|
[
|
|
|
emqx_bridge_kafka,
|
|
|
emqx_bridge_cassandra,
|
|
|
- emqx_ee_bridge_hstreamdb,
|
|
|
+ emqx_bridge_hstreamdb,
|
|
|
emqx_bridge_gcp_pubsub,
|
|
|
emqx_bridge_influxdb,
|
|
|
emqx_bridge_mongodb,
|
|
|
@@ -93,7 +93,7 @@ resource_type(kafka_consumer) -> emqx_bridge_kafka_impl_consumer;
|
|
|
%% to hocon; keeping this as just `kafka' for backwards compatibility.
|
|
|
resource_type(kafka) -> emqx_bridge_kafka_impl_producer;
|
|
|
resource_type(cassandra) -> emqx_bridge_cassandra_connector;
|
|
|
-resource_type(hstreamdb) -> emqx_ee_connector_hstreamdb;
|
|
|
+resource_type(hstreamdb) -> emqx_bridge_hstreamdb_connector;
|
|
|
resource_type(gcp_pubsub) -> emqx_bridge_gcp_pubsub_impl_producer;
|
|
|
resource_type(gcp_pubsub_consumer) -> emqx_bridge_gcp_pubsub_impl_consumer;
|
|
|
resource_type(mongodb_rs) -> emqx_bridge_mongodb_connector;
|
|
|
@@ -123,7 +123,7 @@ fields(bridges) ->
|
|
|
[
|
|
|
{hstreamdb,
|
|
|
mk(
|
|
|
- hoconsc:map(name, ref(emqx_ee_bridge_hstreamdb, "config")),
|
|
|
+ hoconsc:map(name, ref(emqx_bridge_hstreamdb, "config")),
|
|
|
#{
|
|
|
desc => <<"HStreamDB Bridge Config">>,
|
|
|
required => false
|