dengziming opened a new pull request #9636:
URL: https://github.com/apache/kafka/pull/9636


   The KAFKA-10755 calls new TaskManager with 9 params 
   ```
   final TaskManager taskManager = new TaskManager(
               null,
               null,
               null,
               null,
               null,
               null,
               null,
               null,
               null
           )
   ```
   but `new TaskManager` has 10 params, which brought compile problems
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to