You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2018/03/02 08:15:44 UTC

[incubator-pulsar] branch asf-site updated: Updated site at revision 21ffe2c

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1499a1f  Updated site at revision 21ffe2c
1499a1f is described below

commit 1499a1fd7133dc45e14e522c1a09701d04d70aca
Author: jenkins <bu...@apache.org>
AuthorDate: Fri Mar 2 08:15:39 2018 +0000

    Updated site at revision 21ffe2c
---
 .../docs/latest/project/BinaryProtocol/index.html  | 192 +++++++++++++++++++++
 content/ja/project/BinaryProtocol/index.html       | 192 +++++++++++++++++++++
 2 files changed, 384 insertions(+)

diff --git a/content/docs/latest/project/BinaryProtocol/index.html b/content/docs/latest/project/BinaryProtocol/index.html
index 8ddbf6b..76d4feb 100644
--- a/content/docs/latest/project/BinaryProtocol/index.html
+++ b/content/docs/latest/project/BinaryProtocol/index.html
@@ -2154,6 +2154,12 @@ response will contain actual metadata.</p>
           </li>
           
           <li>
+            <a href="#pulsar.proto.Schema">
+              Schema
+            </a>
+          </li>
+          
+          <li>
             <a href="#pulsar.proto.SingleMessageMetadata">
               SingleMessageMetadata
             </a>
@@ -2220,6 +2226,12 @@ response will contain actual metadata.</p>
           </li>
           
           <li>
+            <a href="#pulsar.proto.Schema.Type">
+              Type
+            </a>
+          </li>
+          
+          <li>
             <a href="#pulsar.proto.ServerError">
               ServerError
             </a>
@@ -4049,6 +4061,16 @@ otherwise the broker will generate a unique name</td>
               <td></td>
               <td>Add optional metadata key=value to this producer</td>
             </tr>
+            
+            <tr>
+              <td class="wrap">schema</td>
+              
+              <td class="wrap"><a href="#pulsar.proto.Schema">Schema</a></td>
+              
+              <td>optional</td>
+              <td></td>
+              <td></td>
+            </tr>
              <!-- for field in fields -->
           </tbody>
         </table>
@@ -4109,6 +4131,16 @@ otherwise the broker will generate a unique name</td>
               <td>The last sequence id that was stored by this producer in the previous session
 This will only be meaningful if deduplication has been enabled.</td>
             </tr>
+            
+            <tr>
+              <td class="wrap">schema_version</td>
+              
+              <td class="wrap">bytes</td>
+              
+              <td>optional</td>
+              <td></td>
+              <td></td>
+            </tr>
              <!-- for field in fields -->
           </tbody>
         </table>
@@ -4587,6 +4619,16 @@ will send messages from that point</td>
               <td></td>
               <td></td>
             </tr>
+            
+            <tr>
+              <td class="wrap">schema</td>
+              
+              <td class="wrap"><a href="#pulsar.proto.Schema">Schema</a></td>
+              
+              <td>optional</td>
+              <td></td>
+              <td></td>
+            </tr>
              <!-- for field in fields -->
           </tbody>
         </table>
@@ -4626,6 +4668,16 @@ will send messages from that point</td>
               <td></td>
               <td></td>
             </tr>
+            
+            <tr>
+              <td class="wrap">schema</td>
+              
+              <td class="wrap"><a href="#pulsar.proto.Schema">Schema</a></td>
+              
+              <td>optional</td>
+              <td></td>
+              <td></td>
+            </tr>
              <!-- for field in fields -->
           </tbody>
         </table>
