Last modified by Erik Bakker on 2024/02/21 22:42

From version 12.1
edited by Erik Bakker
on 2022/08/30 11:59
Change comment: There is no comment for this version
To version 10.2
edited by Erik Bakker
on 2022/06/10 11:15
Change comment: Update document after refactoring.

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Error handling in Event Streaming
1 +intermediate-understanding-error-handling-in-emagiz-event-streaming
Default language
... ... @@ -1,1 +1,0 @@
1 -en
Content
... ... @@ -1,9 +1,13 @@
1 1  {{container}}{{container layoutStyle="columns"}}(((
2 += Event Streaming =
2 2  
3 3  In this microlearning, we will learn how error handling works for event processors. In a later module, we will learn more about event processors and we will learn how to configure them. In this microlearning, the focus will remain on error handling and not on flow configuration.
4 4  
5 5  Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]].
6 6  
8 +* Last update: August 4th, 2021
9 +* Required reading time: 5 minutes
10 +
7 7  == 1. Prerequisites ==
8 8  
9 9  * Intermediate knowledge of the eMagiz platform
... ... @@ -13,20 +13,22 @@
13 13  This microlearning centers on error handling for Event Streaming.
14 14  
15 15  * The key aspects are:
16 - ** The producer and consumer are responsible for handling the error correctly
17 - ** eMagiz will only log exceptions that occur within an event processor
18 - ** You can use the log to determine what went wrong where and when
19 - ** When eMagiz only provides the topic no additional logging functionality is available in eMagiz
20 + * The producer and consumer are responsible for handling the error correctly
21 + * eMagiz will only log exceptions that occur within an event processor
22 + * You can use the log to determine what went wrong where and when
23 + * When eMagiz only provides the topic no additional logging functionality is available in eMagiz
20 20  
25 +
26 +
21 21  == 3. Event Streaming ==
22 22  
23 23  In this microlearning, we will learn how error handling works for event processors. In a later module, we will learn more about event processors and we will learn how to configure them. In this microlearning, the focus will remain on error handling and not on flow configuration.
24 24  
25 25  * The key aspects are:
26 - ** The producer and consumer are responsible for handling the error correctly
27 - ** eMagiz will only log exceptions that occur within an event processor
28 - ** You can use the log to determine what went wrong where and when
29 - ** When eMagiz only provides the topic no additional logging functionality is available in eMagiz
32 + The producer and consumer are responsible for handling the error correctly
33 + * eMagiz will only log exceptions that occur within an event processor
34 + * You can use the log to determine what went wrong where and when
35 + * When eMagiz only provides the topic no additional logging functionality is available in eMagiz
30 30  
31 31  As we learned in previous microlearnings on the subject of Event Streaming the idea behind it is that producers and consumers can act completely independently of one another. They do not have to be aware of each other. Facilitating Event Streaming in eMagiz can be done in two ways:
32 32  
... ... @@ -39,6 +39,8 @@
39 39  
40 40  Each of these errors corresponds with a failed attempt to process a certain message. Keep an eye out for this logging to prevent data loss. If an error persists you should start thinking about finding out and subsequently solving the underlying problem.
41 41  
48 +
49 +
42 42  == 4. Assignment ==
43 43  
44 44  Check out if you have a project in which the Event Streaming pattern is used. If so, check out if you can find any errors that have occurred and see whether you can interpret them.
... ... @@ -46,11 +46,13 @@
46 46  == 5. Key takeaways ==
47 47  
48 48  * The key aspects are:
49 - ** The producer and consumer are responsible for handling the error correctly
50 - ** eMagiz will only log exceptions that occur within an event processor
51 - ** You can use the log to determine what went wrong where and when
52 - ** When eMagiz only provides the topic no additional logging functionality is available in eMagiz
57 + * The producer and consumer are responsible for handling the error correctly
58 + * eMagiz will only log exceptions that occur within an event processor
59 + * You can use the log to determine what went wrong where and when
60 + * When eMagiz only provides the topic no additional logging functionality is available in eMagiz
53 53  
62 +
63 +
54 54  == 6. Suggested Additional Readings ==
55 55  
56 56  If you are interested in this topic please read the help text eMagiz provides you.