-
Bug
-
Resolution: Done
-
Major
-
camel-k-1.6-GA
-
None
-
False
-
False
-
%
-
CK2
-
Todo
-
When using the telegram-source and connect it properly to telegram and a Knative event sink, when I send a text message via Telegram, I receive an error that indicates that an invalid cloud-event sink is sent to the sink.
Error in the broker's log (that I used as sink):
{ "level": "warn", "ts": "2021-09-15T09:17:11.321Z", "logger": "mt_broker_ingress", "caller": "ingress/ingress_handler.go:137", "msg": "failed to extract event from request", "commit": "0c41e6d", "error": "bad key, CloudEvents attribute names MUST consist of lower-case letters ('a' to 'z') or digits ('0' to '9') from the ASCII character set" }
See upstream issue https://github.com/apache/camel-kamelets/issues/513