Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kafkagosaur/security/sasl.ts>SASLMechanism

Kafka client for Deno binding to kafka-go using WebAssembly
Latest
enum SASLMechanism
import { SASLMechanism } from "https://deno.land/x/kafkagosaur@v0.0.6/security/sasl.ts";

Members

PLAIN = "PLAIN"

Passes the credentials in clear text.

SCRAMSHA256 = "SCRAM-SHA-256"
SCRAMSHA512 = "SCRAM-SHA-512"