OCI Streaming Kafka Connection String is incorrect
Content
The SASL connection string for an OCI Streaming Pool is of the form username={tenancy}/oracleidentitycloudservice/{username}/{userOCID} when it should not have the oracleidentityservice part in it. Maybe this is due to the way my kafka code is connecting, but when I changed it everything worked. Maybe an update to the documentation on that page to make it more clear?
0