Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
136 views

Can two (or more) EventGrid Subscriptions (from the same EventGrid System Topic or different topics) be triggered by a single CreateBlob event? Example: File is uploaded to a Blob Storage Container ...
0 votes
1 answer
143 views

I have a simple event_base setup where I create an event to do a callback whenever data on fd 0 is ready void callback(int fd, short event, void* arg) { // (1) string s; cin >> s; cout <...
1 vote
1 answer
259 views

I'm trying to use SimPy to simulate a bus that stops periodically in a station and then waits until it gets filled by N passengers (assume that the bus is empty each time it arrives at the station), ...
0 votes
1 answer
176 views

I have set up an ADF pipeline to trigger whenenver a new file lands in the ADLS Gen2(source). The pipeline should copy the json file from ADlS(Gen2) and sink in Azure SQL db. In ADF, I am using event ...
2 votes
0 answers
148 views

I'm plotting 2 lines on a pyqtgraph in real-time (simultaneously), and I'd like to add line labels on the right of the graph, that move up and down with the incoming real-time data, as if 'attached' ...
1 vote
1 answer
45 views

I have an implementation where I have one wallet (wallet per client/company) and a number of users belonging to one wallet. I have hundreds of API calls per second for Authorization from users. When I ...
0 votes
0 answers
177 views

I am working on event-based video processing. I am new to this now and I have some problems with loading the raw video file into python. Some suggestions would be greatly appreciated! I first tried to ...
1 vote
1 answer
168 views

I have to consume the following API (bacically i have to subscribe for subject/channel/topic in Stan): IStanSubscription Subscribe(string subject, StanSubscriptionOptions options, EventHandler<...
0 votes
0 answers
234 views

I have a student question I recently learned about how a system call such as read can block a process, and such processes will be put in the Blocked state until data becomes available in whatever it's ...
1 vote
1 answer
1k views

I want to communicate my services using events. I gonna publish (internally) all my domain events and allow any other service to subscribe to them. But such approach couples those services togheter. I ...
1 vote
1 answer
2k views

I'm writing a manager class that will allow creation of different types of log files (raw, CSV, custom data format), and I'd like to keep the log file open to write lines as they come in. The log file ...
1 vote
2 answers
1k views

I'm designing a system that uses a microservices architecture with event-based communication (using Google Cloud Pub/Sub). Each of the services is listening and publishing messages so between the ...
2 votes
2 answers
5k views

In an event based e commerce system using kafka, how do you handle auto expiring of orders in pending_payment status? Typically, whenever there's a request from customer to create a new order there ...
1 vote
1 answer
2k views

We are trying to implement Microservice Architecture creating our new applications in our current environment using Asp.NET Core. The first generation of our Microservices will use a Request/Reply ...
0 votes
1 answer
48 views

In SICP 3.4.2 there is the problem of the order of events in the different processes. Suppose we have two processes, one with three ordered events (a,b,c) and one with three ordered events (x,y,z). ...

15 30 50 per page
1
2 3 4

AltStyle によって変換されたページ (->オリジナル) /