Room data currently owned by new service called aprcro. It governs access from all external services to the data. Currently, external services request for room data is migrated to aprcro. Aprbap is one of the left over because currently it depends on hb to get room data.
Need connectivity to get room data for our booking ops tools service directly from aprcro no need additional route to hb.
Hotel ops can get hotel room data in booking ops tools.
Increased CPU usage and latency on aprbap because additional request to aprcro.
https://docs.google.com/spreadsheets/d/1Tdz16bUD_rQjDvWohjkoiA6KU5CtYPqP03X34j0oajQ/edit?usp=sharing
{
"product_domain": "apr",
"resources": {
"connectivity": [
{
"source_type": "sgname",
"source": "aprbap-app",
"destination_type": "sgname",
"destination": "aprcro-lbint",
"from_port": 443,
"to_port": 443,
"protocol": "tcp"
}
]
}
}