david-navapbc
david-navapbc
**_tl'dr_** the closest we're going to come to a singleton client object that frees resources after each request is to change the ktor engine we're using from apache4 to apache5...
[wireshark_output.zip](https://api.zenhub.com/attachedFiles/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBNkJsQmc9PSIsImV4cCI6bnVsbCwicHVyIjoiYmxvYl9pZCJ9fQ==--e2bb5e06d24aa34b5e801b24d2260b8b783d236c/wireshark_output.zip) The branch no longer exists on remote so I recreated the work based off of current master. I then ran server2serverauthtests by way of CLI ``` ./gradlew :prime-router:primeCli --args...
i've proven that the delta in the two different runs - Apache5 client v Apache4 - is not to blame for whatever wonkiness was seen when we attempted to deploy...
spent several hours today troubleshooting with @adegolier and @JFisk42 and some folks from devops. don't fully grok what's happening or why - but here's the data the Apache5 engine is...
notes from convo with @arnejduranovic re: clarification of this ticket > davidholiday > :monkey: 22 minutes ago > I get the ask but there are some specifics I need some...
attempting to add the necessary behavior to the queue message itself. this way the message knows how to route itself. moreover the logic can be short circuited if need be....
I've added behavior to all the queue message types that result in routing to have the message itself self-route. there are two failing tests. I'm not sure yet but I...
of the two tests that were failing, one required a minor refactor as it was endeavoring to put a "route" typed message on the "translation" queue. The other test was...
more revision requests. branch became stale to the point where merging master into it broke things it became cleaner/easier to just redo the whole thing. which I did. here's the...
Spent time today learning about mappings and how messages are transformed. Specifically FHIR->FHIR. I still need to trace through the data flows and testing rig to better understand how things...