Changes for page Error Handling Event Streaming
Last modified by Erik Bakker on 2024/02/21 22:42
From version 10.2
edited by Erik Bakker
on 2022/06/10 11:15
on 2022/06/10 11:15
Change comment:
Update document after refactoring.
To version 15.2
edited by Eva Torken
on 2024/02/21 22:41
on 2024/02/21 22:41
Change comment:
Update document after refactoring.
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.e bakker1 +XWiki.etorken - Default language
-
... ... @@ -1,0 +1,1 @@ 1 +en - Content
-
... ... @@ -1,13 +1,12 @@ 1 1 {{container}}{{container layoutStyle="columns"}}((( 2 -= Event Streaming = 2 +{{error}} 3 +Note that the functionality mentioned in this microlearning will become obsolete when migrating to the 3rd generation runtime. 4 +{{/error}} 3 3 4 4 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. 5 5 6 6 Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 7 7 8 -* Last update: August 4th, 2021 9 -* Required reading time: 5 minutes 10 - 11 11 == 1. Prerequisites == 12 12 13 13 * Intermediate knowledge of the eMagiz platform ... ... @@ -17,22 +17,20 @@ 17 17 This microlearning centers on error handling for Event Streaming. 18 18 19 19 * The key aspects are: 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 19 + ** The producer and consumer are responsible for handling the error correctly 20 + ** eMagiz will only log exceptions that occur within an event processor 21 + ** You can use the log to determine what went wrong where and when 22 + ** When eMagiz only provides the topic no additional logging functionality is available in eMagiz 24 24 25 - 26 - 27 27 == 3. Event Streaming == 28 28 29 29 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. 30 30 31 31 * The key aspects are: 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 29 + ** The producer and consumer are responsible for handling the error correctly 30 + ** eMagiz will only log exceptions that occur within an event processor 31 + ** You can use the log to determine what went wrong where and when 32 + ** When eMagiz only provides the topic no additional logging functionality is available in eMagiz 36 36 37 37 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: 38 38 ... ... @@ -45,28 +45,16 @@ 45 45 46 46 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. 47 47 45 +== 4. Key takeaways == 48 48 49 - 50 -== 4. Assignment == 51 - 52 -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. 53 - 54 -== 5. Key takeaways == 55 - 56 56 * The key aspects are: 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 48 + ** The producer and consumer are responsible for handling the error correctly 49 + ** eMagiz will only log exceptions that occur within an event processor 50 + ** You can use the log to determine what went wrong where and when 51 + ** When eMagiz only provides the topic no additional logging functionality is available in eMagiz 61 61 53 +== 5. Suggested Additional Readings == 62 62 63 - 64 -== 6. Suggested Additional Readings == 65 - 66 66 If you are interested in this topic please read the help text eMagiz provides you. 67 67 68 -== 7. Silent demonstration video == 69 - 70 -As this is a more theoretical microlearning we have no video for this. 71 - 72 72 )))((({{toc/}}))){{/container}}{{/container}}