lundi 17 août 2020

Pythonic design for subscriber API listening to stream of messages

I have an application which just writes a steam of messages and I am planning to write a subscriber API in python.

Currently I am inclined to have a MessageListener sort of design for the same. Is this pythonic way of designing the API ?

Still, is this the best design for such use case or what is even more pythonic way of doing it ?

Aucun commentaire:

Enregistrer un commentaire