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 2018/10/04 12:53:32 UTC

[GitHub] macthestack commented on issue #2697: Offloading fails

macthestack commented on issue #2697: Offloading fails
URL: https://github.com/apache/pulsar/issues/2697#issuecomment-427006978
 
 
   ```
   ### --- Ledger Offloading --- ###
   
   # Driver to use to offload old data to long term storage (Possible values: S3)
   managedLedgerOffloadDriver=aws-s3
   
   # Maximum number of thread pool threads for ledger offloading
   managedLedgerOffloadMaxThreads=2
   
   # For Amazon S3 ledger offload, AWS region
   s3ManagedLedgerOffloadRegion=eu-west-1
   
   # For Amazon S3 ledger offload, Bucket to place offloadedledger into
   s3ManagedLedgerOffloadBucket=pulsar-topic-offload
   
   # For Amazon S3 ledger offload, Alternative endpoint to connect to (useful for testing)
   s3ManagedLedgerOffloadServiceEndpoint=
   
   # For Amazon S3 ledger offload, Max block size in bytes. (64MB by default, 5MB minimum)
   s3ManagedLedgerOffloadMaxBlockSizeInBytes=67108864
   
   # For Amazon S3 ledger offload, Read buffer size in bytes(1MB by default)
   s3ManagedLedgerOffloadReadBufferSizeInBytes=1048576
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services