You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -145,6 +124,18 @@ Returns an avro type instance by schema name
145
124
146
125
**Kind**: instance method of [<code>Client</code>](#Client)
147
126
**Returns**: <code>Promise.<avsc.Type></code> - A Promise that resolves an avsc.Type instance
127
+
<aname="Client+_defaultSchema"></a>
128
+
129
+
### client.\_defaultSchema()
130
+
Given a stream name (e.g. MyEventStream-qa) returns the conventional schema name (MyEventStream)
131
+
132
+
**Kind**: instance method of [<code>Client</code>](#Client)
133
+
<aname="AvroValidationError"></a>
134
+
135
+
## AvroValidationError()
136
+
A AvroValidationError is thrown when avsc fails to encode/decode data.
137
+
138
+
**Kind**: global function
148
139
<aname="ClientConstructorOptions"></a>
149
140
150
141
## ClientConstructorOptions : <code>Object</code>
@@ -159,7 +150,18 @@ Returns an avro type instance by schema name
159
150
| waitBetweenDescribeCallsInSeconds | <code>number</code> | How many seconds to pause between describe calls (i.e. when waiting for active stream). Default 4 |
160
151
| maxDescribeCallRetries | <code>number</code> | Maximum describe calls to make before giving up (i.e. when waiting for active stream). Default 10. |
161
152
| logLevel | <code>string</code> | Set [log level](https://github.com/pimterry/loglevel) (i.e. info, error, warn, debug). Default env.LOG_LEVEL or 'error' |
162
-
| awsRegion | <code>string</code> | AWS region to use. Default us-east-1 |
0 commit comments