We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6162919 commit 6fa2a21Copy full SHA for 6fa2a21
send_record.py
@@ -8,6 +8,7 @@
8
from utils.load_avro_schema_from_file import load_avro_schema_from_file
9
from utils.parse_command_line_args import parse_command_line_args
10
11
+#TODO depecreated AvroProducer
12
#https://www.markhneedham.com/blog/2023/07/25/confluent-kafka-avroproducer-deprecated-use-avroserializer/
13
def send_record(args):
14
if args.record_value is None:
working.py
0 commit comments