π€ Who can do this? You will probably need your Redpanda Kafka administrator to complete these steps β you may not have access yourself.
Atlan supports the S3 extraction method for fetching metadata from Redpanda Kafka. This method uses Atlan's kafka-extractor tool to fetch metadata.
Create user in Redpanda Kafka
To create a new user for extracting metadata from Redpanda Kafka:
- Log in to your Redpanda Console and select your active cluster.
- From the left menu of your cluster's Overview page, click the Security tab.
- From the upper right of the Security page, click Create User to create a new user.
- In the Create User dialog, enter the following details:
- For Username, enter a name for the new user β for example,
Atlan integration
. - For Password, set a password for the new user.
- From the Mechanism dropdown, select a SCRAM mechanism.
- Click Create to finish creating the new user.
- For Username, enter a name for the new user β for example,
- From the list of users on the Security page, select the newly created user to edit the associated Access Control Lists (ACLs).
- In the Edit ACL dialog, enter the following details:
- For Topics, click Add Topic ACL to allow the following operations β
Describe
andDescribeConfigs
. - For Consumer Groups, click Add Consumer Group ACL to allow the following operation β
Describe
. - For Transactional ID, click Add Transactional ID ACL to allow the following operation β
Describe
. - For Clusters, click Add Cluster ACL to allow the following operations β
Describe
andDescribeConfigs
. - Once you have added all the required operations, click OK to finish setup.
- For Topics, click Add Topic ACL to allow the following operations β
πͺ Did you know? Once you have extracted metadata on-premises and uploaded the results to S3, you can crawl the metadata from Redpanda Kafka into Atlan.