Changes for page 212 - Failover Fiesta
Last modified by Carlijn Kokkeler on 2024/04/18 13:07
From version 27.1
edited by Erik Bakker
on 2022/10/24 09:02
on 2022/10/24 09:02
Change comment:
There is no comment for this version
To version 207.1
edited by Carlijn Kokkeler
on 2023/10/24 11:22
on 2023/10/24 11:22
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 - 186-Daemon Switch1 +207 - Aligned State - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -2,137 +2,121 @@ 2 2 {{container layoutStyle="columns"}}((( 3 3 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 4 4 5 -**Hi there, eMagiz developers!** We have hit the groundrunning in thisquarterby not onlyfocusing on largerfeaturesbut also spendasubstantial chunkof time onfocusingwithusall on a lot ofsmallerfeedbackitemsand bugs. Alltheseitemswill be providedtoyouwith this release.Among theseareflow designerprovements,navigationimprovements, andconsistencyimprovements.On top of that, we have madeour new monitoring stackavailableto a first setof models. So letus diveinto all we have to offer this time!5 +**Hi there, eMagiz developers!** We have done much work for state generation, so that you can derive more information from your data! Examples are enrichment, aggregation, change detection and duplicate detection. 6 6 7 - ==**Newmonitoringstack**==7 +{{warning}}State generation functionality is only accessible for models with an add-on state generation license.{{/warning}} 8 8 9 - Thisreleasewillintroducea newmonitoringstack thatisavailableformodelsthat run in thenew runtimearchitectureofeMagiz. With thehelpfthismonitoring stackwehaveredesignedvariousscreensin Manageandrestructuredour alerting approach.Forsneakpreviewofwhat thesechangesentailplease check out thefollowing microlearnings.9 +Next to state generation, several improvements regarding the alignment of components have been made. Moreover, performance improvements and bug fixes have been implemented. Lastly, a change in the metrics storage duration has been performed. 10 10 11 -* [[Runtime Statistics>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-manage-interpreting-runtime-statistics-gen3.WebHome||target="blank"]] 12 -* [[Alerting in eMagiz>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-manage-interpreting-runtime-statistics-gen3.WebHome||target="blank"]] 13 -* [[Queue Statistics>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Messaging.crashcourse-messaging-interpreting-queue-statistics-gen3.WebHome||target="blank"]] 14 -* [[HTTP Statistics>>doc:Main.eMagiz Academy.Microlearnings.Advanced Level.Advanced monitoring.advanced-monitoring-apigateway-http-statistics.WebHome||target="blank"]] 11 +== **State Generation~*~*** == 15 15 16 -{{info}}Note that the new monitoring stack is only available for models that run the new runtime architecture. Should you wish to become an early adopter please contact us at productmanagement@emagiz.com to discuss the possibilities{{/info}} 13 +//__New components__// 14 +The following components have been added: 15 +* Aggregator: reverse of the splitter, used to combine multiple messages into a single one. 16 +* Infinispan metadata outbound channel adapter: used to (temporarily) store metadata, which can be used to enrich messages, or make decisions in filters or scripts. 17 +* Content enricher: used to add properties to the payload of messages, similar to what the header enricher can do for headers. 18 +* 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. 19 +* Infinispan support objects, supporting the aggregator, metadata outbound channel adapter and content enricher. 17 17 18 -== **Transformation Improvements** == 21 +//__SpEL functions & JSON__// 22 +Added SpEL functions for: 23 +* Encoding & decoding Base64, Hex and hmac. 24 +* Date retrieval (currentDateTime, currentEpochMilli, currentEpochSecond). 25 +* Date conversion (DateTime to Epoch, Epoch to DateTime, DateTime formatter and DateTime parser). 19 19 20 -//__Toggle between Design and Create__// 21 -This release will introduce a toggle that allows you to quickly navigate between the Create Transformation and the Design Message Mapping. In both Create as Design, a new button is added on the transformation level that allows you to open the transformation in Design (or Create) depending on where you are currently. This should make navigating easier when you make a mistake or forget something in Design. 27 +Added support for SpEL property accessors for XML and JSON, meaning that you can read message payloads in SpEL expressions easily. For example, to retrieve the value for 'id' in the following JSON String: `{"id":"123"}`, this SpEL expression suffices: `payload.id`. 22 22 23 -//__Improved Transformation options for booleans__// 24 -On top of that, we will introduce additional functionality to transform "Boolean to enumeration," "enumeration to Boolean," and" Boolean to Boolean." Just as you are used to for the "enumeration to enumeration" transformation, you can now define a value mapping for each combination mentioned above. See below for an example of how this looks. 29 +Added support for `#JsonPath` usage in SpEL expressions. 25 25 26 -[[image:Main.Images.Release Blog.WebHome@179-release-blog--transformation-options-boolean.png]] 31 +//__New image version 2.0.0__// 32 +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. 27 27 28 -== **Feedback items ** == 34 +//__Component pages__// 35 +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. 29 29 30 -Apart from the key updates around functionality, we have also solved other feedback items. 37 +== **Metrics Storage Duration** == 38 +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 7, 14 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. 31 31 32 -//__Correctly define the size of a cloud slot when creating it for the first time__// 33 -Currently, eMagiz will look to Design when creating the cloud slot for the first time. This is to avoid you having to “create” your solution twice, as there were instances where eMagiz would always create the cloud slot with the smallest size available first, even if this were not what you wanted. 40 +[[image:Main.Images.Release Blog.WebHome@release-blog-207-aligned-state-metrics-storage.png]] 34 34 35 -//__Updated infographic Capture__// 36 -As of now, we have updated the infographic on the Capture phase to incorporate the new look and feel and explain the updated functionality in Capture. 42 +== **Feedback Items** == 37 37 38 -//__ Updatederrorfeedback in Design__//39 - Before,youcould see atransformationerrorin Design eventhoughthe transformationwas notusedinyoursolution(i.e.,“data pipeline” functionality).However,whenyou now definespecificintegrationasa datapipelinesolution,the errorwillnotbeshown.44 +//__Import from store__// 45 +The button 'Import from Store' in Design will directly open the store instead of showing a pop asking whether the store should be opened. 40 40 41 -//__ Improvedstylingof TopicStorageinDesignArchitecture__//42 - Whenhavingalargenumberof topics in your environment,the topicstorageoverview inDesign Architecturewill now be improvedasthehorizontalscrollbaris gone.47 +//__Save and cancel buttons placement__// 48 +The save and cancel buttons have been placed slightly further apart from each other to avoid misclicking. 43 43 44 -//__ Improvedstyling oferrorfeedbackonUser Managementn Deploy__//45 - With this releasewe have improvedthestylingofthefeedbackpop-up you getinUsermanagementafterpressing “Applytoenvironment”and severalupdatescouldnotbeexecuted.50 +//__User session times__// 51 +The user session times for 3rd generation runtime dashboards have been extended, so that the user is not thrown out of the model when using the Manage phase for longer than an hour. 46 46 47 -//__ Show onlythe tenlatestflow versionswhen selecting a flow version in a Release__//48 -T oimprove thequalityandspeedofdefining arelease,wewill show onlythelatestten versionsofaflowinthereleasewidget,as thesetenaremostlikelytobeselectedbya user.Ifyouneedanolderversion, you can add itvia the“Details” optionon the release.53 +//__Cancel and next buttons order__// 54 +The order of the cancel and next buttons when creating a new trigger has been changed to increase alignment across the platform. Now, all cancel buttons are placed on the right of a 'next' or 'save' button. 49 49 50 -[[image:Main.Images.Release Blog.WebHome@179-release-blog--ten-latest-flow-versions-release.png]] 56 +//__Data sink page__// 57 +The data sink page has been moved to the “Explore” tab. 51 51 52 -//__ Optional Client Secret whenusing thegrant_typePasswordwhen calling an OAuth2.0 IDP__//53 - Before, youneededtodefinetheClientSecret evenforthegrant_typePassword,whereit is notalwaysrequired.Wehavecorrected thisbehavior to ensurethat this is inline withtheOAuth2.0specification.59 +//__Unused images removal__// 60 +When a release is removed, the related unused images in the on-premises machines will be removed as well. 54 54 55 -//__ Clear API GatewaySystemmessage__//56 - With this release, we have added the Clearbutton that you already knowfrom thessaging patternto theAPI Gatewaysystem message. This unifiestheoptionsbetweenthe twopatterns in Designonthesystem message level.62 +//__Flow Designer performance__// 63 +Performance improvements for the Flow Designer have been implemented. 57 57 58 -//__ Additional informationinProperty History__//59 - Toimprove theusabilityofthe property historypagenDeploy,weowalsoshowthe runtime onwhichaparticularpropertyischanged.Thisisparticularlyusefulwhenchangingthesame property usedon differentruntimes.65 +//__Properties with special characters__// 66 +When a user would migrate to gen3 and deploy their release containing properties with special characters, certain flows could not find the correct values to properties anymore or could not find the properties altogether. With this release, special characters such as a backslash do not break properties after deployment. 60 60 61 -//__ SaveTagwhenready__//62 -W ith thisrelease,we havemadeitxplicitthat whenyouwant to changethe nameof a tag,you firstneedto pressthe“Save” buttonbeforethechangeactualized withinyourmodel.68 +//__Hidden flow fragements__// 69 +When importing items from the store, flow fragments that are hidden in design will be listed under the versions in create. 63 63 64 -//__ View deploymentstepinformation when having view rights__//65 - With thislease,we havemadetpossibletoviewnotonlythedeploymentstepsbut alsothedetailedinformationofeachdeploymentstepwhenyouonly haveviewrightson aspecificenvironment.71 +//__Resources disappearances__// 72 +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. 66 66 67 -//__Validating external recipients in notification settings__// 68 -Before pressing save, we will now validate what you entered in the external recipients setting to ensure that what is entered there are valid values. 74 +//__Error channel for all inbounds__// 75 +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. 76 +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. 69 69 70 -//__ Automatically link enumerationlist toattribute__//71 - Whenyou create annumerationlist relevant toa particularattribute,eMagiz will nowautomatically linkthetwotogetherwithoutyou having toothismanually.78 +//__Highlighting resources__// 79 +The performance of highlighting resources of selected components is improved in Read only mode. 72 72 73 -//__Approve and go to environment__// 74 -With this release, we will provide you with the option to approve a release to a specific environment and let eMagiz directly take you to that environment. 75 - 76 -[[image:Main.Images.Release Blog.WebHome@179-release-blog--approve-and-go-to-environment.png]] 77 - 78 -//__Remove irrelevant information on a runtime in Design Architecture__// 79 -We have removed all irrelevant information for a user when you enter the details view of a runtime in Design Architecture. The information that is still shown is visualized below. 80 - 81 -[[image:Main.Images.Release Blog.WebHome@179-release-blog--container-view.png]] 82 - 83 -//__Add question about message redelivery in Capture__// 84 -When you use the message redelivery functionality, and it is relevant to consider whether it will be helpful when sending data to the system, you will now see an additional question in Capture. This question should trigger a thinking process on handling message redelivery for that specific solution. 85 - 86 -//__Prevent pressing “Apply to environment” multiple times leading to conflicts__// 87 -With this release, we have improved this functionality to verify whether an update is currently being executed. If this is true, all other times, you push the button; you will be notified that the process is still running. This is done to avoid potential conflicts if a user presses the "Apply to environment" button more than once in a short period. 88 - 89 -//__Add “State” to the topic details in Deploy Architecture__// 90 -Based on your feedback, we have improved the topic details overview to include the “State” of a topic. Each topic can be “Unchanged,” “Changed,” “Deleted,” or “New.” Based on this state, you can determine which topics will be added, changed, deleted, or remain untouched. 91 - 92 -//__Improved stability of logging on the Gen3 Architecture__// 93 -With this release, we have improved the stability of the logging and made sure that the logging is correctly compacted internally. 94 - 95 95 == **Bug Fixes** == 96 96 97 -//__ Various updateswhenimporting storeitemsin Designincludingatransformation__//98 - With thisrelease,wehavemadeseveral improvementsforimporting storeitemsin Design,includingatransformation. Thiswillfurtherbolsterourofferingonthis.83 +//__Topic and event-processor names__// 84 +The styling of the event streaming canvas in the Create and Deploy phases has been altered slightly to make topic and event-processor names more readable. 99 99 100 -//__ Opening flow testing widgetinspecific circumstances wasnotworking__//101 - With thisrelease,wefixedanissuewhereyoucouldnotpentheflow testingfunctionality in the Create phasewhenyourflow containeda particularconstruction combinedwith the “nullChannel.”86 +//__System alignment__// 87 +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. 102 102 103 -//__ Improvedstyling when addinga large message to a flow test__//104 - With this release,thestylingof thepop-upwill not changewhenyoudefine a large messageasinput (orexpectedoutput) ofyour flow test. This will ensure that youcan stilleasily specifytheflowtestmessage’sname and description afterentering the largemessage.89 +//__Error checking__// 90 +Besides checking error header, the error trigger is now configured to check if an error message contains a term. 105 105 106 -//__Errors on the UI do not keep following me__// 107 -Before, we had some issues: when you navigated away from the API Gateway statistics page, an error pop-up would keep following you throughout the platform. To resolve this issue, you needed to refresh the browser. We have fixed this issue permanently with this release, making the refresh obsolete. 92 +//__Alerting__// 93 +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%. 94 +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%. 95 +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. 108 108 109 -//__ Navigatingback tothe transformationin Create worksagain__//110 - With this release,we have squashed a bugthatannoyed users. Before,it could happenthat whenyou navigated awayfrom the transformation pagein your flow inCreateand returned later, the transformation was not shown anymore. With this release, we havemadesure that regardless of where you come from, the transformationwill bevisible for you to see.97 +//__Unused containers__// 98 +Containers are set inactive when they are unused and removed in Design. 111 111 112 -//__ Removethe qualifiednamewhenediting anon-legacy MendixentryineMagiz__//113 -W iththis release,wehaveremovedthe possibilityofchangingthe obsoletequalified namewheneditinga non-legacy Mendix entryinMagiz.100 +//__Error popups when promoting a release version__// 101 +We fixed an issue that a lot of error popups were shown when you promoted a release version to a next environment. 114 114 115 -//__Selecting tags when drawing a line in Capture__// 116 -We have now made this possible (again). This way, you can directly select the tag(s) you want instead of opening the detailed information on the line after it is already added to Capture. 117 - 118 -//__Remove invalid selection when configuring a cron trigger via the tooling__// 119 -With this release, we have removed invalid selection options presented to you when you used the configuration option on a property of type cron to let eMagiz define the cron trigger value. This is to avoid unwanted surprises when deploying your solution. 120 - 121 121 == **Fancy Forum Answers** == 122 122 123 -As always, a gentle reminder to a ll 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 +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: 124 124 125 -* [[Header 'X' with value '0' will not be set since it is not a String and no Converter is>>https://my.emagiz.com/p/question/172825635700363586||target="blank"]] 126 -* [[Kafka Consumer Mendix String Deserializer is not working>>https://my.emagiz.com/p/question/172825635700363585||target="blank"]] 127 -* [[Namespace prefix 'xs' has not been declared>>https://my.emagiz.com/p/question/172825635700363685||target="blank"]] 107 +* [[Message Redelivery blank error message>>https://my.emagiz.com/p/question/172825635703619933||target="blank"]] 108 +* [[Timeout error kafka batch creation>>https://my.emagiz.com/p/question/172825635703620012||target="blank"]] 109 +* [[SFTP Connectivity: Transfering a whole folder structure>>https://my.emagiz.com/p/question/172825635703632587||target="blank"]] 110 +* [[3rd generation runtime with dynamic file pickup / filedrop>>https://my.emagiz.com/p/question/172825635703632732||target="blank"]] 128 128 112 + 129 129 == **Key takeaways** == 130 130 131 -Thanks to all thathelp build,those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you:115 +Thanks to all who helped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you: 132 132 133 -* If you have questions surrounding our Program Increment Planning, please get in touch with 117 +* If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 134 134 * If you have feedback or ideas for us, talk to the Platypus 135 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 119 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 136 136 * Clear your browser cache (Ctrl + Shift + Del) 137 137 * Check out the release notes [here] 138 138 * Start thinking about how the license tracker can aid your development ... ... @@ -143,8 +143,8 @@ 143 143 Let's stay in touch and till next time! 144 144 145 145 {{info}} 146 -~* Indicates a Beta feature. If you would like to get access to this beta feature please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 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]] 147 147 148 -~*~* Indicates a GEN3-only feature.132 +~*~* Indicates a next-generation-architecture only feature. 149 149 {{/info}})))((({{toc/}}))){{/container}} 150 150 {{/container}}