Questions tagged [oracle-cloud-streaming]

2 questions
1
vote
1 answer

Kafka connect failed with OCI Stream service

Im trying to setup Kafka connect with OCI Stream Service. Below is Kafka connect docker configuration, connect: image: confluentinc/cp-kafka-connect-base:7.0.0 hostname: connect ports: - 8083:8083 container_name: connect …
0
votes
1 answer

Any method for collect instance state changes in OCI with GO SDK

I want to aware if any instances changes state for example "up"->"down" How to get this information with sdk ? Any method for collecting that ?