You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/04/17 00:06:34 UTC

[GitHub] [kafka] junrao commented on pull request #10489: MINOR Moved tiered storage API classes from clients module to a new storage-api module.

junrao commented on pull request #10489:
URL: https://github.com/apache/kafka/pull/10489#issuecomment-821730346


   Yet another option is to have a new server-api module. We can move the following server side apis that are currently in the client module to the new module.
     include "**/org/apache/kafka/server/authorizer/*"
     include "**/org/apache/kafka/server/policy/*"
     include "**/org/apache/kafka/server/quota/*"
   
   If so, we can move the storage api there too.


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