Comments on: Apache Karaf Microservices https://piotrminkowski.com/2017/03/07/apache-karaf-microservices/ Java, Spring, Kotlin, microservices, Kubernetes, containers Wed, 16 Sep 2020 22:37:03 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: Piotr Mińkowski https://piotrminkowski.com/2017/03/07/apache-karaf-microservices/#comment-171 Tue, 30 Oct 2018 22:43:47 +0000 https://piotrminkowski.wordpress.com/?p=1560#comment-171 In reply to Chad Yan.

And me too 🙂

]]>
By: Chad Yan https://piotrminkowski.com/2017/03/07/apache-karaf-microservices/#comment-170 Fri, 26 Oct 2018 14:59:01 +0000 https://piotrminkowski.wordpress.com/?p=1560#comment-170 In reply to Piotr Mińkowski.

Microservices technology is trying to break enterprise application into small simple services. The idea of combine enterprise application server with microservice together always confusing me.

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/03/07/apache-karaf-microservices/#comment-169 Wed, 16 May 2018 21:07:19 +0000 https://piotrminkowski.wordpress.com/?p=1560#comment-169 In reply to jayant.

Hi,
I’m not sure if I understand your question properly. However, you could mix Spring Cloud microservices with OSGI microservices deployed on Karaf, for example by using the same discovery server – ZooKeeper.

]]>
By: jayant https://piotrminkowski.com/2017/03/07/apache-karaf-microservices/#comment-168 Tue, 15 May 2018 13:38:58 +0000 https://piotrminkowski.wordpress.com/?p=1560#comment-168 hi piotr, nice article, my understanding is there is a osgi container(karaf in this case) inside which we have our bundles (jars with manifest) and each bundle has its own application context, my question is can i have both mix of spring cloud annotations i.e @enableZuulServer n so so and also at the same time have a blueprint xml for other implementation based classes in a module?

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/03/07/apache-karaf-microservices/#comment-167 Sat, 10 Mar 2018 06:54:19 +0000 https://piotrminkowski.wordpress.com/?p=1560#comment-167 In reply to imran.

Here you have sample Dockerfile with Apache Karaf https://github.com/mkroli/karaf-docker/blob/master/Dockerfile. You can modify it in order to meet your demands

]]>
By: imran https://piotrminkowski.com/2017/03/07/apache-karaf-microservices/#comment-166 Fri, 09 Mar 2018 20:27:56 +0000 https://piotrminkowski.wordpress.com/?p=1560#comment-166 I am trying to create a Dockerfile that will automatically install apache karaf and configure it to work and its working fine.
I want to install list of features. I can do it with below
docker exec -it 7447419c89da /opt/karaf/bin/client
but I want to automate the process. What command can I run that will allow me to install the features?

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/03/07/apache-karaf-microservices/#comment-164 Wed, 24 Jan 2018 19:41:34 +0000 https://piotrminkowski.wordpress.com/?p=1560#comment-164 In reply to Sinha.

What you exactly mean by use Spring Boot in Karaf? Spring Boot starts the application with Spring, Karaf is OSGi container, something ala application server. Eventually you may start Karaf with Spring Boot but I haven’t heard about such a library or solution.

]]>
By: Sinha https://piotrminkowski.com/2017/03/07/apache-karaf-microservices/#comment-163 Wed, 24 Jan 2018 18:37:15 +0000 https://piotrminkowski.wordpress.com/?p=1560#comment-163 How to use spring boot in karaf.

]]>