tfio.experimental.streaming.PulsarWriter
Stay organized with collections
Save and categorize content based on your preferences.
PulsarWriter
tfio.experimental.streaming.PulsarWriter(
service_url, topic
)
Args |
service_url
|
A tf.string tensor containing the service url of pulsar broker.
For example: "pulsar://localhost:6650".
|
topic
|
A tf.string tensor containing the topic name.
|
Methods
flush
View source
flush()
Flush the queued messages, it will wait async write operations completed.
write
View source
write(
value, key=''
)
Write a message to pulsar topic asynchronously
Args |
value
|
A tf.string tensor containing the value of message
|
key
|
A tf.string tensor containing the key of message, if it's an empty string, the message will have no key.
Default: ""
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-02-15 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-02-15 UTC."],[],[]]