reiabreu commented on issue #8127:
URL: https://github.com/apache/storm/issues/8127#issuecomment-2985773168

   Hi @sambenas 
   
   > However, we would rather not be dependent on accessing the filesystem from 
within our topology for multiple reasons. If we could access the topology 
configuration from within the KryoDecorator we could just serialize the data 
schema file when submitting the topology.
   
   Can you expand a bit on this with some pseudo code if possible?
   
   I understand that in runtime you need the data schema file in memory to be 
used by KyroDecorator object but you are currently unable to submit the file 
with the Topology so you are resorting to reading from the filesystem in 
runtime.
   When are you instantiating this KyroDecorator object? Is it at deploy time?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to