@@ -5075,6 +5127,95 @@ if this field is omitted, `publish_time` can be used for the purpose of `event_t
               <td></td>
               <td>Additional parameters required by encryption</td>
             </tr>
+            
+            <tr>
+              <td class="wrap">schema_version</td>
+              
+              <td class="wrap">bytes</td>
+              
+              <td>optional</td>
+              <td></td>
+              <td></td>
+            </tr>
+             <!-- for field in fields -->
+          </tbody>
+        </table>
+      </div>
+       <!-- if fields -->
+    </div>
+    
+    <div class="card-block">
+      <div class="card-title">
+        <h5 class="message-name" id="pulsar.proto.Schema">
+          Schema
+        </h5>
+        <p class="message-name">pulsar.proto.Schema</p>
+        <p class="lead"></p>
+      </div>
+      
+      <div class="card">
+        <h5>Fields</h5>
+        <table class="protobuf-table">
+          <thead>
+            <tr>
+              <th>Name</th>
+              <th>Type</th>
+              <th>Label</th>
+              <th>Default</th>
+              <th>Description</th>
+            </tr>
+          </thead>
+          <tbody>
+            
+            <tr>
+              <td class="wrap">name</td>
+              
+              <td class="wrap">string</td>
+              
+              <td>required</td>
+              <td></td>
+              <td></td>
+            </tr>
+            
+            <tr>
+              <td class="wrap">version</td>
+              
+              <td class="wrap">bytes</td>
+              
+              <td>required</td>
+              <td></td>
+              <td></td>
+            </tr>
+            
+            <tr>
+              <td class="wrap">schema_data</td>
+              
+              <td class="wrap">bytes</td>
+              
+              <td>required</td>
+              <td></td>
+              <td></td>
+            </tr>
+            
+            <tr>
+              <td class="wrap">type</td>
+              
+              <td class="wrap"><a href="#pulsar.proto.Schema.Type">Type</a></td>
+              
+              <td>required</td>
+              <td></td>
+              <td></td>
+            </tr>
+            
+            <tr>
+              <td class="wrap">properties</td>
+              
+              <td class="wrap"><a href="#pulsar.proto.KeyValue">KeyValue</a></td>
+              
+              <td>repeated</td>
+              <td></td>
+              <td></td>
+            </tr>
              <!-- for field in fields -->
           </tbody>
         </table>
@@ -5821,6 +5962,57 @@ incrementally added to the protocol</p>
     
     <div class="card-block">
       <div class="card-title">
+        <h5 class="enum-name" id="pulsar.proto.Schema.Type">Type</h5>
+        <p class="lead">
+</p>
+      </div>
+      <div class="card">
+        <h5>Enum values</h5>
+        <table class="protobuf-table">
+          <thead>
+            <tr>
+              <th>Name</th>
+              <th>Number</th>
+              <th>Description</th>
+            </tr>
+          </thead>
+          <tbody>
+            
+            <tr>
+              <td>Json</td>
+              <td>1</td>
+              <td>
+</td>
+            </tr>
+            
+            <tr>
+              <td>Protobuf</td>
+              <td>2</td>
+              <td>
+</td>
+            </tr>
+            
+            <tr>
+              <td>Thrift</td>
+              <td>3</td>
+              <td>
+</td>
+            </tr>
+            
+            <tr>
+              <td>Avro</td>
+              <td>4</td>
+              <td>
+</td>
+            </tr>
+             <!-- for value in values -->
+          </tbody>
+        </table>
+      </div>
+    </div>
+    
+    <div class="card-block">
+      <div class="card-title">
         <h5 class="enum-name" id="pulsar.proto.ServerError">ServerError</h5>
         <p class="lead">
 </p>
diff --git a/content/ja/project/BinaryProtocol/index.html b/content/ja/project/BinaryProtocol/index.html
index 5a0f00a..24bc49d 100644
--- a/content/ja/project/BinaryProtocol/index.html
+++ b/content/ja/project/BinaryProtocol/index.html
@@ -1939,6 +1939,12 @@
           </li>
           
           <li>
+            <a href="#pulsar.proto.Schema">
+              Schema
+            </a>
+          </li>
+          
+          <li>
             <a href="#pulsar.proto.SingleMessageMetadata">
               SingleMessageMetadata
             </a>
@@ -2005,6 +2011,12 @@
           </li>
           
           <li>
+            <a href="#pulsar.proto.Schema.Type">
+              Type
+            </a>
+          </li>
+          
+          <li>
             <a href="#pulsar.proto.ServerError">
               ServerError
             </a>
@@ -3834,6 +3846,16 @@ otherwise the broker will generate a unique name</td>
               <td></td>
               <td>Add optional metadata key=value to this producer</td>
             </tr>
+            
+            <tr>
+              <td class="wrap">schema</td>
+              
+              <td class="wrap"><a href="#pulsar.proto.Schema">Schema</a></td>
+              
+              <td>optional</td>
+              <td></td>
+              <td></td>
+            </tr>
              <!-- for field in fields -->
           </tbody>
         </table>
@@ -3894,6 +3916,16 @@ otherwise the broker will generate a unique name</td>
               <td>The last sequence id that was stored by this producer in the previous session
 This will only be meaningful if deduplication has been enabled.</td>
             </tr>
+            
+            <tr>
+              <td class="wrap">schema_version</td>
+              
+              <td class="wrap">bytes</td>
+              
+              <td>optional</td>
+              <td></td>
+              <td></td>
+            </tr>
              <!-- for field in fields -->
           </tbody>
         </table>
@@ -4372,6 +4404,16 @@ will send messages from that point</td>
               <td></td>
               <td></td>
             </tr>
+            
+            <tr>
+              <td class="wrap">schema</td>
+              
+              <td class="wrap"><a href="#pulsar.proto.Schema">Schema</a></td>
+              
+              <td>optional</td>
+              <td></td>
+              <td></td>
+            </tr>
              <!-- for field in fields -->
           </tbody>
         </table>
@@ -4411,6 +4453,16 @@ will send messages from that point</td>
               <td></td>
               <td></td>
             </tr>
+            
+            <tr>
+              <td class="wrap">schema</td>
+              
+              <td class="wrap"><a href="#pulsar.proto.Schema">Schema</a></td>
+              
+              <td>optional</td>
+              <td></td>
+              <td></td>
+            </tr>
              <!-- for field in fields -->
           </tbody>
         </table>
@@ -4860,6 +4912,95 @@ if this field is omitted, `publish_time` can be used for the purpose of `event_t
               <td></td>
               <td>Additional parameters required by encryption</td>
             </tr>
