Closed
Description
In an attempt to use pykafka via PyCall, we encountered an issue that the Python TopicDict
class is considered a Dict
in julia. Because of the laziness implementation, we're getting nothing
from dereferencing the key, rather than triggering a call to the __getitem__
Python method. Any suggestion?
You can find the TopicDict
source code here:
https://github.com/Parsely/pykafka/blob/65993546478c60d3de0760eea93deb97b87cbb7a/pykafka/cluster.py
Metadata
Metadata
Assignees
Labels
No labels