Hi! I am new to pulumi, had a doubt related to it ...
# getting-started
k
Hi! I am new to pulumi, had a doubt related to it How to emit data to an existing topic and existing brokers in pulumi?
Not able to find clear documentation related to it
e
topic and brokers for what? Assuming your talking about something like aws SNS topics, then Pulumi isn't the tool you'd use to emit data to those. Pulumi is what you would use to set the topics up, but then you would use the standard client libraries in your application to actually push data to the queue.