Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
CodePrometheus committed Jun 3, 2024
1 parent ede9046 commit 16a4439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/plugin/data/sw_kafka/services/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
group_id = 'skywalking'
client_id = '0'

print("my|kafka consumer.py")
from kafka import KafkaConsumer
from kafka import TopicPartition
consumer = KafkaConsumer(group_id=group_id,
Expand Down

0 comments on commit 16a4439

Please sign in to comment.