• @ramble81@lemm.ee
    link
    fedilink
    2023 days 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
      222 days 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.