kadlmt
kadlmt
### Which version of XXL-JOB do you using? v2.3.0 ### Expected behavior 执行glue(python),代码如下  ### Actual behavior 报错信息如下  ### Steps to reproduce the behavior ### Other information
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version 2.9.2 ### Minimal reproduce step Consumer consumer = client.newConsumer() .topic("prod/collect/78_detail_common_urgent") .subscriptionName("my-subscription") .subscriptionType(SubscriptionType.Shared) .ackTimeout(5,...