From edc4c7a0eaec1d73a163f133aa9e38aea3c8ca36 Mon Sep 17 00:00:00 2001 From: Gianluca Finocchiaro Date: Thu, 10 Oct 2024 13:49:08 +0200 Subject: [PATCH] Update Sink connector manifest (#15) --- .../kafka-connector/src/connect/manifest.json.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kafka-connector-project/kafka-connector/src/connect/manifest.json.tpl b/kafka-connector-project/kafka-connector/src/connect/manifest.json.tpl index 32a629f4..719b392a 100644 --- a/kafka-connector-project/kafka-connector/src/connect/manifest.json.tpl +++ b/kafka-connector-project/kafka-connector/src/connect/manifest.json.tpl @@ -2,7 +2,7 @@ "name": "${name}", "version": "${version}", "title": "${title}", - "description": "The Lightstreamer Kafka Connector is an intelligent proxy that bridges Kafka with web and mobile applications, ensuring real-time data streaming across the last mile. It addresses challenges like firewalls, unpredictable internet bandwidth, and large data volumes using Lightstreamer’s advanced technology.\n\nBy eliminating the need for REST polling and MQTT proxies, it simplifies architecture while enhancing performance with features like Intelligent Streaming, adaptive throttling, server-side filtering, and powerful topic mapping.\n\nDesigned for massive scalability, Lightstreamer supports millions of concurrent clients with low latency. It efficiently fans out real-time messages from Kafka topics, minimizing the load on both the Kafka broker and the client applications.\n\nThe Lightstreamer Kafka Connector can be configured to work either as a Kafka Connect sink or a direct Kafka client.\n\nIt provides extensive client SDKs for developing applications for the web, mobile, desktop, and various smart devices.", + "description": "The Lightstreamer Kafka Connector is an intelligent proxy that bridges Kafka with web and mobile applications, ensuring real-time data streaming across the last mile. It addresses challenges like firewalls, unpredictable internet bandwidth, and large data volumes using Lightstreamer’s advanced technology.\n\nBy eliminating the need for REST polling and MQTT proxies, it simplifies architecture while enhancing performance with features like Intelligent Streaming, adaptive throttling, server-side filtering, and powerful topic mapping.\n\nDesigned for massive scalability, Lightstreamer supports millions of concurrent clients with low latency. It efficiently fans out real-time messages from Kafka topics, minimizing the load on both the Kafka broker and the client applications.\n\nThe Lightstreamer Kafka Connector can be configured to work either as a Kafka Connect sink or a direct Kafka client.\n\nIt provides extensive client SDKs for developing applications for the web, mobile, desktop, and various smart devices.\n\n\n\nTags: last-mile, websockets, ws, http, apps, frontend, front end, front-end, javascript, html, android, ios, swift, broadcast, push, push notifications", "owner": { "username": "${owner}", "type": "organization", @@ -16,7 +16,7 @@ "url": "https://lightstreamer.com/contact", "provider_name": "Lightstreamer Srl" }, - "tags": [ "Lightstreamer", "kafka-connect-lightstreamer", "last mile", "last-mile", "lastmile", "intelligent", "intelligent streaming", "websocket", "websockets", "ws", "proxy", "web", "mobile", "apps", "front end", "front-end", "frontend", "javascript", "html", "android", "ios", "swift", "offloading", "fan out", "fanout", "scaling", "scalability", "scalable", "broadcast", "broadcasting", "rest", "mqtt", "firewall", "proxy", "filter", "filtering", "push", "push notifications", "real time", "real-time", "realtime", "bandwidth", "routing", "web streamng", "internet", "remote", "wan", "push technology", "http", "http streaming", "polling", "long polling", "optimize", "optimization"], + "tags": [ "Lightstreamer", "kafka-connect-lightstreamer", "last mile", "last-mile", "lastmile", "intelligent", "intelligent streaming", "websocket", "websockets", "ws", "web", "mobile", "apps", "front end", "front-end", "frontend", "javascript", "html", "android", "ios", "swift", "offloading", "fan out", "fanout", "scaling", "scalability", "scalable", "broadcast", "broadcasting", "rest", "mqtt", "firewall", "proxy", "filter", "filtering", "push", "push notifications", "real time", "real-time", "realtime", "bandwidth", "routing", "web streamng", "internet", "remote", "wan", "push technology", "http", "http streaming", "polling", "long polling", "optimize", "optimization"], "features": { "supported_encodings": [ "any" ], "single_message_transforms": true,