Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
Hi all,
I am trying to connect my Cosmos DB NoSQL database to an eventstream using the new Real Time Hub.
I can access the DB using mirroring and dataflows so the connection is fine.
I have enabled Synapse Link on the Database that I want to stream.
I am following this guide:
, but getting the following "Warning" and no data is coming through the stream. For this, I am manually entering the database name and container ID. There is no further error message or anything in the runtime logs that I can see.
All help appreciated.
Thanks
@Anonymous
I believe the problem is that I am in a trial and not a premium capacity within our tenant. I will upgrade to a paid capacity and see if this fixes the problem.
Hi @Anonymous ,
Thanks for getting back to me.
I am not using Data Activator yet, just EventStreams in Real Time Hub. I cannot see any data in the EventStreams at all and just get a "Warning" status without an error message.
I have all the correct permissions and have typed the data in properly. I am in UK South as well.
Are there any settings/config I need to set on the Cosmos DB account?
Thanks
Hi @BW_RFA ,
Please try these ways:
As per the Data Activator limitations, the supported throughput for Eventstreams data sources is up to two events per second. If the data is sent at a more frequent rate, it may be throttled, resulting in no data being processed in the stream.
https://learn.microsoft.com/en-us/fabric/data-activator/data-activator-limitations#maximum-data-thro...
Ensure that the Azure Cosmos DB Change Data Capture (CDC) source connector is configured correctly. This includes entering the exact database name and container ID you are referring to, and ensuring that your data source is available and not blocked by a firewall.
Process event data with the event processor editor - Microsoft Fabric | Microsoft Learn
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.