Kelcin2
Kelcin2
I want to : ①reset consumer group offset to a certain topic or all topic it consumes from ②delete consumer group Thank you very much.
**this is the source config:**  **following is the result after I called dumper.dump():**  **we can see the result is confusing completely. this is my code:** 
 在ElasticJobProperties中我只能传入数据源,相当于对于JobEventConfiguration的配置我只能使用官方提供的JobEventRdbConfiguration,而不能自定义。 但是在e-job官方提供的接口中提供了自定义JobEventConfiguration的入口,如下:  希望能够支持自定义JobEventConfiguration
 AbstractJobInitialization里的registerElasticJob方法把jobType为SCRIPT的给忽略掉了