Skip to content

Instantly share code, notes, and snippets.

@antunesleo
Created May 12, 2023 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antunesleo/50bf77f4037e5ce3ed958d5e2c1630d6 to your computer and use it in GitHub Desktop.
Save antunesleo/50bf77f4037e5ce3ed958d5e2c1630d6 to your computer and use it in GitHub Desktop.
api_1 | Message published to Kafka: {'name': 'note-created', 'note': {'id': 2, 'title': 'My Note Title', 'content': 'This is the content of my note', 'created_at': '2023-05-02 12:57:25', 'updated_at': '2023-05-02 12:57:25'}}
consumer_1 | {'name': 'note-created', 'note': {'id': 2, 'title': 'My Note Title', 'content': 'This is the content of my note', 'created_at': '2023-05-02 12:57:25', 'updated_at': '2023-05-02 12:57:25'}}
api_1 | [02/May/2023 12:57:25] "POST /notes HTTP/1.1" 200 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment