Skip to content

Commit 8c71116

Browse files
authored
Merge pull request #100682 from krishna0815/patch-35
removed section on Kafka
2 parents b64aee7 + 4720cf1 commit 8c71116

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/stream-analytics/streaming-technologies.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ Azure Stream Analytics has a rich out-of-the-box experience. You can immediately
3737

3838
## When to use other technologies
3939

40-
### You need to input from or output to Kafka
41-
42-
Azure Stream Analytics doesn't have an Apache Kafka input or output adapter. If you have events landing in or need to send to Kafka and you don't have a requirement to run your own Kafka cluster, you can continue to use Stream Analytics by sending events to Event Hubs using the Event Hubs Kafka API without changing the event sender. If you do need to run your own Kafka cluster, you can use Spark Structured Streaming, which is fully supported on [Azure Databricks](../azure-databricks/index.yml), or Storm on [Azure HDInsight](../hdinsight/storm/apache-storm-overview.md).
43-
4440
### You want to write UDFs, UDAs, and custom deserializers in a language other than JavaScript or C#
4541

4642
Azure Stream Analytics supports user-defined functions (UDF) or user-defined aggregates (UDA) in JavaScript for cloud jobs and C# for IoT Edge jobs. C# user-defined deserializers are also supported. If you want to implement a deserializer, a UDF, or a UDA in other languages, such as Java or Python, you can use Spark Structured Streaming. You can also run the Event Hubs **EventProcessorHost** on your own virtual machines to do arbitrary streaming processing.

0 commit comments

Comments
 (0)