我正在使用autoValue通过调用文档simple schema中提到的s = '''Lorem Ipsum
↑
The results really show what a poisonous'''
clean_string = "".join([ch for ch in s if ch.isalnum() or ch in string.punctuation or ch.isspace()])
来有条件地提供doc字段值,但字段值仍显示在集合中,以下是否有任何问题代码。
$ kafka-console-producer.sh --broker-list localhost:9092 --topic my_topic < my_file.txt