pawelkaczor / ddd-leaven-akka-v2

Sample e-commerce system #Microservices #Akka #Reactive-DDD #CQRS
http://pkaczor.blogspot.com
MIT License
384 stars 70 forks source link

write-front responds with Not Acceptable instead of OK #1

Closed pawelkaczor closed 9 years ago

pawelkaczor commented 9 years ago

sales-write-front responds with Not Acceptable instead of OK although command is processed successfully on backend node.

http POST http://127.0.0.1:9100/ecommerce/sales Command-Type:ecommerce.sales.CreateReservation reservationId="reservation-200" clientId="client-1"
HTTP/1.1 406 Not Acceptable
Content-Length: 78
Content-Type: text/plain; charset=UTF-8
Date: Sun, 04 Jan 2015 18:50:11 GMT
Server: akka-http/2.3.8

Resource representation is only available with these Content-Types:
text/plain