Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
--time <String: <timestamp> / -1  or            timestamp  timestamp of the offsets before that.  
  -1 or latest / -2 or earliest / -3 or max-                               [Note: No offset is returned, if the
  timestamp / -42 or earliest-local /                         timestamp greater than recently
  -53 or latestmax-tieredtimestamp  /                    committed record timestamp is
  -4 or earliest-local /                   given.] (default: latest)
  -5 or latest-tiered                   
                               given.] (default: latest)             

In order to achieve this we will be adding new OffsetSpecs [1] - in particular entries for EarliestLocalSpec and LatestTieredSpec.

...