Physical Ocean Surface - Developing a Realistic Water Shader

Both issues are on my list of things that I’m planning to improve.

To remove the first issue, the repeating of the foam texture, I will try to implement the solution that is proposed here.
But generally, the foam texture and the material parameters need to be optimized depending on the expected distance the player will have to the water in the game. It is difficult to make a water surface that looks good at a distance of 1 km and also at 10 cm. So, depending on your game you may want to adjust or replace the foam texture. But I think that with the procedural noise modulation, the repeating pattern effect will disappear.
Or, you could reduce the value of the FoamIntensity parameter with increasing height of the camera above the water, fading out the foam texture before the pattern becomes noticeable. The height of the camera above the water is already calculated in the WaterPlane Blueprint.

The shimmering in the distance I think is caused by the high resolution normal map that is moving very far away. The solution could be to reduce the strength of the normal map (parameter DetailNormalStrength) depending of the distance of the pixel to the camera.