CXF & OCSP Signers
My apologies if this is the wrong place for this question, as it's not strictly a CXF issue, but I'm hoping someone might be able to kick me in the right direction ... In my architecture, the STS I am...
View Articleuser-defined cookies
Hi, I have a number of cookies I'd like to use in my web request. Reading the documentation I am informed that: "you can manually add a cookie to the Cookie Manager. However, if you do this, the cookie...
View ArticlePlease enable cookies response ...
Hi, I have a thread group that includes a cookie manager. However, when I run the test, the HTML response includes "please enable cookies in your browser". I have also tried different cookie policies....
View ArticleKafka Security Specific Features
Hi,I wanted to re-ignite the discussion around Apache Kafka Security. This is a huge bottleneck (non-starter in some cases) for a lot of organizations (due to regulatory, compliance and other...
View Articleevent-shuttle
Thought Id post this here, as Ive seen questions here around "What do I do if kafka is down?" here is one possibility. https://github.com/sclasen/event-shuttle this is a go service meant to run as a...
View ArticleQuestions regarding Camel file2 component
Hi everyone, Â I have a question regarding the file2 component of Apache Camel. I'm currently trying to write a small application with which pictures can be stored and retrieved. I'm organizing the...
View ArticleVirtual Destinations and MQTT durable subscribers
Virtual Destinations enable mapping topics to queues to solve issues in an ActiveMQ cluster ( http://activemq.apache.org/how-do-i-use-durable-subscribers-in-a-network-of-brokers.html ). Question is,...
View ArticleData loss detection
Hi, We are seeing less data on the brokers than we send form the producers: 84 GB to 58 GB. What is the best way to ensure / detect if all data has been send properly to the brokers from the producers....
View Articletopics load balancing within a consumer group
Hi, I have a question regarding load balancing within a consumer group. Say I have a consumer group of 4 consumers which subscribe to 4 topics , each of which have one partition. Will there be...
View ArticleHaving trouble with AvroStorage
We have the following simple pig script: rows = LOAD '/user/logs/test' USING AvroStorage(); limited = LIMIT rows 5; dump rows; However it always fails with the following error: ERROR 1066: Unable to...
View ArticleCamel Aggregator retains the old exchange in case of exception
Hi, I have a custom aggregation strategy from which another camel route is called using a producer template. When an exception occurs in the sub route, the aggregator's old exchange does not get...
View ArticleQuery hangs, a very long time
This is a fragment of an even larger query that might never complete in our lifetimes: SELECT DISTINCT ?O ?T ?E WHERE{ ?E a x:E. { SELECT ?O ?T WHERE { ?O :oE ?; :oT ?T . } ORDER BY DESC(?T) LIMIT 3...
View ArticleTesting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Disclaimer~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Information contained and transmitted by this e-mail is...
View Articlecamel-netty component sping DSL working example
Hi Users, How to use camel-netty component for telnet connection?
View ArticleNo partition metadata for topic due to kafka.common.LeaderNotAvailableException
Hi , I am using kafka 0.8.1 version and I am getting *LeaderNotAvailableException * frequently. All brokers are up and running well. Note: Recently I have delete a topic. after deleting topic i tried...
View Articledeleting topics
Hi all, Can anyone explain the current state of deleting topics? We've found delete.topic.enable config property and after setting it to true on 0.8.1.1 deletion seems to work ok. There is also a fix...
View ArticleHow to upgrade Kafka 0.8.1 to 0.8.1.1
I have planned to upgrade Kafka version from 0.8.1 to 0.8.1.1 due major bugs. Is there any procedure link to upgrade Kafka 0.8.1 to 0.8.1.1 ? Please share details to upgrade kafka 0.8.1.1. Thanks in...
View ArticleDynamically changing column visibility on DataTable during ajax refresh
Hi all, Is there a way to change the visibility of one or more columns of a DataTable during an ajax refresh? The only way I've found so far is to create a new list of columns and replace the DataTable...
View Articlews-trust with issuer
The more I read the more ws-trust confuses me. I I've read alot now... Let's assume the following scenario. I have a webbapplication that will consume a webservice. This webservice is unsecured at the...
View ArticleError page stack trace
We set our error page via setInternalErrorPage on IApplicationSettings in 1.6. I'd like to bury the stack trace in a comment in the rendered page in our staging and dev environments to save time. But I...
View Article