tfio.experimental.streaming.PulsarWriter
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.
[null,null,["Last updated 2022-02-15 UTC."],[],[]]