Changes for page 208 - Controlled State
Last modified by Carlijn Kokkeler on 2024/04/18 13:10
From version 58.1
edited by Erik Bakker
on 2023/01/18 08:57
on 2023/01/18 08:57
Change comment:
There is no comment for this version
To version 249.2
edited by Danniar Firdausy
on 2023/11/06 16:26
on 2023/11/06 16:26
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 - 190 -Fast Forward1 +208 - Controlled State - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.dfirdausy - Content
-
... ... @@ -2,101 +2,54 @@ 2 2 {{container layoutStyle="columns"}}((( 3 3 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 4 4 5 -**Hi there, eMagiz developers!** Ithas beena whilesinceourlastdeploymentonthe9thofDecember.Asresultwehavefinishedupalot of new improvementsto our3rd generationruntimeofferingand fixeda variety ofannoying bugsas wellasmesmall improvements.Thisrelease ischaracterizedbythe majorstepswe tookto releaseseveralmajorfeatures on our 3rdgenerationruntimeamongwhichare thequeuebrowserandmessage redeliveryfunctionality.5 +**Hi there, eMagiz developers!** We have done much work to improve the functionality of our state generation solution so that you can have a better overview of its implementation in your environment. This overview covers a visibility towards the statistics for Retrieve Latency, Cache Size, Successful and Failed Retrieves. Next to the monitoring for the state generation implementation in your model, several feedback items revolving around user interfacing components in our platform that can improve the user experience are also released. Lastly, some performance improvements and bug fixes have also been implemented. 6 6 7 - ==**QueueBrowser**==7 +{{warning}}State generation functionality is only accessible for models with an add-on state generation license.{{/warning}} 8 8 9 - {{warning}}Notethatthis functionality only works whenyour JMS server is running on the3rd generationruntime{{/warning}}9 +== **State Generation~*~*** == 10 10 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. 11 +//__New Page__// 12 +The following page has been added: 13 +* State generation statistics: Contains the statistics for state generation implementation in your model. This page can be found under Manage->Monitoring, right under the Topic statistics navigation menu. This page provides you with graphs that explains the Retrieve Latency, Cache Size, Successful and Failed Retrieves, which are coming from flows using state generation components. **Note** that this menu will only show for models that has the add-on license for state generation. 12 12 13 - Todoso,we offertwo options withinthisfunctionality. We havetheExplorefunctionand wehave theWiretap function. Whenselectingaqueueand optingforthe Explore optionyougeta live viewofwhat data is currently presentonthequeue. When selecting theWiretap functionalityyou automaticallywiretap your queue andare presented with copiesofyour actualmessagethat pass throughthequeuefromthemomentyou pressed the Wiretap button.15 +{{info}}The graphs are configured with the same behaviour as graphs in the other statistics pages, meaning that you can also change the time range, zoom in zoom out to the time frame, etc.{{/info}} 14 14 15 -[[image:Main.Images.Release Blog.WebHome@190-release-blog--queue-browser-overview.png]] 17 +== **Metrics Storage Duration** == 18 +We will ... . 16 16 17 - Afterselecting the queue andchoosing the option eMagiz will show you the list of messages (oldest first) that arecurrentlyonthequeue (Explore option) or that passed the queue since themoment you activate the option (Wiretap option). For each messageyou have various options at your disposal.20 +== **Feedback Items** == 18 18 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. 22 +//__Import from store__// 23 +The button 'Import from Store' in Design will directly open the store instead of showing a pop up asking whether the store should be opened. 29 29 30 -[[image:Main.Images.Release Blog.WebHome@190-release-blog--queue-browser-explore-overview.png]] 25 +//__Import from store__// 26 +The button 'Import from Store' in Design will directly open the store instead of showing a pop up asking whether the store should be opened. 27 + 28 +== **Bug Fixes** == 31 31 32 -== **3rd generation runtime bolstering** == 30 +//__Topic and event-processor names__// 31 +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. 33 33 34 -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. 33 +//__Topic and event-processor names__// 34 +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. 35 35 36 -//__SOAP and REST web services migration, including splitting them__// 37 -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. 38 - 39 -//__Changing SSL settings for 3rd generation runtime models works__// 40 -As with the current runtime architecture, you can change the SSL settings if needed for a model running in the 3rd generation runtime. 41 - 42 -//__Improved migration for JMS flows__// 43 -This release will improve the migration of JMS flows when migrating to the 3rd generation runtime. 44 - 45 -{{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}} 46 - 47 -//__Removed the ability to add "Debug components" to a flow running in the 3rd generation runtime architecture__// 48 -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. 49 - 50 -//__Deployment plan is updated correctly when completly migrated to the 3rd generation runtime architecture__// 51 -We have fixed a bug that generated an incorrect default deployment plan once you were fully migrated to the 3rd generation runtime. 52 - 53 -//__Correct property generation for Event Streaming flows using the 3rd generation runtime architecture__// 54 -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. 55 - 56 -//__Added "Reset" functionality__// 57 -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. 58 - 59 -== **Feedback items ** == 60 - 61 -We have also solved other feedback items besides the flow designer's critical updates. 62 - 63 -//__Improved naming convention on Store related pages__// 64 -We have improved various display names using the merge functionality within our store offering. 65 - 66 -//__Update security protocols for our internal architecture__// 67 -Parts of our internal infrastructure (i.e., docs.emagiz.com) have been updated to adhere to the latest security standards. 68 - 69 -//__Improved read-only description for "if exists" constructions in Transformations__// 70 -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. 71 - 72 - 73 -== **Bug fixes ** == 74 - 75 -//__Decent validation feedback when not filling in the property value__// 76 -We have fixed the validation feedback you get when not filling in the property value using the "Check properties" functionality. 77 - 78 -//__Incorrect resource locations__// 79 -We have fixed several instances where the resource location was not generated correctly in the 3rd generation runtime. 80 - 81 -//__Apply to environment in User Management performance improvement__// 82 -We have improved the performance of updating User Management on your environment. This way, the update functionality is more stable and faster. 83 - 84 84 == **Fancy Forum Answers** == 85 85 86 86 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: 87 87 88 -* [[ Is eMagizabletoeadXSD attributes>>https://my.emagiz.com/p/question/172825635703236146||target="blank"]]89 -* [[ DoeseMagizuseActiveMQ?>>https://my.emagiz.com/p/question/172825635703235780||target="blank"]]90 -* [[T oolfor testmessagesto eMagizQueues>>https://my.emagiz.com/p/question/172825635703236227||target="blank"]]91 -* [[ HowtoRemoveCloudContainer>>https://my.emagiz.com/p/question/172825635703236460||target="blank"]]40 +* [[Message Redelivery blank error message>>https://my.emagiz.com/p/question/172825635703619933||target="blank"]] 41 +* [[Timeout error kafka batch creation>>https://my.emagiz.com/p/question/172825635703620012||target="blank"]] 42 +* [[SFTP Connectivity: Transfering a whole folder structure>>https://my.emagiz.com/p/question/172825635703632587||target="blank"]] 43 +* [[Next generation architecture with dynamic file pickup / filedrop>>https://my.emagiz.com/p/question/172825635703632732||target="blank"]] 92 92 45 + 93 93 == **Key takeaways** == 94 94 95 -Thanks to all thathelped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you:48 +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: 96 96 97 97 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 98 98 * If you have feedback or ideas for us, talk to the Platypus 99 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 52 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 100 100 * Clear your browser cache (Ctrl + Shift + Del) 101 101 * Check out the release notes [here] 102 102 * Start thinking about how the license tracker can aid your development ... ... @@ -109,6 +109,6 @@ 109 109 {{info}} 110 110 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 111 111 112 -~*~* Indicates a GEN3-only feature.65 +~*~* Indicates a next-generation-architecture only feature. 113 113 {{/info}})))((({{toc/}}))){{/container}} 114 114 {{/container}}