Questions tagged [ballerina-kafka]

Questions about working with the Ballerina Kafka Module (`ballerinax/kafka`).

The Ballerina Kafka module provides an implementation to interact with Kafka brokers via Kafka consumer and Kafka producer clients.

4 questions
1
vote
0 answers

How do I solve a "cannot resolve module 'ballerinax/kafka' " error in ballerina

I'm trying to import ballerinax/kafka so I can solve a kafka assignment but when I type it out, it gives me an error that says cannot resolve module 'ballerinax/kafka'
1
vote
2 answers

Can we use kafka consumer with Ballerina as a AWS Lambda function?

I am trying out on ballerina and want to know if we can have a ballerina program which is a kafka consumer can be exposed as a AWS Lambda function.
0
votes
1 answer

Can a producer send headers for a kafka message?

I need to send messages through kafka and found all the examples in "Learn by Example" very helpful. I do need to add headers to the messages I'm sending and I'm not finding examples how to add the headers when producing or read the headers when…
aemadrid
  • 229
  • 1
  • 2
  • 7
0
votes
2 answers

How to do some kafka commands in ballerina service api

Is it possible to achieve this in ballerina To create a new kafka topic in ballerina To list available topics in Ballerina Subscribe to a created topic in ballerina
MabutaBee
  • 57
  • 3