KannarFr commented on issue #6930:
URL: https://github.com/apache/pulsar/issues/6930#issuecomment-800187333


   @pointearth @sijie How do you imagine the index composition regarding 
ledgers? As the first implementation, regarding pub/sub system, timestamp 
index-based would be a good start. I think we should first be able to 
auto-create an index per topic like:
   
   ```java
   Map<Date, LedgerId>
   ```
   Or maybe
   
   ```java
   Map<Date, List<PreviousLedgerId, LedgerId, NextLedgerId>>
   ```
   
   WDYT?


----------------------------------------------------------------
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:
[email protected]


Reply via email to