func invoke support for Kafka functions

Open
#3,931 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
go, kafka

Research direction

Start at the func invoke CLI entry point and the func.yaml configuration fields KAFKA_BROKERS and KAFKA_TOPICS. Review the blocked func-go#176 producing support, then verify that invoking a Kafka function sends a test message to the configured topic.

Written by the indexing model from the issue text.

Description

func invoke currently only works for HTTP functions. Add support for invoking Kafka functions by producing a test message to the configured topic. The CLI should read KAFKA_BROKERS and KAFKA_TOPICS from func.yaml and send a message.

Blocked by knative-extensions/func-go#176 (producing support — CLI needs to produce messages to a Kafka topic).

Dominant language
Go
Stars
365
Forks
223
Avg merge
2d 3h
Merged PRs (30d)
25

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from knative/func

All issues in knative/func

Similar issues

More Go issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.