Skip to content

Commit 6fa2a21

Browse files
committed
fixes
1 parent 6162919 commit 6fa2a21

File tree

2 files changed

+1
-175
lines changed

2 files changed

+1
-175
lines changed

send_record.py

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from utils.load_avro_schema_from_file import load_avro_schema_from_file
99
from utils.parse_command_line_args import parse_command_line_args
1010

11+
#TODO depecreated AvroProducer
1112
#https://www.markhneedham.com/blog/2023/07/25/confluent-kafka-avroproducer-deprecated-use-avroserializer/
1213
def send_record(args):
1314
if args.record_value is None:

working.py

-175
This file was deleted.

0 commit comments

Comments
 (0)