# Getting started with kafka and python

**URL:** https://forum.confluent.io/t/getting-started-with-kafka-and-python/11074
**Category:** Clients
**Created:** [17 July 2024 05:24 UTC](https://forum.confluent.io/t/getting-started-with-kafka-and-python/11074 "2024-07-17T05:24:58Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Veronica](https://avatars.discourse-cdn.com/v4/letter/v/6a8cbe/32.png) [@Veronica](https://forum.confluent.io/u/Veronica)
#### Post date: [17 July 2024 05:24 UTC](https://forum.confluent.io/t/getting-started-with-kafka-and-python/11074/1 "2024-07-17T05:24:58Z")

</div>

Hello [@everyone](https://forum.confluent.io/groups/everyone). I’m new here and I need help with using Apache Kafka in Python. I already have the microservice for handling requests, decisions and appprovals for the multistep approval project I am working on. But now i’m stuck at intercepting the request and posting it to kafka. I’m new to this and I’d appreciate any help.

Regards  
Veronica

---

<div class="post-metadata">

### Author: ![dtroiano](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.confluent.io/dtroiano/32/1961_2.png) [@dtroiano](https://forum.confluent.io/u/dtroiano)
#### Post date: [17 July 2024 13:58 UTC](https://forum.confluent.io/t/getting-started-with-kafka-and-python/11074/2 "2024-07-17T13:58:51Z")

</div>

Here are a few resources to get started:

- [Blog](https://www.confluent.io/blog/event-driven-microservices-with-python-and-kafka/) that seems to match your event pattern, just with pizza
- [Apache Kafka for Python Developers](https://developer.confluent.io/courses/kafka-python/intro/) course
- Python client [quick start](https://developer.confluent.io/get-started/python/)
- `confluent-kafka` client [documentation](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html)
