TeslaCN opened a new issue #1422: URL: https://github.com/apache/shardingsphere-elasticjob/issues/1422
https://github.com/apache/shardingsphere-elasticjob/blob/a8573f5beb089d8061ed5154659078893f6517b8/elasticjob-executor/elasticjob-executor-type/elasticjob-http-executor/src/main/java/org/apache/shardingsphere/elasticjob/http/executor/HttpJobExecutor.java#L64-L69 I have some ideas: 1. The shardingContext is been serialized as key-value format. It is incompatiable with request body in JSON format. What's more, I think the scenarios of HTTP job is biased to Restful API. 2. Why doesn't pass the sharding context if the data is empty? Maybe we can attach sharding context to query when using GET method. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
