Apache Pulsar
Learn how to configure Apache Pulsar for use with Filebase.
What is Apache Pulsar?
1. Navigate into your Apache Pulsar installation directory. Open the ./conf/standalone.conf and enter the following lines:
./conf/standalone.conf and enter the following lines:managedLedgerOffloadDriver=aws-s3
s3ManagedLedgerOffloadBucket=FILEBASE_BUCKET_NAME
s3ManagedLedgerOffloadRegion=us-east-1
s3ManagedLedgerOffloadServiceEndpoint=https://s3.filebase.com2. Set the following configurations in the ./conf/pulsar_env.sh file:
./conf/pulsar_env.sh file:3. Start Pulsar standalone with the following command:
4. Configure a data retention policy with the following command:
5. Produce data using pulsar-perf:
6. Check the pulsar-admin status with the following command:
7. Trigger the offload process with the command:
8. Check the offloading operation status with the command:
Last updated