We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c77547 commit 8a4948fCopy full SHA for 8a4948f
CHANGELOG
@@ -1,3 +1,7 @@
1
+Version 0.2.1 (2023-10-16)
2
+--------------------------
3
+Update telemetry to capture Kafka Source (#11)
4
+
5
Version 0.2.0 (2023-10-02)
6
--------------------------
7
Add ability to connect to Confluent Cloud Kafka Cluster (#9)
main.tf
@@ -2,7 +2,7 @@ locals {
module_name_suffix = var.kafka_source == "azure_event_hubs" ? "" : ":${var.kafka_source}"
module_name = "collector-event-hub-vmss${local.module_name_suffix}"
- module_version = "0.2.0"
+ module_version = "0.2.1"
app_name = "stream-collector"
8
app_version = var.app_version
0 commit comments