Skip to content

Unable to use pykafka's TopicDict #693

Closed
@tk3369

Description

@tk3369

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions