Skip to content

Commit 4379c98

Browse files
authored
Update custom-deserializer-examples.md
1 parent 4f2b53d commit 4379c98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/stream-analytics/custom-deserializer-examples.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ This functionality is not supported. If you need this capability, you can vote f
243243

244244
Once you have implemented your deserializer, you can help others by sharing it with the community. Submit your code to the [Azure Stream Analytics GitHub repo](https://github.com/Azure/azure-stream-analytics/tree/master/CustomDeserializers).
245245

246+
### What are the other limitation of using custom deserializers in Stream Analytics?
247+
248+
If your input is of Protobuf format with schema containing MapField type, you will not be able to implement a custom deserializer. We are working on supporting this type going forward.
249+
246250
## Next Steps
247251

248252
* [.NET custom deserializers for Azure Stream Analytics cloud jobs](custom-deserializer.md)

0 commit comments

Comments
 (0)