macthestack edited a comment 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
   ```
   
   I'm also setting the environment variables AWS_ACCESS_KEY_ID and 
AWS_SECRET_ACCESS_KEY

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to