Pass headers from client till exporters

Is it possible to fetch the headers I have explicitly added from my zeebe client side code using custom credential provider. I am able to fetch this headers at interceptor level as well but unable to fetch the same at exporter’s level or broker side. Is there any way or any alternate way we can achieve this ?

@nathan.loding - can you please help here.

Hi @Mohit_Pariyani - please don’t tag users that haven’t already participated in the thread; this is a community forum, not an official support channel. If you need priority support I can get you in touch with our sales team.

Exporters only export data related to the process itself and is unrelated to API calls and interceptors. Without knowing anything details about how you’re using interceptors and what data you want exported, you would probably need to make sure the values are included in the process as process variables. I don’t know of a straightforward way to do that while using interceptors, because that isn’t really the intent of interceptors.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.