frappe / event_streaming

Event Streaming for frappe
Other
28 stars 30 forks source link

Event Streaming is not working #7

Open viralkansodiya opened 11 months ago

viralkansodiya commented 11 months ago

I have set up a site as per the documentation for doctype Customer

version 14

here when i am creating customer from event producer site , customer is not creating on consumer site code is stuck as mention bellow image

Screenshot 2023-11-11 175643

When I create an Event Producer on the producer site, an Event Consumer is automatically generated on the consumer site. At this point, on the producer site, there is no Event Consumer. Therefore, as indicated in the image at code line number 53, it seems illogical to check for the Event Consumer document type, as there should not be an available Event Consumer on the producer site.