Thanks for this awesome module. I am currently using PSKafka with PowerShell 5 on a WIndows Server 2019 machine. We are connecting to a Kafka 2.4.0 broker that is running on a single CentOS VM in Azure.
I noticed the Kafkacat.exe included with the module doesn't support the -G switch and the -ConsumerGroup option in the Read-KafkaTopic cmdlet results in a syntax error when the kafkacat command is built and executed.
I grabbed the source from GitHub and recompiled and still no luck, -G isn't even there to use.
I am curious if you have run into this and if so, how you went about fixing this.
Thanks for this awesome module. I am currently using PSKafka with PowerShell 5 on a WIndows Server 2019 machine. We are connecting to a Kafka 2.4.0 broker that is running on a single CentOS VM in Azure.
I noticed the Kafkacat.exe included with the module doesn't support the -G switch and the -ConsumerGroup option in the Read-KafkaTopic cmdlet results in a syntax error when the kafkacat command is built and executed.
I grabbed the source from GitHub and recompiled and still no luck, -G isn't even there to use.
I am curious if you have run into this and if so, how you went about fixing this.