Skip to content

Commit

Permalink
Kafka docs mention sarama version (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfly19 committed Oct 11, 2021
1 parent 8d4369b commit 37058e0
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -24,6 +24,10 @@ Before we dive into details, let's walk through overall flow of event and functi
4. Fission Kafka trigger takes the response of consumer function (consumer) and drops the message in a response queue named `response-topic`.
If there is an error, the message is dropped in error queue named `error-topic`.

{{% notice info %}}
As of now, fission package builds with sarama version 1.29.
{{% /notice %}}

## Building the app

### Kafka Topics
Expand Down

0 comments on commit 37058e0

Please sign in to comment.