Jevin Jiang

Results 25 comments of Jevin Jiang

I observed that the sendOneway, sendAsync, and reply methods did not return the sendResult object. Why does the send method need to return it?

@Pil0tXia Is this task to design some operators and window functions for events?

I want to try it. Can you tell me where to start?

@Pil0tXia thank you~ Let me confirm what I need to do: Replacing org.apache.eventmesh.storage.standalone.broker.MessageQueue(BlockingQueue) with disruptor in standalone storage-plugin

I have a question while modifying the MessageQueue. If there are no subscribers, can I create a MessageQueue to store messages? 我有一个疑问, 如果说一个messageQueue不存在订阅者,我应该创建它吗

I think disruptor is not suitable for long-term storage of events。

I want to try . The user inputs text, and I use GPT to generate a fixed format JSON and return it to me. This is the prompt I designed...

@Pil0tXia Ok Thank you. I understand what you mean. I will continue to improve prompt and convert any input of the user into the result of cloudevents specification, instead of...