Commit d4ae7d02 authored by 任婷婷's avatar 任婷婷

.

parent 9d8c25bd
......@@ -203,8 +203,12 @@ def show_kafka_and_portrait():
kafka_data = get_kafka(cl_id)
doris_data = get_portrait(cl_id)
for i,val in enumerate(kafka_data):
try:
print('kafka:',i,val)
print('portrait:',i,doris_data[i])
except:
pass
print('*'*100)
except Exception as e:
print(e)
return None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment