sparse-intern-71089
12/16/2021, 3:10 AMbroad-dog-22463
12/16/2021, 8:18 PMrough-hydrogen-27449
12/16/2021, 8:19 PMopts
parameter in the Topic
constructor like this
kafka.Topic(
"logs-topic",
opts=pulumi.ResourceOptions(provider=provider),
name="logs",
replication_factor=1,
partitions=1,
)
rough-hydrogen-27449
12/16/2021, 8:45 PMbroad-dog-22463
12/16/2021, 9:05 PMpulumi up
with the following
TF_LOG=1 pulumi up --v=9 --logtostderrbroad-dog-22463
12/16/2021, 9:05 PMrough-hydrogen-27449
12/16/2021, 10:04 PMI1216 16:59:49.658760 14465 eventsink.go:59] resource registration successful: ty=pulumi:providers:kafka, urn=urn:pulumi:jgrillo-sandbox::grapl::pulumi:providers:kafka::kafka-provider
rough-hydrogen-27449
12/16/2021, 10:15 PMI1216 16:59:51.467635 14465 eventsink.go:59] lazy client init %!!(MISSING)s(<nil>); config, {0xc00012d8d8 120 ***** ***** true true <API_KEY> ***** plain}
I1216 16:59:51.468102 14465 eventsink.go:62] eventSink::Debug(<{%reset%}>lazy client init %!s(<nil>); config, {0xc00012d8d8 120 ***** ***** true true <API_KEY> ***** plain}<{%reset%}>)
I1216 16:59:51.471148 14465 eventsink.go:59] Timeout is 2m0s
I1216 16:59:51.471599 14465 eventsink.go:62] eventSink::Debug(<{%reset%}>Timeout is 2m0s <{%reset%}>)
I1216 16:59:51.477125 14465 provider_plugin.go:1531] provider received rpc error `Unknown`: `1 error occurred:
* kafka server: The client is not authorized to access this topic.
`
I1216 16:59:51.477394 14465 provider_plugin.go:1534] rpc error kind `Unknown` may not be recoverable
I1216 16:59:51.477632 14465 provider_plugin.go:760] Provider[kafka, 0xc0010db1a0].Create(urn:pulumi:jgrillo-sandbox::grapl::kafka:index/topic:Topic::logs-topic) failed: 1 error occurred:
kafka server: The client is not authorized to access this topic.
in these logs I replaced my API key with <API_KEY>
out of an abundance of cautionNo matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by