• ramble81@lemm.ee
      link
      fedilink
      arrow-up
      20
      arrow-down
      1
      ·
      4 months ago

      My favorite is seeing developers directly reach out to a DB of another microservice because “it’s just easier to pull the data from there”. One of the few times I’ve literally said “bruh”

      • NigelFrobisher@aussie.zone
        link
        fedilink
        arrow-up
        2
        ·
        4 months ago

        Even more often the monolith bits are pulled out but continue to share the same monolithic database. The horizontal scanning is void, because while you can make any number of stateless service instances their operations performance is mostly databound and the (relational) database cannot horizontally scale.