You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/29 13:53:26 UTC

[GitHub] [pulsar] tspannhw opened a new issue #14934: Twitter Source Working and Documentation

tspannhw opened a new issue #14934:
URL: https://github.com/apache/pulsar/issues/14934


   **Describe the bug**
   Twitter source never retrieves messages.   Perhaps change in twitter api.
   
   Also documentation is missing two key values
   
   e:   https://github.com/apache/pulsar/blob/master/pulsar-io/twitter/src/main/java/org/apache/pulsar/io/twitter/TwitterFireHoseConfig.java
     @FieldDoc(
           required = false,
           defaultValue = "",
           help = "A comma separated list of user IDs, indicating the users to return statuses for in the stream."
       )
       private String followings;
       @FieldDoc(
           required = false,
           defaultValue = "",
           help = "Keywords to track. Phrases of keywords are specified by a comma-separated list."
       )
       private String terms;
   
   [TwitterFireHoseConfig.java](https://github.com/apache/pulsar/blob/master/pulsar-io/twitter/src/main/java/org/apache/pulsar/io/twitter/TwitterFireHoseConfig.java)
   
   **To Reproduce**
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
    - OS: [e.g. iOS]
   
   **Additional context**
   Add any other context about the problem here.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org