Is it possible to send file to Azure Event Hubs? -


i want send .zip files event hubs , listen event hub console application , receive file unzip it. event hubs correct solution ?

i need relaible solution because there thousands of clients send .zip files event hub.

it possible send files event hubs sending file contents byte array not recommended because maximum size of event data 256kb.

better approach upload zip files in blob storage , send link blobs event data. on client side when fetch event data, extract blob url , download blobs.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -