Plugins
Loading...

Query: Retrieve bootstrap server endpoints from a self-managed Kafka cluster integrated with AWS Lambda

Description

Identify the bootstrap server endpoints within a self-managed Kafka cluster that's integrated with AWS Lambda. This can be useful for gaining insights into the event source mapping of your AWS Lambda functions. -- Returns the list of bootstrap servers for your Kafka brokers -- function_name | jsonb_array_elements_text -- ---------------+--------------------------- -- myFunction | abc.xyz.com:xxxx -- myFunction | abc2.xyz.com:xxxx

Query

Tables used in this query:

SQL