Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Providing a timestamp to the ncds_client crashes #51

Open
normand1 opened this issue Mar 19, 2024 · 0 comments
Open

Providing a timestamp to the ncds_client crashes #51

normand1 opened this issue Mar 19, 2024 · 0 comments

Comments

@normand1
Copy link

This issue can be reproduced by running the following example from the provided python_sdk_examples.ipynb notebook:
Get first 10 messages of the stream from given timestamp

Running that example will crash with the following message:

2024-03-19 09:51:42,786 - ncdssdk.src.main.python.ncdsclient.consumer.NasdaqKafkaAvroConsumer - ERROR - 'dict' object has no attribute 'TIMEOUT'
Traceback (most recent call last):
  File "/NasdaqCloudDataService-SDK-Python/ncdssdk/src/main/python/ncdsclient/consumer/NasdaqKafkaAvroConsumer.py", line 108, in get_kafka_consumer
    [topic_partition], self.kafka_cfg.TIMEOUT)
AttributeError: 'dict' object has no attribute 'TIMEOUT'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant