lnbest0707-uber opened a new pull request, #16692: URL: https://github.com/apache/pinot/pull/16692
`real-time` `ingestion` `feature` Part 2 of https://github.com/apache/pinot/pull/15782, but this is independent from part 1 Issue https://github.com/apache/pinot/issues/14815 Design doc https://docs.google.com/document/d/1NKPeNh6V2ctaQ4T_X3OKJ6Gcy5TRanLiU1uIDT8_9UA/edit?usp=sharing This is an alternative PR of https://github.com/apache/pinot/pull/16494 Instead of introducing the new segment naming format that concerns some parties, this PR chooses the way to "soft delete" the topics by marking it as 'inactive'. We still cannot literally delete a topic from the table config. But instead, we would introduce a similar "pause" consumption API to mark topic as 'inactive' in the idealstae. As a result, the consumption of the topic would stop. This 'inactive' marking would also prevent the metadata being queries from the stream. So that it would be safe to delete the topic from the stream. -- 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]
