Skip to content

SASL-SCRAM-SHA512 with truststore.jks file #9

@manish-chet

Description

@manish-chet

Hi team,
have tried to connect to SASL cluster getting error.
my kafka cluster has SASL-SCRAM-sha512 with truststore file

npx superstream-kafka-analyzer --config config.json
Debug: Loading config from: config.json
✅ Configuration loaded from: /root/config/config.json
Debug: Config loaded successfully, skipping prompts

⚠️ Validation skipped - proceeding directly to analysis

📊 Executing Kafka Analysis

⠋ Connecting to Kafka cluster...🔐 Setting up apache authentication with SCRAM-SHA-512...
❌ Failed to connect to Kafka cluster: Failed to connect: brokers should not be null

❌ Analysis failed: Failed to connect: brokers should not be null
Disconnected from Kafka cluster

❌ Application Error: Failed to connect: brokers should not be null

Following is my config file
{
"kafka": {
"bootstrap_servers": ["hostaname1:6667", "hostaname2:6667", "hostanem3:6667"],
"clientId": "superstream-analyzer",
"vendor": "apache",
"useSasl": true,
"sasl": {
"mechanism": "SCRAM-SHA-512",
"username": "admin",
"password": "n1e6mkym1z"
}
},
"file": {
"outputDir": "./kafka-analysis",
"formats": ["html"],
"includeMetadata": true,
"includeTimestamp": true
},
"email": "[email protected]"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions