The replacement of PlacementTarget with PlacementFilterContext broke my use case and implementation of IPlacementFilterDirector.Filter. I need RequestContextData and GrainId properties to filter the silo placement by checking these properties against silo metadata. So, for my use case filter caching would never be an option, and made placement filter useless.
Please bring back PlacementTarget as a parameter in IPlacementFilterDirector.Filter or some other way to have placement filtering based on RequestContextData and GrainId.
Originally posted by @ReubenBond in #9271 (comment)