Challenge
- Let's implement a service to process messages from Kafka
- You'll need the
rdkafkacrate, with thetokioandsslfeatures - Update your integration tests to publish a message to Kafka to test the background service in Rust
The starter code for this challenge is available on GitHub.
If you're struggling, you can find a solution on GitHub. Try it on your own first, if you're finding it difficult that's good. It means you're learning.