dongxiaoman commented on pull request #8335:
URL: https://github.com/apache/pinot/pull/8335#issuecomment-1067285920


   > 
   @mcvsubbu 
   I am working on something we called WriteAPI, where we start an EndPoint and 
the user can POST into that endpoint to write into Pinot. It is a larger 
project that will be submitted for review very soon.
   Right now I am trying to implement the validation logic inside the endpoint; 
it should use the same logic as the one in RealtimeDataManager, hence the 
refactoring makes sense instead of duplicating code.
   
   Furthermore, as Neha mentioned, there are other places like 
`SegmentIndexCreationDriverImpl` that has very similar logic. I will make the 
code resuable for that part 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to