Changes for page 212 - Failover Fiesta
Last modified by Carlijn Kokkeler on 2024/04/18 13:07
From version 198.1
edited by Carlijn Kokkeler
on 2023/10/23 16:10
on 2023/10/23 16:10
Change comment:
There is no comment for this version
To version 59.1
edited by Erik Bakker
on 2023/01/18 09:06
on 2023/01/18 09:06
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - 207-Aligned State1 +190 - Fast Forward - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. CarlijnKokkeler1 +XWiki.ebakker - Content
-
... ... @@ -2,121 +2,103 @@ 2 2 {{container layoutStyle="columns"}}((( 3 3 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 4 4 5 -**Hi there, eMagiz developers!** Wehavedonemuchworkforstategeneration,sothatyoucan derivemoreinformationfrom your data!Examplesareenrichment,aggregation,changedetectionand duplicatedetection.Stategenerationfunctionalityisonlyaccessibleformodels withanadd-on stategeneration license.Nexttostategeneration,several improvements regardingthealignmentofcomponentshavebeen made.Moreover, performanceimprovementsandbugfixeshavebeen implemented.Lastly, achangeinthemetricsstoragedurationhasbeen performed.5 +**Hi there, eMagiz developers!** It has been a while since our last deployment on the 9th of December. As a result we have finished up a lot of new improvements to our 3rd generation runtime offering and fixed a variety of annoying bugs as well as some small improvements. This release is characterized by the major steps we took to release several major features on our 3rd generation runtime among which are the queue browser and message redelivery functionality. 6 6 7 -== ** StateGeneration** ==7 +== **Queue Browser** == 8 8 9 -//__New components__// 10 -The following components have been added: 11 -* Aggregator: reverse of the splitter, used to combine multiple messages into a single one. 12 -* Infinispan metadata outbound channel adapter: used to (temporarily) store metadata, which can be used to enrich messages, or make decisions in filters or scripts. 13 -* Content enricher: used to add properties to the payload of messages, similar to what the header enricher can do for headers. 14 -* Duplicate detector: support object used to detect duplicate messages for a certain key on an inbound channel of a flow component. Duplicates can be marked or discarded. 15 -* Infinispan support objects, supporting the aggregator, metadata outbound channel adapter and content enricher. 9 +{{warning}}Note that this functionality only works when your JMS server is running on the 3rd generation runtime{{/warning}} 16 16 17 -//__SpEL functions & JSON__// 18 -Added SpEL functions for: 19 -* Encoding & decoding Base64, Hex and hmac. 20 -* Date retrieval (currentDateTime, currentEpochMilli, currentEpochSecond). 21 -* Date conversion (DateTime to Epoch, Epoch to DateTime, DateTime formatter and DateTime parser). 11 +To enhance the observability of your integration landscape while running in the 3rd generation runtime architecture we have added a new feature to our Manage phase called the "Queue browser". You can access this functionality via the "Explore" menu option in Manage. With the help of the queue browser you can, as the name suggests, browse your queue. 22 22 23 - AddedsupportforSpELproperty accessorsforXMLandJSON, meaningthatyouanreadmessagepayloadsinSpELexpressionseasily. Forexample,to retrieve thevaluefor'id' in the followingJSONString: `{"id":"123"}`,thisSpELexpressionsuffices:`payload.id`.13 +To do so, we offer two options within this functionality. We have the Explore function and we have the Wiretap function. When selecting a queue and opting for the Explore option you get a live view of what data is currently present on the queue. When selecting the Wiretap functionality you automatically wiretap your queue and are presented with copies of your actual message that pass through the queue from the moment you pressed the Wiretap button. 24 24 25 - Added support for `#JsonPath` usagein SpELexpressions.15 +[[image:Main.Images.Release Blog.WebHome@190-release-blog--queue-browser-overview.png]] 26 26 27 -//__New image version 2.0.0__// 28 -The above functionalities are features of the new image version 2.0.0. Important to note is that the library used for Code Mappings has been changed. Changed the library used for Code Mappings. Any customer with Gen3 runtimes and code mappings is required to reset their infra flows prior to deploying on image 2.0.0. 17 +After selecting the queue and choosing the option eMagiz will show you the list of messages (oldest first) that are currently on the queue (Explore option) or that passed the queue since the moment you activate the option (Wiretap option). For each message you have various options at your disposal. 29 29 30 -//__Component pages__// 31 -Pages to add the new components have been created. Forms have been created nicely with proper help texts. The EHCache cache manager has been removed. 19 +* Delete the message from the queue (Explore option) 20 + ** This means throwing away live data which can be helpful in a test or acceptance environment where you inadvertedly put a lot of messages on a queue. 21 +* Clear message from the wiretap queue (Wiretap option) 22 + ** Once you are done with the analysis of a certain message in the wiretap functionality you can clear it from the overview so it does not clutter the view anymore 23 +* Refresh messages list (both options) 24 + ** By pressing this button you can refresh the list of messages that are displayed to you. Note that the list is sorted in such a way that the oldest messages are shown first 25 +* Save as test message 26 + ** By pressing this button you can save the message and use it in our flow testing functionality in Create. Note that we link the message to the corresponding flow if we can. Should we not be able to do so we link the message to your model so you can still use it in the flow testing functionality. 27 +* Download 28 + ** By pressing this button you can download the message and use it outside of the tooling should that be needed. 32 32 33 -== **Metrics Storage Duration** == 34 -We will change the retention of monitoring data of different environments. For minute level data, it will be kept for test, acceptance and production environments for 5, 7 and 30 days respectively. Then the minute level data will be reduced to hour level data then will be stored for test, acceptance and production for 3, 6 and 12 months respectively. 30 +[[image:Main.Images.Release Blog.WebHome@190-release-blog--queue-browser-explore-overview.png]] 35 35 36 -[[image:Main.Images.Release Blog.WebHome@release-blog- 207-aligned-state-metrics-storage.png]]32 +[[image:Main.Images.Release Blog.WebHome@190-release-blog--queue-browser-wiretap-overview.png]] 37 37 38 -== ** FeedbackItems** ==34 +== **3rd generation runtime bolstering** == 39 39 40 -//__Import from store__// 41 -The button 'Import from Store' in Design will directly open the store instead of showing a pop asking whether the store should be opened. 36 +This release will introduce various improvements for our 3rd generation runtime. Below you will find the most noteworthy enhancements we made to the 3rd generation runtime and its interaction with the portal. 42 42 43 -//__S aveand cancelbuttonsplacement__//44 - Thesave andcancelbuttons havebeenplaced slightlyfurtherapartfromeach other to avoidmisclicking.38 +//__SOAP and REST web services migration, including splitting them__// 39 +With this release, we have released the migration process that will allow you to migrate SOAP and REST web services to the 3rd generation runtime. At the same time, you can directly split the all-entry to eliminate that construction. A specific migration path for this will be published in the documentation portal. 45 45 46 -//__ Usersession times__//47 - The usersessiontimesfor3rd generationruntimedashboardshavebeen extended,sothattheuserisnotthrown outofthemodelwhenusingthe Managephaseforlongerthanan hour.41 +//__Changing SSL settings for 3rd generation runtime models works__// 42 +As with the current runtime architecture, you can change the SSL settings if needed for a model running in the 3rd generation runtime. 48 48 49 -//__ Cancel andnextbuttonsorder__//50 -Th eorder of thecanceland nextbuttons whencreatinganewtrigger hasbeenchanged toincrease alignmentacrosstheplatform.Now, all cancel buttons areplaced onthe rightof a 'next'or'save' button.44 +//__Improved migration for JMS flows__// 45 +This release will improve the migration of JMS flows when migrating to the 3rd generation runtime. 51 51 52 -//__Data sink page__// 53 -The data sink page has been moved to the “Explore” tab. 47 +{{warning}}If you already migrated your JMS flow, you should execute a "Reset" action on the JMS level to get these changes in your model{{/warning}} 54 54 55 -//__ Unused images removal__//56 - Whenareleaseisremoved,theelated unusedimagesinthe on-premisesmachineswillbe removedaswell.49 +//__Removed the ability to add "Debug components" to a flow running in the 3rd generation runtime architecture__// 50 +As of this release, you can no longer add debug components on a flow already migrated to the 3rd generation runtime. This functionality will not work in the 3rd generation runtime and would break your flow. 57 57 58 -//__ FlowDesignerperformance__//59 - PerformanceimprovementsfortheFlowDesigner havebeen implemented.52 +//__Deployment plan is updated correctly when completly migrated to the 3rd generation runtime architecture__// 53 +We have fixed a bug that generated an incorrect default deployment plan once you were fully migrated to the 3rd generation runtime. 60 60 61 -//__ Propertieswithspecialcharacters__//62 -W hen a user would migrateto gen3 and deploy theirreleasecontainingpropertieswith special characters,certain flowscouldnotfindthecorrectvaluestopropertiesanymoreorcouldnotfindthe properties altogether.With this release, specialcharacterssuch as a backslash doot breakpropertiesafterdeployment.55 +//__Correct property generation for Event Streaming flows using the 3rd generation runtime architecture__// 56 +With this release, the properties generated for Event Streaming flows running in the 3rd generation runtime are configured correctly to mimic the ones in the image. 63 63 64 -//__ Hiddenflow fragements__//65 -Wh enimportingitems fromthestore,flowfragments that arehiddenindesignwillbelistedundertheversions increate.58 +//__Added "Reset" functionality__// 59 +With this release, a new functionality has been added for 3rd generation runtimes that allows you to combine several steps into one action, called "Reset runtime." The effect of this action is the same as it currently is in the legacy runtime. 66 66 67 -//__Resources disappearances__// 68 -Resources would disappear in the flow designer when pressing Cancel on selecting a new resource. With this release, resources without a name will not trigger error messages when users select components. 61 +== **Feedback items ** == 69 69 70 -//__Error channel for all inbounds__// 71 -If there is no custom error handling, Gen3 migration would set the error channel to “errorChannel” only for the first inbound in an entry flow. 72 -We added a migration step, such that the error channel is set to “errorChannel” of all inbounds in a flow if the custom error handling is set to false. 63 +We have also solved other feedback items besides the flow designer's critical updates. 73 73 74 -//__ Highlightingresources__//75 - The performance ofhighlightingresourcesof selectedcomponentsis improvedinReadonlymode.65 +//__Improved naming convention on Store related pages__// 66 +We have improved various display names using the merge functionality within our store offering. 76 76 77 -== **Bug Fixes** == 68 +//__Update security protocols for our internal architecture__// 69 +Parts of our internal infrastructure (i.e., docs.emagiz.com) have been updated to adhere to the latest security standards. 78 78 79 -//__ Topicand event-processor names__//80 -T hestylingof the eventstreamingcanvasintheCreateandDeployphases hasbeen alteredslightlytomaketopicandevent-processor namesmore readable.71 +//__Improved read-only description for "if exists" constructions in Transformations__// 72 +To make it clear what the "if exists" check does while not being in "Start Editing" mode, we have improved the description so users without edit rights or without wanting to enter the "Start Editing" mode can read and interpret what the check does. 81 81 82 -//__System alignment__// 83 -The positioning of Systems across Design, Create and Deploy phases are now synchronized to the position of their respective System in the Capture phase. So, systems are aligned regarding positioning across all phases. 84 84 85 -//__Error checking__// 86 -Besides checking error header, the error trigger is now configured to check if an error message contains a term. 75 +== **Bug fixes ** == 87 87 88 -//__Alerting__// 89 -For gen3 models, you will no longer receive alert messages for every error message, every log message of 'level' ERROR, and for memory usage above 80%. 90 -For gen3 models with event streaming, the threshold to receive the 'Topic approaching maximum size' alert has been increased from 95% of configured size used to 110%. 91 -The gen3 configurable trigger for error messages has been extended with the option to check whether the 'last-exception' message contained a certain text. This can be combined with the header-value match. 77 +//__Decent validation feedback when not filling in the property value__// 78 +We have fixed the validation feedback you get when not filling in the property value using the "Check properties" functionality. 92 92 93 -//__ Unusedcontainers__//94 - Containersare setinactive whentheyareunusedandremovedinDesign.80 +//__Incorrect resource locations__// 81 +We have fixed several instances where the resource location was not generated correctly in the 3rd generation runtime. 95 95 96 -//__ Errorpopupswhenpromotinga releaseversion__//97 -We fixedanissue thata lot oferrorpopupswereshownwhen youpromotedareleaseversionextenvironment.83 +//__Apply to environment in User Management performance improvement__// 84 +We have improved the performance of updating User Management on your environment. This way, the update functionality is more stable and faster. 98 98 99 -//__Memory leak__// 100 -A memory leak when using gen 3 metrics has been fixed. 101 - 102 102 == **Fancy Forum Answers** == 103 103 104 104 As always, this is a gentle reminder to ask questions via the Q&A forum. The Q&A forum is available in the eMagiz iPaaS portal, so we can all benefit from the knowledge within the community. For some inspiration, take a look at these forum answers: 105 105 106 -* [[JSON Web Tokens (JWT authentication)>>https://my.emagiz.com/p/question/172825635703606919||target="blank"]] 107 -* [[Determining container sizes & reading architecture pages>>https://my.emagiz.com/p/question/172825635703594204||target="blank"]] 108 -* [[SFTP connectivity - supported algorithms>>https://my.emagiz.com/p/question/172825635703607141||target="blank"]] 109 -* [[Deploy property release results in missing flows in runtime>>https://my.emagiz.com/p/question/172825635703607354||target="blank"]] 110 -* [[MessageDeliveryException: Dispatcher has no subscribers>>https://my.emagiz.com/p/question/172825635703619797||target="blank"]] 90 +* [[Is eMagiz able to read XSD attributes>>https://my.emagiz.com/p/question/172825635703236146||target="blank"]] 91 +* [[Does eMagiz use ActiveMQ?>>https://my.emagiz.com/p/question/172825635703235780||target="blank"]] 92 +* [[Tool for test messages to eMagiz Queues>>https://my.emagiz.com/p/question/172825635703236227||target="blank"]] 93 +* [[How to Remove Cloud Container>>https://my.emagiz.com/p/question/172825635703236460||target="blank"]] 111 111 112 - 113 113 == **Key takeaways** == 114 114 115 -Thanks to all whohelped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you:97 +Thanks to all that helped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you: 116 116 117 117 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 118 118 * If you have feedback or ideas for us, talk to the Platypus 119 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 101 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 120 120 * Clear your browser cache (Ctrl + Shift + Del) 121 121 * Check out the release notes [here] 122 122 * Start thinking about how the license tracker can aid your development ... ... @@ -129,6 +129,6 @@ 129 129 {{info}} 130 130 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 131 131 132 -~*~* Indicates a next-generation-architecture only feature.114 +~*~* Indicates a GEN3-only feature. 133 133 {{/info}})))((({{toc/}}))){{/container}} 134 134 {{/container}}