update kafka

This commit is contained in:
yumaojun03 2025-07-20 09:10:36 +08:00
parent 87bda92fac
commit c1f7ce2b85

View File

@ -116,7 +116,7 @@ func TestReadMessage(t *testing.T) {
GroupID: "devcloud-go18-audit",
// 可以指定Partition消费消息
// Partition: 0,
Topic: "audit_go18",
Topic: "task_run_events",
MinBytes: 10e3, // 10KB
MaxBytes: 10e6, // 10MB
})