Hi @steve.hebert! Thanks for reading! The eagerness for Promises is that the .then() is ran right away, whereas an Observable only runs when called upon in the .subscribe(), making it lazy.
It may not be a speed issue for your project but is something to keep in mind when comparing the two.