-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Listener in remote chunking worker #4706
-
We started to adopt remote chunking as our data volume keeps growing. It works great but with only one caveat: no listener anymore.
We used to do a lot of logging and auditing using process listener and writer listener. However none of these are available in a remote chunking setup.
Is there anyway to enable these listeners in a remote chunking worker?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 1 reply
-
Is the listener you are referring to defined on the manager side or the worker side? Not sure i fully get your setup and expectations. Please share the minimal code required to be able to understand your issue and help you efficiently.
Beta Was this translation helpful? Give feedback.
All reactions
-
It's on the worker side. For example if we are using RemoteChunkingWorkerBuilder
in the worker side, we cannot attach any listener at all
Beta Was this translation helpful? Give feedback.