(.venv) ➜ 2023-python-gsg git:(main) ✗ python3 json_producer.py
Message produced to topic 'orders' at offset 90
Message produced to topic 'orders' at offset 91
Message produced to topic 'orders' at offset 92
Message produced to topic 'orders' at offset 93
Message produced to topic 'orders' at offset 94
Message produced to topic 'orders' at offset 95
Message produced to topic 'orders' at offset 96
Message produced to topic 'orders' at offset 97
Message produced to topic 'orders' at offset 98
Message produced to topic 'orders' at offset 99
(.venv) ➜ 2023-python-gsg git:(main) ✗ python3 json_consumer.py
Error occurred while consuming messages: Expecting value: line 1 column 1 (char 0)
(.venv) ➜ 2023-python-gsg git:(main) ✗
Everything has worked up to this point.. I tried looking through the code but can't spot the problem.
(.venv) ➜ 2023-python-gsg git:(main) ✗ python3 json_producer.py
Message produced to topic 'orders' at offset 90
Message produced to topic 'orders' at offset 91
Message produced to topic 'orders' at offset 92
Message produced to topic 'orders' at offset 93
Message produced to topic 'orders' at offset 94
Message produced to topic 'orders' at offset 95
Message produced to topic 'orders' at offset 96
Message produced to topic 'orders' at offset 97
Message produced to topic 'orders' at offset 98
Message produced to topic 'orders' at offset 99
(.venv) ➜ 2023-python-gsg git:(main) ✗ python3 json_consumer.py
Error occurred while consuming messages: Expecting value: line 1 column 1 (char 0)
(.venv) ➜ 2023-python-gsg git:(main) ✗
Everything has worked up to this point.. I tried looking through the code but can't spot the problem.