TheG-r-itters / gitAssistant

Apache License 2.0
0 stars 1 forks source link

Shared Message Queue #5

Open luca-c-xcv opened 2 months ago

luca-c-xcv commented 2 months ago

A possible tool to use for this task is Kafka. Here some information about:

feed3r commented 2 months ago

I add a couple of useful links for the usage of Kafka in Python:

The official Confluent Kafka Python client: https://docs.confluent.io/kafka-clients/python/current/overview.html

A bit old, but seems quite complete introduction to the argument: https://towardsdatascience.com/getting-started-with-apache-kafka-in-python-604b3250aa05

feed3r commented 3 weeks ago

Kafka infrastructure has to be setup in the Communications sub repository (actually it's a main repository, it should be also be configured as a submodule)