+            
+            <tr>
+              <td class="wrap">schema_version</td>
+              
+              <td class="wrap">bytes</td>
+              
+              <td>optional</td>
+              <td></td>
+              <td></td>
+            </tr>
+             <!-- for field in fields -->
+          </tbody>
+        </table>
+      </div>
+       <!-- if fields -->
+    </div>
+    
+    <div class="card-block">
+      <div class="card-title">
+        <h5 class="message-name" id="pulsar.proto.Schema">
+          Schema
+        </h5>
+        <p class="message-name">pulsar.proto.Schema</p>
+        <p class="lead"></p>
+      </div>
+      
+      <div class="card">
+        <h5>Fields</h5>
+        <table class="protobuf-table">
+          <thead>
+            <tr>
+              <th>Name</th>
+              <th>Type</th>
+              <th>Label</th>
+              <th>Default</th>
+              <th>Description</th>
+            </tr>
+          </thead>
+          <tbody>
+            
+            <tr>
+              <td class="wrap">name</td>
+              
+              <td class="wrap">string</td>
+              
+              <td>required</td>
+              <td></td>
+              <td></td>
+            </tr>
+            
+            <tr>
+              <td class="wrap">version</td>
+              
+              <td class="wrap">bytes</td>
+              
+              <td>required</td>
+              <td></td>
+              <td></td>
+            </tr>
+            
+            <tr>
+              <td class="wrap">schema_data</td>
+              
+              <td class="wrap">bytes</td>
+              
+              <td>required</td>
+              <td></td>
+              <td></td>
+            </tr>
+            
+            <tr>
+              <td class="wrap">type</td>
+              
+              <td class="wrap"><a href="#pulsar.proto.Schema.Type">Type</a></td>
+              
+              <td>required</td>
+              <td></td>
+              <td></td>
+            </tr>
+            
+            <tr>
+              <td class="wrap">properties</td>
+              
+              <td class="wrap"><a href="#pulsar.proto.KeyValue">KeyValue</a></td>
+              
+              <td>repeated</td>
+              <td></td>
+              <td></td>
+            </tr>
              <!-- for field in fields -->
           </tbody>
         </table>
@@ -5606,6 +5747,57 @@ incrementally added to the protocol</p>
     
     <div class="card-block">
       <div class="card-title">
+        <h5 class="enum-name" id="pulsar.proto.Schema.Type">Type</h5>
+        <p class="lead">
+</p>
+      </div>
+      <div class="card">
+        <h5>Enum values</h5>
+        <table class="protobuf-table">
+          <thead>
+            <tr>
+              <th>Name</th>
+              <th>Number</th>
+              <th>Description</th>
+            </tr>
+          </thead>
+          <tbody>
+            
+            <tr>
+              <td>Json</td>
+              <td>1</td>
+              <td>
+</td>
+            </tr>
+            
+            <tr>
+              <td>Protobuf</td>
+              <td>2</td>
+              <td>
+</td>
+            </tr>
+            
+            <tr>
+              <td>Thrift</td>
+              <td>3</td>
+              <td>
+</td>
+            </tr>
+            
+            <tr>
+              <td>Avro</td>
+              <td>4</td>
+              <td>
+</td>
+            </tr>
+             <!-- for value in values -->
+          </tbody>
+        </table>
+      </div>
+    </div>
+    
+    <div class="card-block">
+      <div class="card-title">
         <h5 class="enum-name" id="pulsar.proto.ServerError">ServerError</h5>
         <p class="lead">
 </p>

-- 
To stop receiving notification emails like this one, please contact
mmerli@apache.org.