eliminating the invalid character
```
{"hello": "Malalažbeta my weird character"}
```
```
[2018-08-21T17:13:49.009Z] [INFO] [??] [kafkatriggers]
[/whisk.system/kafkatrigger] Found 1 messages with a total size of 122 bytes
[2018-08-21T17:13:49.010Z] [INFO] [??] [kafkatriggers]
[/whisk.system/kafkatrigger] Firing trigger with 1 messages
[2018-08-21T17:13:49.047Z] [INFO] [??] [kafkatriggers]
[/whisk.system/kafkatrigger] Repsonse status code 202
[2018-08-21T17:13:49.047Z] [INFO] [??] [kafkatriggers]
[/whisk.system/kafkatrigger] Fired trigger with activation
06cbe359514a471a8be359514a071ae0
```
```
➜ openwhisk master ✗ bin/wsk -i --apihost 172.17.0.1 --auth
789c46b1-71f6-4ed5-8c54-816aa4f8c502:abczO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP
activation get 06cbe359514a471a8be359514a071ae0
ok: got activation 06cbe359514a471a8be359514a071ae0
{
"namespace": "whisk.system",
"name": "kafkatrigger",
"version": "0.0.1",
"subject": "whisk.system",
"activationId": "06cbe359514a471a8be359514a071ae0",
"start": 1534871629042,
"end": 0,
"duration": 0,
"response": {
"status": "success",
"statusCode": 0,
"success": true,
"result": {
"messages": [
{
"key": null,
"offset": 44612,
"partition": 0,
"topic": "test",
"value": {
"hello": "Malalažbeta my weird character"
}
}
]
}
},
"logs": [
"{\"statusCode\":0,\"success\":true,\"activationId\":\"cdf959a0dcad486fb959a0dcad086fee\",\"rule\":\"whisk.system/myrule\",\"action\":\"whisk.system/myecho\"}"
],
"annotations": [],
"publish": false
}
```
[ Full content available at:
https://github.com/apache/incubator-openwhisk-package-kafka/pull/279 ]
This message was relayed via gitbox.apache.org for [email protected]