The documentation is really great! I am almost there to set up my first integration with Confluent Cloud. I know it may sound weird but I could not find any documentation on confluent's website neither related to the kafka.bootstrap.servers URL format. If anybody ever used it, I would really appreciate any support.
You actually already have the right answer. The format of the URL you provided matches exactly what I've seen with confluent cloud. Thing is, usually the UI doesn't give you all of these tokens, they just give you an endpoint address that happens to follow this format exactly.
When I configure neo4j-streams, I do exactly like what you've got here to connect to confluent cloud.
If you can't find the endpoint via the UI, you can also get it via the ccloud command line tool.
If you choose Cluster -> SEttings -> CLI Settings then it'll show you how to install ccloud and authenticate with that. Then you list your available clusters with ccloud kafka cluster list and it will give you a cluster ID, which you can then use like this: