A simple test for Kafka integration which runs locally provided cluster has Kafka and Fission install has Kafka integratiom enabled (mqtrigger-kafka deployment present).
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
module.exports = async function(context) {
|
|
return {
|
|
status: 200,
|
|
body: "Hello, World!"
|
|
};
|
|
} |