This message was deleted.
# general
s
This message was deleted.
f
If you have a file like kafka/kafka.py with component resources, do you need an
__init__.py
file in the kafka folder? I would think importing component resources and functions would be the same, otherwise. That said, use component resources they are neat.
d
Yes, you can split up resource creation into functions. Your example should work as written with the separate files
I think it should work without the init file, but it can be added as a blank file if you get import errors
b
I would really not recommend using functions, it’s a road to complex nesting and pain.