How to use consistent hashing with grpc?

I am new to Istio. I am trying to leverage the consistent hashing feature on with grpc, however I don’t know if it is feasible or not.
With http 1.1, we are successful to apply consistent hasing on http header. Can we setup any header on grpc so that it can route to target pod based on the http header?