We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
` var consumer = new Consumer { Topic = "nx_test", Group = "test", NameServerAddress = set.NameServer,
FromLastOffset = true, BatchSize = 20, Log = XTrace.Log, }; consumer.OnConsume = OnConsume; consumer.Start(); _consumer = consumer;`
可以调试试试看。
The text was updated successfully, but these errors were encountered:
AutoSchedule =false 初始化加上这个就会有问题
Sorry, something went wrong.
AutoSchedule =false
很久没有测试过这个关闭后的使用了
No branches or pull requests
` var consumer = new Consumer
{
Topic = "nx_test",
Group = "test",
NameServerAddress = set.NameServer,
可以调试试试看。
The text was updated successfully, but these errors were encountered: