You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support non-zero realms, a mirror node needs to be configured with some base realm ID to get system files, etc.
Solution
We don't currently have the concept of common properties across modules. We should take the time to add it for this effort.
Add a CommonProperties to hedera-mirror-common and ensure it's component scanned and available in all Java modules that use common (or alternatively if that doesn't work, create it in common but register as bean in each module manually)
Add a hedera.mirror.common.realm=0 property
Add the same property to REST API
Verify in record stream that the node account ID in the bucket path matches the realm
Verify in block stream that the realm matches (TBD)
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
To support non-zero realms, a mirror node needs to be configured with some base realm ID to get system files, etc.
Solution
We don't currently have the concept of common properties across modules. We should take the time to add it for this effort.
CommonProperties
tohedera-mirror-common
and ensure it's component scanned and available in all Java modules that use common (or alternatively if that doesn't work, create it in common but register as bean in each module manually)hedera.mirror.common.realm=0
propertyAlternatives
No response
The text was updated successfully, but these errors were encountered: