apache / apache/openwhisk-package-kafka
I have installed openwhisk-package-kafka, but I cannot find it under the /whisk.system/messaging path
- Dominant language
- Python
- Stars
- 30
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
run
wsk trigger create MyKafkaTrigger -f /whisk.system/messaging/kafkaFeed -p brokers "[\"mykafkahost:9092\", \"mykafkahost:9093\"]" -p topic mytopic -p isJSONData true
Prompt after code
error: Unable to create trigger 'MyKafkaTrigger': Unable to configure feed '/whisk.system/messaging/kafkaFeed': The requested resource does not exist. (code cq0Bh8Jvo66AKjUIzZT4q4qet75mr0xw)
Contributor guide
Research direction
Start by reproducing the `wsk trigger create` command from the issue and verify how `openwhisk-package-kafka` is installed and exposes `/whisk.system/messaging/kafkaFeed`. Trace the missing-resource response to determine whether the package setup or the requested feed path is responsible; done means the Kafka feed can be located and the trigger creation command succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kafka, python
- Domain
- distributed-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100