scrapinghub / frontera

A scalable frontier for web crawlers
BSD 3-Clause "New" or "Revised" License
1.29k stars 215 forks source link

Usage of Kafka instead of ZeroMQ #406

Closed ab-bh closed 3 years ago

ab-bh commented 3 years ago

Trying to use KAFKA instead of zeroMQ

$ python -m frontera.contrib.messagebus.kafkabus.MessageBus

Output:

/Users/user/opt/anaconda3/bin/python: Error while finding module specification for 'frontera.contrib.messagebus.kafkabus.MessageBus' (ModuleNotFoundError: __path__ attribute not found on 'frontera.contrib.messagebus.kafkabus' while trying to find 'frontera.contrib.messagebus.kafkabus.MessageBus')

Following the documentation for the same