You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/06/19 12:01:58 UTC

[GitHub] [pulsar] jiazhai commented on issue #6734: Pulsar SQL should support readCompact on topics

jiazhai commented on issue #6734:
URL: https://github.com/apache/pulsar/issues/6734#issuecomment-646597690


   We need a special handle in `PulsarSplitManager.getSplitsForTopic` to split based also on `compactionHorizon`(contained in `CompactedTopicImpl`); so that for data before compactionHorizon, we could read from compacted topic, while data after compactionHorizon, read from non-compacted topic.


----------------------------------------------------------------
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